BUMP 0.10.1 save should always return _id, not just for new inserts

This commit is contained in:
Mike Dirolf 2009-07-28 12:09:28 -04:00
parent 7da51cc317
commit fa80e356fe
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ TEST_FILES = ['tests/mongo-qa/_common.rb',
Gem::Specification.new do |s|
s.name = 'mongo'
s.version = '0.10'
s.version = '0.10.1'
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.'