BUMP 0.13 Cursor#count, optional block for Collection#find, fix for getmore, fix for fields to find, deprecate Undefined, fix group, move namespaces to just Mongo + GridFS, deprecate Mongo::Mongo for Mongo::Connection, don't save internal array for cursors
This commit is contained in:
parent
703e0e0a34
commit
ad74f0d9d8
|
@ -83,7 +83,7 @@ TEST_FILES = ['test/mongo-qa/_common.rb',
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = 'mongo'
|
||||
s.version = '0.12'
|
||||
s.version = '0.13'
|
||||
s.platform = Gem::Platform::RUBY
|
||||
s.summary = 'Ruby driver for the 10gen Mongo DB'
|
||||
s.description = 'A Ruby driver for the 10gen Mongo DB. For more information about Mongo, see http://www.mongodb.org.'
|
||||
|
|
Loading…
Reference in New Issue