Skip to content

Commit

Permalink
BUMP 0.11 fix C extension include paths, support 64-bit int, Collecti…
Browse files Browse the repository at this point in the history
…on#rename, better DB#collection_names, fix a threading deadlock
  • Loading branch information
Mike Dirolf committed Aug 10, 2009
1 parent 1e4728a commit 09e549e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mongo-extensions.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ TEST_FILES = []

Gem::Specification.new do |s|
s.name = 'mongo_ext'
s.version = '0.4.1'
s.version = '0.11'
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.'
Expand Down
2 changes: 1 addition & 1 deletion mongo-ruby-driver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ TEST_FILES = ['tests/mongo-qa/_common.rb',

Gem::Specification.new do |s|
s.name = 'mongo'
s.version = '0.10.1'
s.version = '0.11'
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 09e549e

Please sign in to comment.