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