bson 4.0.2-java → 4.0.3-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 116e01974888214900fe636ac0e57b289b0d8b38
4
- data.tar.gz: efa233f9b054d313e1740b82ab76e44aa2b61adc
3
+ metadata.gz: be5129c7952e6a2a86156048dbc4d60dc547a3d3
4
+ data.tar.gz: c8ac419eb53773f4aeb98ea7dd4da272a00481fa
5
5
  SHA512:
6
- metadata.gz: 4e2fb342629fd24600b9edc885562bf08be249f05bf1e3753a92fe082f8058d4e623d0bbc3550c6b8760fba2dd388adc285de413f4b0fca48f33ac66dbd8e545
7
- data.tar.gz: 84542a106a3eb8db354bf6653ab16ce8dc20cd8efdd13bb7cf7e15053eed04e22001cec6025e7b64b64920102cd726da8722c2df3dd03516dbd9614f382d5bc3
6
+ metadata.gz: 2a75dafd474621f63c9fdbc5bca73371af35ddc9b05c91e1abeb20b509da908f3171ea6f882b14a48147673a0bf549d104e9f31a32eea136ec296eb8b22810ac
7
+ data.tar.gz: 3838c53795aaa265cdad691c65cd7bd3b10fe50372d29619cebeb595d8c313aff244feb5d03a7b1d32a3a08f0ff4766a7a28d20d7aec6dabc2527bae666d2b36
Binary file
data.tar.gz.sig CHANGED
Binary file
Binary file
@@ -13,5 +13,5 @@
13
13
  # limitations under the License.
14
14
 
15
15
  module BSON
16
- VERSION = "4.0.2"
16
+ VERSION = "4.0.3".freeze
17
17
  end
@@ -383,6 +383,15 @@ describe BSON::ObjectId do
383
383
  end
384
384
  end
385
385
 
386
+ describe "#initialize" do
387
+
388
+ it "does not generate duplicate ids" do
389
+ 100000.times do
390
+ expect(BSON::ObjectId.new).to_not eq(BSON::ObjectId.new)
391
+ end
392
+ end
393
+ end
394
+
386
395
  describe "#inspect" do
387
396
 
388
397
  let(:object_id) do
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: 4.0.2
4
+ version: 4.0.3
5
5
  platform: java
6
6
  authors:
7
7
  - Tyler Brock
@@ -34,7 +34,7 @@ cert_chain:
34
34
  XZOS48LlWh15EG4yZo/gRzqNAW2LUIkYA5eMS2Kp6r+KV8IBUO/LaHdrXbdilpa8
35
35
  BRsuCo7UZDbFVRns04HLyjVvkj+K/ywIcdKdS0csz5M=
36
36
  -----END CERTIFICATE-----
37
- date: 2016-02-18 00:00:00.000000000 Z
37
+ date: 2016-02-28 00:00:00.000000000 Z
38
38
  dependencies: []
39
39
  description: A full featured BSON specification implementation, in Ruby
40
40
  email:
@@ -134,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
134
134
  version: 1.3.6
135
135
  requirements: []
136
136
  rubyforge_project: bson
137
- rubygems_version: 2.4.8
137
+ rubygems_version: 2.4.5
138
138
  signing_key:
139
139
  specification_version: 4
140
140
  summary: Ruby Implementation of the BSON specification
metadata.gz.sig CHANGED
Binary file