Create a 2.0 distribution

This commit is contained in:
Christopher Jobst and Sheel Choksi
2013-12-16 12:33:34 -08:00
parent 78bed99ba3
commit a2a8b5dde2
4 changed files with 3 additions and 3 deletions

BIN
dist/jasmine-standalone-2.0.0.zip vendored Normal file

Binary file not shown.

View File

@@ -2398,5 +2398,5 @@ getJasmineRequireObj().toThrowError = function(j$) {
}; };
getJasmineRequireObj().version = function() { getJasmineRequireObj().version = function() {
return "2.0.0-rc5"; return "2.0.0";
}; };

View File

@@ -4,6 +4,6 @@
# #
module Jasmine module Jasmine
module Core module Core
VERSION = "2.0.0.rc5" VERSION = "2.0.0"
end end
end end

View File

@@ -1,7 +1,7 @@
{ {
"name": "jasmine-core", "name": "jasmine-core",
"license": "MIT", "license": "MIT",
"version": "2.0.0-rc5", "version": "2.0.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/pivotal/jasmine.git" "url": "https://github.com/pivotal/jasmine.git"