Skip to content

Commit

Permalink
v2.0.0; luassert 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ajacksified committed Jun 28, 2019
1 parent acbcc29 commit 1f19347
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion busted/core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ return function()
local mediator = require 'mediator'()

local busted = {}
busted.version = '2.0.rc13-0'
busted.version = '2.0.0-0'

local root = require 'busted.context'()
busted.context = root.ref()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = 'busted'
version = '2.0.rc13-0'
version = '2.0.0-0'
source = {
url = 'https://github.com/Olivine-Labs/busted/archive/v2.0.rc13-0.tar.gz',
dir = 'busted-2.0.rc13-0'
url = 'https://github.com/Olivine-Labs/busted/archive/v2.0.0-0.tar.gz',
dir = 'busted-2.0.0-0'
}
description = {
summary = 'Elegant Lua unit testing.',
Expand All @@ -24,7 +24,7 @@ dependencies = {
'luasystem >= 0.2.0-0',
'dkjson >= 2.1.0',
'say >= 1.3-0',
'luassert >= 1.7.8-0',
'luassert >= 1.8.0-0',
'lua-term >= 0.1-1',
'penlight >= 1.3.2-2',
'mediator_lua >= 1.1.1-0',
Expand Down

0 comments on commit 1f19347

Please sign in to comment.