Skip to content

Commit a6233a2

Browse files
committed
upgrade luassert, and v2.0.rc10
1 parent f969808 commit a6233a2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

busted-2.0.rc9-0.rockspec busted-2.0.rc10-0.rockspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = 'busted'
2-
version = '2.0.rc9-0'
2+
version = '2.0.rc10-0'
33
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'
66
}
77
description = {
88
summary = 'Elegant Lua unit testing.',
@@ -23,7 +23,7 @@ dependencies = {
2323
'luafilesystem >= 1.5.0',
2424
'dkjson >= 2.1.0',
2525
'say >= 1.3-0',
26-
'luassert >= 1.7.7-0',
26+
'luassert >= 1.7.8-0',
2727
'lua-term >= 0.1-1',
2828
'penlight >= 1.3.2-2',
2929
'mediator_lua >= 1.1.1-0',

busted-scm-0.rockspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = {
2323
'luafilesystem >= 1.5.0',
2424
'dkjson >= 2.1.0',
2525
'say >= 1.3-0',
26-
'luassert >= 1.7.7-0',
26+
'luassert >= 1.7.8-0',
2727
'lua-term >= 0.1-1',
2828
'penlight >= 1.3.2-2',
2929
'mediator_lua >= 1.1.1-0',

busted/core.lua

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

4646
local busted = {}
47-
busted.version = '2.0.rc9-0'
47+
busted.version = '2.0.rc10-0'
4848

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

0 commit comments

Comments
 (0)