add Gemfile.lock

This commit is contained in:
LI Daobing
2012-06-10 19:21:59 +08:00
parent 38326cbb83
commit 1e08f5bb17
2 changed files with 35 additions and 1 deletions
-1
View File
@@ -5,7 +5,6 @@
.bundle
.config
.yardoc
Gemfile.lock
InstalledFiles
_yardoc
coverage
+35
View File
@@ -0,0 +1,35 @@
PATH
remote: .
specs:
qiniu-rs (1.1.0)
json
mime-types
rest-client
GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.1.3)
fakeweb (1.3.0)
json (1.7.3)
mime-types (1.18)
rake (0.9.2.2)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.10.0)
rspec-core (~> 2.10.0)
rspec-expectations (~> 2.10.0)
rspec-mocks (~> 2.10.0)
rspec-core (2.10.1)
rspec-expectations (2.10.0)
diff-lcs (~> 1.1.3)
rspec-mocks (2.10.1)
PLATFORMS
ruby
DEPENDENCIES
fakeweb
qiniu-rs!
rake
rspec