From 2c68aca329d877ec84f26815dd56211b11c728cd Mon Sep 17 00:00:00 2001 From: Robert Ditthardt Date: Tue, 27 Oct 2015 13:50:55 -0700 Subject: [PATCH] Release --- busted-2.0.rc10-1.rockspec => busted-2.0.rc11-0.rockspec | 6 +++--- busted/core.lua | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename busted-2.0.rc10-1.rockspec => busted-2.0.rc11-0.rockspec (98%) diff --git a/busted-2.0.rc10-1.rockspec b/busted-2.0.rc11-0.rockspec similarity index 98% rename from busted-2.0.rc10-1.rockspec rename to busted-2.0.rc11-0.rockspec index f92f0f04..46fb25d6 100644 --- a/busted-2.0.rc10-1.rockspec +++ b/busted-2.0.rc11-0.rockspec @@ -1,8 +1,8 @@ package = 'busted' -version = '2.0.rc10-1' +version = '2.0.rc11-0' source = { - url = 'https://github.com/Olivine-Labs/busted/archive/v2.0.rc10-1.tar.gz', - dir = 'busted-2.0.rc10-1' + url = 'https://github.com/Olivine-Labs/busted/archive/v2.0.rc11-0.tar.gz', + dir = 'busted-2.0.rc11-0' } description = { summary = 'Elegant Lua unit testing.', diff --git a/busted/core.lua b/busted/core.lua index f66430eb..5e55e016 100644 --- a/busted/core.lua +++ b/busted/core.lua @@ -44,7 +44,7 @@ return function() local mediator = require 'mediator'() local busted = {} - busted.version = '2.0.rc10-1' + busted.version = '2.0.rc11-0' local root = require 'busted.context'() busted.context = root.ref()