Commit d6e965a
Changed files (2)
Gemfile
@@ -0,0 +1,5 @@
+source "https://rubygems.org"
+
+gem "rspec"
+gem "mongo"
+gem "bson_ext"
Gemfile.lock
@@ -0,0 +1,25 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ bson (1.9.2)
+ bson_ext (1.9.2)
+ bson (~> 1.9.2)
+ diff-lcs (1.2.4)
+ mongo (1.9.2)
+ bson (~> 1.9.2)
+ rspec (2.14.1)
+ rspec-core (~> 2.14.0)
+ rspec-expectations (~> 2.14.0)
+ rspec-mocks (~> 2.14.0)
+ rspec-core (2.14.6)
+ rspec-expectations (2.14.3)
+ diff-lcs (>= 1.1.3, < 2.0)
+ rspec-mocks (2.14.4)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ bson_ext
+ mongo
+ rspec