BUMP 0.10.1 save should always return _id, not just for new inserts
This commit is contained in:
parent
7da51cc317
commit
fa80e356fe
|
@ -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.'
|
||||
|
|
Loading…
Reference in New Issue