From 560cb2edcb2880fd097d86edc6329b038bfa9c97 Mon Sep 17 00:00:00 2001 From: "Davis W. Frank" Date: Fri, 25 Feb 2011 08:10:34 -0800 Subject: [PATCH] wip --- .gitignore | 1 - Gemfile | 3 +-- Gemfile.lock | 14 ++++++++++++++ lib/jasmine.js | 2 +- src/version.json | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 Gemfile.lock diff --git a/.gitignore b/.gitignore index edcb5ad..dbc0f28 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,3 @@ site/ .bundle/ .pairs -Gemfile.lock diff --git a/Gemfile b/Gemfile index d731d46..a43e2d1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,5 @@ -source :gemcutter +source :rubygems -gem "jekyll", "0.6.2" gem "json_pure", "~>1.4.3" gem "ragaskar-jsdoc_helper" gem "rake", "0.8.7" diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..8045bf5 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,14 @@ +GEM + remote: http://rubygems.org/ + specs: + json_pure (1.4.6) + ragaskar-jsdoc_helper (0.0.2.1) + rake (0.8.7) + +PLATFORMS + ruby + +DEPENDENCIES + json_pure (~> 1.4.3) + ragaskar-jsdoc_helper + rake (= 0.8.7) diff --git a/lib/jasmine.js b/lib/jasmine.js index 964f99e..33605c1 100644 --- a/lib/jasmine.js +++ b/lib/jasmine.js @@ -2417,5 +2417,5 @@ jasmine.version_= { "major": 1, "minor": 0, "build": 1, - "revision": 1286311016 + "revision": 1298566700 }; diff --git a/src/version.json b/src/version.json index a4a5a3d..ef5416c 100644 --- a/src/version.json +++ b/src/version.json @@ -1,5 +1,5 @@ { "major": 1, "minor": 0, - "build": 1 + "build": 2 }