Skip to content

Commit

Permalink
upgrade luassert, and v2.0.rc10
Browse files Browse the repository at this point in the history
  • Loading branch information
ajacksified committed Jun 20, 2015
1 parent f969808 commit a6233a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions busted-2.0.rc9-0.rockspec → busted-2.0.rc10-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = 'busted'
version = '2.0.rc9-0'
version = '2.0.rc10-0'
source = {
url = 'https://github.com/Olivine-Labs/busted/archive/v2.0.rc9-0.tar.gz',
dir = 'busted-2.0.rc9-0'
url = 'https://github.com/Olivine-Labs/busted/archive/v2.0.rc10-0.tar.gz',
dir = 'busted-2.0.rc10-0'
}
description = {
summary = 'Elegant Lua unit testing.',
Expand All @@ -23,7 +23,7 @@ dependencies = {
'luafilesystem >= 1.5.0',
'dkjson >= 2.1.0',
'say >= 1.3-0',
'luassert >= 1.7.7-0',
'luassert >= 1.7.8-0',
'lua-term >= 0.1-1',
'penlight >= 1.3.2-2',
'mediator_lua >= 1.1.1-0',
Expand Down
2 changes: 1 addition & 1 deletion busted-scm-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = {
'luafilesystem >= 1.5.0',
'dkjson >= 2.1.0',
'say >= 1.3-0',
'luassert >= 1.7.7-0',
'luassert >= 1.7.8-0',
'lua-term >= 0.1-1',
'penlight >= 1.3.2-2',
'mediator_lua >= 1.1.1-0',
Expand Down
2 changes: 1 addition & 1 deletion busted/core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ return function()
local mediator = require 'mediator'()

local busted = {}
busted.version = '2.0.rc9-0'
busted.version = '2.0.rc10-0'

local root = require 'busted.context'()
busted.context = root.ref()
Expand Down

0 comments on commit a6233a2

Please sign in to comment.