bump extension version number in preparation for driver BUMP... oh github why do you make me do this

This commit is contained in:
Mike Dirolf 2009-08-17 11:16:59 -04:00
parent 047fc60c91
commit dc69516fbe
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ TEST_FILES = []
Gem::Specification.new do |s|
s.name = 'mongo_ext'
s.version = '0.11.1'
s.version = '0.12'
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.'