bump extension version in preparation for main bump
This commit is contained in:
parent
e6112703f3
commit
4bdfa6efd2
|
@ -8,7 +8,7 @@ TEST_FILES = []
|
|||
Gem::Specification.new do |s|
|
||||
s.name = 'mongo_ext'
|
||||
|
||||
s.version = '0.13'
|
||||
s.version = '0.14'
|
||||
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.'
|
||||
|
|
|
@ -218,4 +218,3 @@ class TestCollection < Test::Unit::TestCase
|
|||
# {"inc_value" => 0.5}), true)[0]["count"]
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue