bumping extension to 0.4.1 to try to convince github to build the gem
This commit is contained in:
parent
975412426f
commit
ddf7fdf6a2
|
@ -7,7 +7,7 @@ TEST_FILES = []
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = 'mongo_ext'
|
s.name = 'mongo_ext'
|
||||||
s.version = '0.4'
|
s.version = '0.4.1'
|
||||||
s.platform = Gem::Platform::RUBY
|
s.platform = Gem::Platform::RUBY
|
||||||
s.summary = 'C extensions for the MongoDB Ruby driver'
|
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.'
|
s.description = 'C extensions to accelerate the MondoDB Ruby driver. For more information about Mongo, see http://www.mongodb.org.'
|
||||||
|
|
Loading…
Reference in New Issue