bson 1.5.0.rc0-jruby → 1.5.1-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.
- data/lib/bson.rb +2 -2
- metadata +17 -8
data/lib/bson.rb
CHANGED
@@ -18,10 +18,10 @@
|
|
18
18
|
|
19
19
|
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
20
20
|
|
21
|
-
MINIMUM_BSON_EXT_VERSION = "1.5.
|
21
|
+
MINIMUM_BSON_EXT_VERSION = "1.5.1"
|
22
22
|
|
23
23
|
module BSON
|
24
|
-
VERSION = "1.5.
|
24
|
+
VERSION = "1.5.1"
|
25
25
|
|
26
26
|
if defined? Mongo::DEFAULT_MAX_BSON_SIZE
|
27
27
|
DEFAULT_MAX_BSON_SIZE = Mongo::DEFAULT_MAX_BSON_SIZE
|
metadata
CHANGED
@@ -1,8 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bson
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
|
4
|
+
hash: 1
|
5
|
+
prerelease:
|
6
|
+
segments:
|
7
|
+
- 1
|
8
|
+
- 5
|
9
|
+
- 1
|
10
|
+
version: 1.5.1
|
6
11
|
platform: jruby
|
7
12
|
authors:
|
8
13
|
- Jim Menard
|
@@ -12,8 +17,7 @@ autorequire:
|
|
12
17
|
bindir: bin
|
13
18
|
cert_chain: []
|
14
19
|
|
15
|
-
date: 2011-11-
|
16
|
-
default_executable:
|
20
|
+
date: 2011-11-29 00:00:00 Z
|
17
21
|
dependencies: []
|
18
22
|
|
19
23
|
description: A Ruby BSON implementation for MongoDB. For more information about Mongo, see http://www.mongodb.org. For more information on BSON, see http://www.bsonspec.org.
|
@@ -54,7 +58,6 @@ files:
|
|
54
58
|
- test/bson/ordered_hash_test.rb
|
55
59
|
- test/bson/test_helper.rb
|
56
60
|
- test/bson/timestamp_test.rb
|
57
|
-
has_rdoc: true
|
58
61
|
homepage: http://www.mongodb.org
|
59
62
|
licenses: []
|
60
63
|
|
@@ -68,17 +71,23 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
68
71
|
requirements:
|
69
72
|
- - ">="
|
70
73
|
- !ruby/object:Gem::Version
|
74
|
+
hash: 3
|
75
|
+
segments:
|
76
|
+
- 0
|
71
77
|
version: "0"
|
72
78
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
73
79
|
none: false
|
74
80
|
requirements:
|
75
|
-
- - "
|
81
|
+
- - ">="
|
76
82
|
- !ruby/object:Gem::Version
|
77
|
-
|
83
|
+
hash: 3
|
84
|
+
segments:
|
85
|
+
- 0
|
86
|
+
version: "0"
|
78
87
|
requirements: []
|
79
88
|
|
80
89
|
rubyforge_project:
|
81
|
-
rubygems_version: 1.
|
90
|
+
rubygems_version: 1.8.11
|
82
91
|
signing_key:
|
83
92
|
specification_version: 3
|
84
93
|
summary: Ruby implementation of BSON
|