bson 1.2.rc0-jruby → 1.2.rc1-jruby

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 -6
data/lib/bson.rb CHANGED
@@ -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: jruby
12
13
  authors:
13
14
  - Jim Menard
@@ -65,7 +66,6 @@ rdoc_options: []
65
66
 
66
67
  require_paths:
67
68
  - lib
68
- - ext
69
69
  required_ruby_version: !ruby/object:Gem::Requirement
70
70
  none: false
71
71
  requirements:
@@ -89,7 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  requirements: []
90
90
 
91
91
  rubyforge_project:
92
- rubygems_version: 1.3.7
92
+ rubygems_version: 1.4.1
93
93
  signing_key:
94
94
  specification_version: 3
95
95
  summary: Ruby implementation of BSON