mongo 1.2.rc0 → 1.2.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/mongo.rb +1 -1
  2. metadata +10 -8
@@ -3,7 +3,7 @@
3
3
  $:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
4
4
 
5
5
  module Mongo
6
- VERSION = "1.2.rc0"
6
+ VERSION = "1.2.rc1"
7
7
  end
8
8
 
9
9
  module Mongo
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongo
3
3
  version: !ruby/object:Gem::Version
4
- hash: 977940448
5
- prerelease: true
4
+ hash: 15424231
5
+ prerelease: 4
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - rc0
10
- version: 1.2.rc0
9
+ - rc
10
+ - 1
11
+ version: 1.2.rc1
11
12
  platform: ruby
12
13
  authors:
13
14
  - Jim Menard
@@ -28,12 +29,13 @@ dependencies:
28
29
  requirements:
29
30
  - - ">="
30
31
  - !ruby/object:Gem::Version
31
- hash: 977940448
32
+ hash: 15424231
32
33
  segments:
33
34
  - 1
34
35
  - 2
35
- - rc0
36
- version: 1.2.rc0
36
+ - rc
37
+ - 1
38
+ version: 1.2.rc1
37
39
  type: :runtime
38
40
  version_requirements: *id001
39
41
  description: A Ruby driver for MongoDB. For more information about Mongo, see http://www.mongodb.org.
@@ -160,7 +162,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
160
162
  requirements: []
161
163
 
162
164
  rubyforge_project:
163
- rubygems_version: 1.3.7
165
+ rubygems_version: 1.4.1
164
166
  signing_key:
165
167
  specification_version: 3
166
168
  summary: Ruby driver for the MongoDB