mongodb-mongo 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/mongo/types/objectid.rb +1 -1
- data/mongo-ruby-driver.gemspec +1 -1
- metadata +1 -1
data/lib/mongo/types/objectid.rb
CHANGED
data/mongo-ruby-driver.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'mongo'
|
3
|
-
s.version = '0.2.
|
3
|
+
s.version = '0.2.4'
|
4
4
|
s.platform = Gem::Platform::RUBY
|
5
5
|
s.summary = 'Simple pure-Ruby driver for the 10gen Mongo DB'
|
6
6
|
s.description = 'A pure-Ruby driver for the 10gen Mongo DB. For more information about Mongo, see http://www.mongodb.org.'
|