bson 1.12.2-java → 1.12.3-java

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.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8a252d8d523c11c45ba504c406db2dfed41d2730
4
- data.tar.gz: f33e4af6b22ec0aef40cc5ff0bfaa2a6feb2f4c3
3
+ metadata.gz: 44c6103b7fa06206077084bc03e7235aad4e24cc
4
+ data.tar.gz: 51227dedf5abaa50acd0d5c01e24a91585674103
5
5
  SHA512:
6
- metadata.gz: 333961648e690bd6c79569731caea272ea25655db5d6a15e5276dcd1b7707d007d265f6dafb969de5a493a95f7e30c91703aed6a3f836a4f03fc95de8da49e69
7
- data.tar.gz: c92c4e81ca7844a5ada84d13449aafca30cabd546cbd6f2da24630f5670c5267b49cd25e644314a61dca5e830cb542ae3d192a097a1eadd01e66d7d64386235b
6
+ metadata.gz: 1f5192369945d6689593fe1c9eb18bea8b197768cd10d4386fbeea50aa88c00e1b639bddcad11bf96df3619419f7f2e2f2d5df197d4b57e0e187241e546012ac
7
+ data.tar.gz: d584b0f85472c1672f8d88790fe977fbc58c02ef634804839cc549ad97f949998efe770516d77f75504983735a39fa61bc132985c5349831663175dfd85fbb2f
Binary file
data.tar.gz.sig CHANGED
Binary file
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.2
1
+ 1.12.3
@@ -51,7 +51,7 @@ module BSON
51
51
  #
52
52
  # @return [Boolean]
53
53
  def self.legal?(str)
54
- str =~ /^[0-9a-f]{24}$/i ? true : false
54
+ str =~ /\A[0-9a-f]{24}\z/i ? true : false
55
55
  end
56
56
 
57
57
  # Create an object id from the given time. This is useful for doing range
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bson
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.2
4
+ version: 1.12.3
5
5
  platform: java
6
6
  authors:
7
7
  - Emily Stolfo
@@ -34,7 +34,7 @@ cert_chain:
34
34
  XZOS48LlWh15EG4yZo/gRzqNAW2LUIkYA5eMS2Kp6r+KV8IBUO/LaHdrXbdilpa8
35
35
  BRsuCo7UZDbFVRns04HLyjVvkj+K/ywIcdKdS0csz5M=
36
36
  -----END CERTIFICATE-----
37
- date: 2015-05-19 00:00:00.000000000 Z
37
+ date: 2015-06-04 00:00:00.000000000 Z
38
38
  dependencies: []
39
39
  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.
40
40
  email: mongodb-dev@googlegroups.com
@@ -44,11 +44,13 @@ executables:
44
44
  extensions: []
45
45
  extra_rdoc_files: []
46
46
  files:
47
- - bson.gemspec
48
47
  - LICENSE
49
48
  - VERSION
50
49
  - bin/b2json
51
50
  - bin/j2bson
51
+ - bson.gemspec
52
+ - ext/jbson/lib/java-bson.jar
53
+ - ext/jbson/target/jbson.jar
52
54
  - lib/bson.rb
53
55
  - lib/bson/bson_c.rb
54
56
  - lib/bson/bson_java.rb
@@ -65,8 +67,6 @@ files:
65
67
  - lib/bson/types/object_id.rb
66
68
  - lib/bson/types/regex.rb
67
69
  - lib/bson/types/timestamp.rb
68
- - ext/jbson/target/jbson.jar
69
- - ext/jbson/lib/java-bson.jar
70
70
  homepage: http://www.mongodb.org
71
71
  licenses:
72
72
  - Apache License Version 2.0
@@ -87,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  version: '0'
88
88
  requirements: []
89
89
  rubyforge_project: bson
90
- rubygems_version: 2.1.9
90
+ rubygems_version: 2.4.5
91
91
  signing_key:
92
92
  specification_version: 4
93
93
  summary: Ruby implementation of BSON
metadata.gz.sig CHANGED
Binary file