This commit is contained in:
Davis W. Frank 2011-02-25 08:10:34 -08:00
parent 9a12b32a3a
commit 560cb2edcb
5 changed files with 17 additions and 5 deletions

1
.gitignore vendored
View File

@ -4,4 +4,3 @@
site/ site/
.bundle/ .bundle/
.pairs .pairs
Gemfile.lock

View File

@ -1,6 +1,5 @@
source :gemcutter source :rubygems
gem "jekyll", "0.6.2"
gem "json_pure", "~>1.4.3" gem "json_pure", "~>1.4.3"
gem "ragaskar-jsdoc_helper" gem "ragaskar-jsdoc_helper"
gem "rake", "0.8.7" gem "rake", "0.8.7"

14
Gemfile.lock Normal file
View File

@ -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)

View File

@ -2417,5 +2417,5 @@ jasmine.version_= {
"major": 1, "major": 1,
"minor": 0, "minor": 0,
"build": 1, "build": 1,
"revision": 1286311016 "revision": 1298566700
}; };

View File

@ -1,5 +1,5 @@
{ {
"major": 1, "major": 1,
"minor": 0, "minor": 0,
"build": 1 "build": 2
} }