mongo_ext 0.15 → 0.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/mongo-extensions.gemspec +1 -3
  2. metadata +4 -13
@@ -8,9 +8,7 @@ TEST_FILES = []
8
8
  Gem::Specification.new do |s|
9
9
  s.name = 'mongo_ext'
10
10
 
11
- s.version = '0.15'
12
- s.add_dependency('mongo', ['= 0.15'])
13
-
11
+ s.version = '0.15.1'
14
12
  s.platform = Gem::Platform::RUBY
15
13
  s.summary = 'C extensions for the MongoDB Ruby driver'
16
14
  s.description = 'C extensions to accelerate the MongoDB Ruby driver. For more information about Mongo, see http://www.mongodb.org.'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongo_ext
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.15"
4
+ version: 0.15.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Dirolf
@@ -9,19 +9,10 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-05 00:00:00 -04:00
12
+ date: 2009-10-08 00:00:00 -04:00
13
13
  default_executable:
14
- dependencies:
15
- - !ruby/object:Gem::Dependency
16
- name: mongo
17
- type: :runtime
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
20
- requirements:
21
- - - "="
22
- - !ruby/object:Gem::Version
23
- version: "0.15"
24
- version:
14
+ dependencies: []
15
+
25
16
  description: C extensions to accelerate the MongoDB Ruby driver. For more information about Mongo, see http://www.mongodb.org.
26
17
  email: mongodb-dev@googlegroups.com
27
18
  executables: []