File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
package = ' busted'
2
- version = ' 2.0.rc9 -0'
2
+ version = ' 2.0.rc10 -0'
3
3
source = {
4
- url = ' https://github.com/Olivine-Labs/busted/archive/v2.0.rc9 -0.tar.gz' ,
5
- dir = ' busted-2.0.rc9 -0'
4
+ url = ' https://github.com/Olivine-Labs/busted/archive/v2.0.rc10 -0.tar.gz' ,
5
+ dir = ' busted-2.0.rc10 -0'
6
6
}
7
7
description = {
8
8
summary = ' Elegant Lua unit testing.' ,
@@ -23,7 +23,7 @@ dependencies = {
23
23
' luafilesystem >= 1.5.0' ,
24
24
' dkjson >= 2.1.0' ,
25
25
' say >= 1.3-0' ,
26
- ' luassert >= 1.7.7 -0' ,
26
+ ' luassert >= 1.7.8 -0' ,
27
27
' lua-term >= 0.1-1' ,
28
28
' penlight >= 1.3.2-2' ,
29
29
' mediator_lua >= 1.1.1-0' ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies = {
23
23
' luafilesystem >= 1.5.0' ,
24
24
' dkjson >= 2.1.0' ,
25
25
' say >= 1.3-0' ,
26
- ' luassert >= 1.7.7 -0' ,
26
+ ' luassert >= 1.7.8 -0' ,
27
27
' lua-term >= 0.1-1' ,
28
28
' penlight >= 1.3.2-2' ,
29
29
' mediator_lua >= 1.1.1-0' ,
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ return function()
44
44
local mediator = require ' mediator' ()
45
45
46
46
local busted = {}
47
- busted .version = ' 2.0.rc9 -0'
47
+ busted .version = ' 2.0.rc10 -0'
48
48
49
49
local root = require ' busted.context' ()
50
50
busted .context = root .ref ()
You can’t perform that action at this time.
0 commit comments