yogi_berra 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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!