BUMP 0.10 API change - insert and save return _id. dates return as UTC. GridStore.list
This commit is contained in:
parent
f00ad75aaf
commit
ffa74ba3bb
|
@ -7,7 +7,7 @@ TEST_FILES = []
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = 'mongo_ext'
|
||||
s.version = '0.3'
|
||||
s.version = '0.4'
|
||||
s.platform = Gem::Platform::RUBY
|
||||
s.summary = 'C extensions for the MongoDB Ruby driver'
|
||||
s.description = 'C extensions to accelerate the MondoDB Ruby driver. For more information about Mongo, see http://www.mongodb.org.'
|
||||
|
|
|
@ -79,7 +79,7 @@ TEST_FILES = ['tests/mongo-qa/_common.rb',
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = 'mongo'
|
||||
s.version = '0.9'
|
||||
s.version = '0.10'
|
||||
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