bumiping extensions to 0.3 -> compatible with driver 0.9

This commit is contained in:
Mike Dirolf 2009-06-30 04:50:37 -04:00
parent 1cf4d0d561
commit 3c6a02fd19
1 changed files with 1 additions and 1 deletions

View File

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