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:
Mike Dirolf 2009-08-21 14:36:50 -04:00
parent 703e0e0a34
commit ad74f0d9d8
1 changed files with 1 additions and 1 deletions

View File

@ -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.'