bson 4.2.0.rc0-java → 4.2.0.rc1-java
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +3 -3
- data/lib/bson-ruby.jar +0 -0
- data/lib/bson.rb +3 -3
- data/lib/bson/decimal128.rb +1 -1
- data/lib/bson/timestamp.rb +1 -1
- data/lib/bson/version.rb +1 -1
- data/spec/bson/timestamp_spec.rb +1 -1
- metadata +5 -5
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5569a79201c43476b8fdc4e8c4a174da9d87799d
|
4
|
+
data.tar.gz: e513ddc4a5b5681ecb72652eb44564a40093b89e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d9edc30f7d9e07edd6e6a8fa22b57daf5d8a08e020b8ac0fd6fbda4107c2df0594b9ec96b3d5cd7e1f2acd3bdbb6809c76deb554ebfb8fdbad6f6e7357998f7
|
7
|
+
data.tar.gz: 9664210d79035ecd9306d7e5242c9bdbdedf890337fad3b06ce6de237f676d833f16b79c93d0b98b553bf4c46440cf6669f9c72b7db7d08d240b769aa594d617
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
��
|
1
|
+
Z�n��t��([�dS�Z}�����%H���Ď���2T��)�3.��µ�����):��l�ףx+�L�~�l��T�1��'SXL�1_��ՍͿ4��������ꆗ�y������:vT;zM���2
|
2
|
+
�3���a��`���~)J����04�Ai�-O���0=F��1�q`"*���%ן��%5*i��=Ǫ��#����S�ν'��A��z6�V�~%i�&��s �%z�|�DV�
|
3
|
+
V(��
|
data/lib/bson-ruby.jar
CHANGED
Binary file
|
data/lib/bson.rb
CHANGED
@@ -91,8 +91,7 @@ require "bson/undefined"
|
|
91
91
|
require "bson/version"
|
92
92
|
|
93
93
|
# If we are using JRuby, attempt to load the Java extensions, if we are using
|
94
|
-
# MRI or Rubinius, attempt to load the C
|
95
|
-
# we revert back to a pure Ruby implementation of the Buffer class.
|
94
|
+
# MRI or Rubinius, attempt to load the C extensions.
|
96
95
|
#
|
97
96
|
# @since 2.0.0
|
98
97
|
begin
|
@@ -103,5 +102,6 @@ begin
|
|
103
102
|
require "bson_native"
|
104
103
|
end
|
105
104
|
rescue LoadError
|
106
|
-
$stderr.puts("
|
105
|
+
$stderr.puts("Failed to load the necessary extensions.")
|
106
|
+
raise
|
107
107
|
end
|
data/lib/bson/decimal128.rb
CHANGED
data/lib/bson/timestamp.rb
CHANGED
data/lib/bson/version.rb
CHANGED
data/spec/bson/timestamp_spec.rb
CHANGED
@@ -55,7 +55,7 @@ describe BSON::Timestamp do
|
|
55
55
|
end
|
56
56
|
|
57
57
|
it "returns the binary data plus type" do
|
58
|
-
expect(object.as_json).to eq({ "t" => 10, "i" => 50 })
|
58
|
+
expect(object.as_json).to eq({"$timestamp" => { "t" => 10, "i" => 50 } })
|
59
59
|
end
|
60
60
|
|
61
61
|
it_behaves_like "a JSON serializable object"
|
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.2.0.
|
4
|
+
version: 4.2.0.rc1
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Tyler Brock
|
@@ -34,7 +34,7 @@ cert_chain:
|
|
34
34
|
yVPbgNJA2D/PnLe8ZFMhgJf+VIA1V4oybP/o+9aqlghTtNfYHJpRCAluUiaywwXl
|
35
35
|
KzD4mmIBpxtbWrWB3hx7tsVJmWx5zgO9aDAfvWnXfoo=
|
36
36
|
-----END CERTIFICATE-----
|
37
|
-
date: 2016-
|
37
|
+
date: 2016-11-01 00:00:00.000000000 Z
|
38
38
|
dependencies: []
|
39
39
|
description: A full featured BSON specification implementation, in Ruby
|
40
40
|
email:
|
@@ -140,17 +140,17 @@ require_paths:
|
|
140
140
|
- lib
|
141
141
|
required_ruby_version: !ruby/object:Gem::Requirement
|
142
142
|
requirements:
|
143
|
-
- -
|
143
|
+
- - ">="
|
144
144
|
- !ruby/object:Gem::Version
|
145
145
|
version: 1.9.3
|
146
146
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
147
147
|
requirements:
|
148
|
-
- -
|
148
|
+
- - ">="
|
149
149
|
- !ruby/object:Gem::Version
|
150
150
|
version: 1.3.6
|
151
151
|
requirements: []
|
152
152
|
rubyforge_project: bson
|
153
|
-
rubygems_version: 2.
|
153
|
+
rubygems_version: 2.6.6
|
154
154
|
signing_key:
|
155
155
|
specification_version: 4
|
156
156
|
summary: Ruby Implementation of the BSON specification
|
metadata.gz.sig
CHANGED
Binary file
|