bson 1.12.2 → 1.12.3

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: 44f4407b5b84a75eb3d0573a77cd40a141a79b61
4
- data.tar.gz: dc26bca433e7adda8f8257848ada981da5f3059c
3
+ metadata.gz: e5727bcec71e91169f538999c83da286673110ce
4
+ data.tar.gz: 7f010843a318b6282876bb47efe7f4defdb393d3
5
5
  SHA512:
6
- metadata.gz: 34cb1025ebc30c72c9bd0bed1b30973f58f99cbb13a6f8c78139feb906c242e52f5a1005c98ef69b390ce9e2d2cf8b2f4856acfa8c6f6835d89c1d3ee4641eb0
7
- data.tar.gz: 530d9b442d3591d7314f3ed88558efa51f85aa4a01e068eb356b2e05bbe41b8ba4967bb240d6307a4fd01140ca7e65e948458d4c485659b6f5db49f3074951a3
6
+ metadata.gz: a7fd75eea7f401129738feaa7c51b2714e14e84c19c038b74dd2fe38e1ade3e039c1dc9c70d29e33bcab673218cfc4de73074706207204b8db60cbf17b42ba76
7
+ data.tar.gz: f7fb4eef85bf3d93a48ec2a6ab181fc400f5b60b63b758547ea315cfcf35e6bcc7c16ce90296aa01d0fd9706a931a21768f31eb4358769899989f04491333877
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: ruby
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,
40
40
  see http://www.mongodb.org. For more information on BSON, see http://www.bsonspec.org.
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  version: '0'
87
87
  requirements: []
88
88
  rubyforge_project: bson
89
- rubygems_version: 2.4.5
89
+ rubygems_version: 2.4.7
90
90
  signing_key:
91
91
  specification_version: 4
92
92
  summary: Ruby implementation of BSON
metadata.gz.sig CHANGED
Binary file