Skip to content

Commit

Permalink
BUMP 0.13 Cursor#count, optional block for Collection#find, fix for g…
Browse files Browse the repository at this point in the history
…etmore, 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
  • Loading branch information
Mike Dirolf committed Aug 21, 2009
1 parent 703e0e0 commit ad74f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongo-ruby-driver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down

0 comments on commit ad74f0d

Please sign in to comment.