mongodb-mongo_ext 0.11 → 0.11.1
Sign up to get free protection for your applications and to get access to all the features.
- data/mongo-extensions.gemspec +1 -1
- metadata +1 -1
data/mongo-extensions.gemspec
CHANGED
@@ -8,7 +8,7 @@ TEST_FILES = []
|
|
8
8
|
Gem::Specification.new do |s|
|
9
9
|
s.name = 'mongo_ext'
|
10
10
|
|
11
|
-
s.version = '0.11'
|
11
|
+
s.version = '0.11.1'
|
12
12
|
s.platform = Gem::Platform::RUBY
|
13
13
|
s.summary = 'C extensions for the MongoDB Ruby driver'
|
14
14
|
s.description = 'C extensions to accelerate the MondoDB Ruby driver. For more information about Mongo, see http://www.mongodb.org.'
|