mongo 1.2.rc0 → 1.2.rc1
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/lib/mongo.rb +1 -1
- metadata +10 -8
data/lib/mongo.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mongo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 15424231
|
|
5
|
+
prerelease: 4
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
|
|
9
|
+
- rc
|
|
10
|
+
- 1
|
|
11
|
+
version: 1.2.rc1
|
|
11
12
|
platform: ruby
|
|
12
13
|
authors:
|
|
13
14
|
- Jim Menard
|
|
@@ -28,12 +29,13 @@ dependencies:
|
|
|
28
29
|
requirements:
|
|
29
30
|
- - ">="
|
|
30
31
|
- !ruby/object:Gem::Version
|
|
31
|
-
hash:
|
|
32
|
+
hash: 15424231
|
|
32
33
|
segments:
|
|
33
34
|
- 1
|
|
34
35
|
- 2
|
|
35
|
-
-
|
|
36
|
-
|
|
36
|
+
- rc
|
|
37
|
+
- 1
|
|
38
|
+
version: 1.2.rc1
|
|
37
39
|
type: :runtime
|
|
38
40
|
version_requirements: *id001
|
|
39
41
|
description: A Ruby driver for MongoDB. For more information about Mongo, see http://www.mongodb.org.
|
|
@@ -160,7 +162,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
160
162
|
requirements: []
|
|
161
163
|
|
|
162
164
|
rubyforge_project:
|
|
163
|
-
rubygems_version: 1.
|
|
165
|
+
rubygems_version: 1.4.1
|
|
164
166
|
signing_key:
|
|
165
167
|
specification_version: 3
|
|
166
168
|
summary: Ruby driver for the MongoDB
|