bson 1.2.rc0 → 1.2.rc1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of bson might be problematic. Click here for more details.

Files changed (2) hide show
  1. data/lib/bson.rb +2 -2
  2. metadata +6 -5
@@ -2,10 +2,10 @@
2
2
 
3
3
  $:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
4
4
 
5
- MINIMUM_BSON_EXT_VERSION = "1.2.rc0"
5
+ MINIMUM_BSON_EXT_VERSION = "1.2.rc1"
6
6
 
7
7
  module BSON
8
- VERSION = "1.2.rc0"
8
+ VERSION = "1.2.rc1"
9
9
 
10
10
  if defined? Mongo::DEFAULT_MAX_BSON_SIZE
11
11
  DEFAULT_MAX_BSON_SIZE = Mongo::DEFAULT_MAX_BSON_SIZE
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bson
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
@@ -85,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
85
86
  requirements: []
86
87
 
87
88
  rubyforge_project:
88
- rubygems_version: 1.3.7
89
+ rubygems_version: 1.4.1
89
90
  signing_key:
90
91
  specification_version: 3
91
92
  summary: Ruby implementation of BSON