bson 2.1.0-java → 2.1.1-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: 307335e37546cd82f6e667451cc88adfe922f35a
4
- data.tar.gz: baa7ca7c5d40dc61e37a1f0fbc32f337eadfee76
3
+ metadata.gz: 1d93af49030729fd6ff64bdaf5bfa0c3c0daeb6b
4
+ data.tar.gz: 4e930d0b5f3316a5b03142c2da7cabc6e73fdb33
5
5
  SHA512:
6
- metadata.gz: fabf976f05db48b58ed77e28bb5e3b7b34a3997b567314311644a68819cbcb3c24453dc761e855acab17a941c9a4145ebd77de79d231a0ce9d068895ce6775c0
7
- data.tar.gz: 4aa797cefb195fa4e0046a2dc79a20b3fd0c5cf4691ecd1330681c9f5184834c39f432915ab368c09b1f60c6ee672c652642e9df644babefdb663742acbb7583
6
+ metadata.gz: ec99f95e6924041a6941729894b7501bc35019de857e923bec50ec85b7f593ac4b81cd916707fffcc2c499d85a4e15d0d714c0cf97b6c5f74b1e621358bb1bfc
7
+ data.tar.gz: de12e074ffb28ee8a5bea6b0bbb3139cf1544a0b04ea4bf23dd62d29fd351af2cbe33e53d1bb5271bcbd029f913598e4385e97a22a054ed9950b4c569334b4d4
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -1,6 +1,13 @@
1
1
  BSON Changelog
2
2
  ==============
3
3
 
4
+ ## 2.1.1
5
+
6
+ ### Bug Fixes
7
+
8
+ * \#13 / RUBY-714: Require time in `DateTime` modules when using outside of
9
+ environments that don't already have time included.
10
+
4
11
  ## 2.1.0
5
12
 
6
13
  ### New Features
data/Rakefile CHANGED
@@ -83,7 +83,12 @@ task :ext_spec => :compile do
83
83
  Rake::Task["rspec"].invoke
84
84
  end
85
85
 
86
- # Run bundle exec rake release with mri and jruby.
86
+ # Run bundle exec rake release with mri and jruby. Ex:
87
+ #
88
+ # rvm use 2.1.0@bson
89
+ # bundle exec rake release
90
+ # rvm use jruby@bson
91
+ # bundle exec rake release
87
92
  task :release => :build do
88
93
  system "git tag -a v#{BSON::VERSION} -m 'Tagging release: #{BSON::VERSION}'"
89
94
  system "git push --tags"
Binary file
@@ -12,6 +12,8 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
+ require "time"
16
+
15
17
  module BSON
16
18
 
17
19
  # Injects behaviour for encoding date time values to raw bytes as specified by
@@ -13,5 +13,5 @@
13
13
  # limitations under the License.
14
14
 
15
15
  module BSON
16
- VERSION = "2.1.0"
16
+ VERSION = "2.1.1"
17
17
  end
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: 2.1.0
4
+ version: 2.1.1
5
5
  platform: java
6
6
  authors:
7
7
  - Tyler Brock
@@ -33,7 +33,7 @@ cert_chain:
33
33
  8v7zLF2XliYbfurYIwkcXs8yPn8ggApBIy9bX6VJxRs/l2+UvqzaHIFaFy/F8/GP
34
34
  RNTuXsVG5NDACo7Q
35
35
  -----END CERTIFICATE-----
36
- date: 2014-01-10 00:00:00.000000000 Z
36
+ date: 2014-01-15 00:00:00.000000000 Z
37
37
  dependencies: []
38
38
  description: A full featured BSON specification implementation, in Ruby
39
39
  email:
metadata.gz.sig CHANGED
Binary file