diff --git a/busted/core.lua b/busted/core.lua index 8e6d564d..4d3678e5 100644 --- a/busted/core.lua +++ b/busted/core.lua @@ -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() diff --git a/rockspecs/busted-2.0.rc13-0.rockspec b/rockspecs/busted-2.0.0-0.rockspec similarity index 96% rename from rockspecs/busted-2.0.rc13-0.rockspec rename to rockspecs/busted-2.0.0-0.rockspec index 72d6a359..a70a88f8 100644 --- a/rockspecs/busted-2.0.rc13-0.rockspec +++ b/rockspecs/busted-2.0.0-0.rockspec @@ -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.', @@ -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',