yogi_berra 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ source 'https://rubygems.org'
2
+
3
+ gem "mongo", "~> 1.8.3"
4
+ gem "rspec", "~> 2.13.0"
5
+
6
+ gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,23 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ yogi_berra (0.0.1)
5
+ bson (= 1.8.3)
6
+ bson_ext (= 1.8.3)
7
+ mongo (= 1.8.3)
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ bson (1.8.3)
13
+ bson_ext (1.8.3)
14
+ bson (~> 1.8.3)
15
+ mongo (1.8.3)
16
+ bson (~> 1.8.3)
17
+
18
+ PLATFORMS
19
+ ruby
20
+
21
+ DEPENDENCIES
22
+ mongo (~> 1.8.3)
23
+ yogi_berra!