Skip to content

Commit 366b39c

Browse files
committed
v2.0.rc8
1 parent 282040b commit 366b39c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

busted-2.0.rc7-0.rockspec busted-2.0.rc8-0.rockspec

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = 'busted'
2-
version = '2.0.rc7-0'
2+
version = '2.0.rc8-0'
33
source = {
4-
url = 'https://github.com/Olivine-Labs/busted/archive/v2.0.rc7-0.tar.gz',
5-
dir = 'busted-2.0.rc7-0'
4+
url = 'https://github.com/Olivine-Labs/busted/archive/v2.0.rc8-0.tar.gz',
5+
dir = 'busted-2.0.rc8-0'
66
}
77
description = {
88
summary = 'Elegant Lua unit testing.',
@@ -23,11 +23,11 @@ dependencies = {
2323
'luafilesystem >= 1.5.0',
2424
'dkjson >= 2.1.0',
2525
'say >= 1.3-0',
26-
'luassert >= 1.7.4-0',
26+
'luassert >= 1.7.6-0',
2727
'ansicolors >= 1.0-1',
2828
'lua-term >= 0.1-1',
2929
'penlight >= 1.3.2-2',
30-
'mediator_lua >= 1.1-3',
30+
'mediator_lua >= 1.1.1-0',
3131
'luasocket >= 2.0.1'
3232
}
3333
build = {

busted-scm-0.rockspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ dependencies = {
2323
'luafilesystem >= 1.5.0',
2424
'dkjson >= 2.1.0',
2525
'say >= 1.3-0',
26-
'luassert >= 1.7.4-0',
26+
'luassert >= 1.7.6-0',
2727
'lua-term >= 0.1-1',
2828
'penlight >= 1.3.2-2',
29-
'mediator_lua >= 1.1-3',
29+
'mediator_lua >= 1.1.1-0',
3030
'luasocket >= 2.0.1'
3131
}
3232
build = {

0 commit comments

Comments
 (0)