Skip to content

Commit 1f19347

Browse files
committed
v2.0.0; luassert 1.8
1 parent acbcc29 commit 1f19347

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

busted/core.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ return function()
4545
local mediator = require 'mediator'()
4646

4747
local busted = {}
48-
busted.version = '2.0.rc13-0'
48+
busted.version = '2.0.0-0'
4949

5050
local root = require 'busted.context'()
5151
busted.context = root.ref()

rockspecs/busted-2.0.rc13-0.rockspec rockspecs/busted-2.0.0-0.rockspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = 'busted'
2-
version = '2.0.rc13-0'
2+
version = '2.0.0-0'
33
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'
66
}
77
description = {
88
summary = 'Elegant Lua unit testing.',
@@ -24,7 +24,7 @@ dependencies = {
2424
'luasystem >= 0.2.0-0',
2525
'dkjson >= 2.1.0',
2626
'say >= 1.3-0',
27-
'luassert >= 1.7.8-0',
27+
'luassert >= 1.8.0-0',
2828
'lua-term >= 0.1-1',
2929
'penlight >= 1.3.2-2',
3030
'mediator_lua >= 1.1.1-0',

0 commit comments

Comments
 (0)