bson 1.8.3.rc1-java → 1.8.4-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.

data.tar.gz.sig CHANGED
Binary file
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.3.rc1
1
+ 1.8.4
@@ -8,6 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.summary = 'Ruby implementation of BSON'
9
9
  s.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.'
10
10
  s.rubyforge_project = 'bson'
11
+ s.license = 'Apache License Version 2.0'
11
12
 
12
13
  s.signing_key = 'gem-private_key.pem'
13
14
  s.cert_chain = ['gem-public_cert.pem']
@@ -70,11 +70,17 @@ class ObjectIdTest < Test::Unit::TestCase
70
70
  end
71
71
 
72
72
  def test_illegal_from_string
73
- assert_raise InvalidObjectId do
73
+ assert_raise InvalidObjectId do
74
74
  ObjectId.from_string("")
75
75
  end
76
76
  end
77
77
 
78
+ def test_from_string_with_object_id
79
+ assert_raise InvalidObjectId do
80
+ ObjectId.from_string(@o)
81
+ end
82
+ end
83
+
78
84
  def test_legal
79
85
  assert !ObjectId.legal?(nil)
80
86
  assert !ObjectId.legal?("fred")
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bson
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: 6
5
- version: 1.8.3.rc1
4
+ version: 1.8.4
5
+ prerelease:
6
6
  platform: java
7
7
  authors:
8
8
  - Tyler Brock
@@ -34,7 +34,7 @@ cert_chain:
34
34
  8v7zLF2XliYbfurYIwkcXs8yPn8ggApBIy9bX6VJxRs/l2+UvqzaHIFaFy/F8/GP
35
35
  RNTuXsVG5NDACo7Q
36
36
  -----END CERTIFICATE-----
37
- date: 2013-02-27 00:00:00.000000000 Z
37
+ date: 2013-03-26 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
@@ -74,7 +74,8 @@ files:
74
74
  - test/bson/ordered_hash_test.rb
75
75
  - test/bson/timestamp_test.rb
76
76
  homepage: http://www.mongodb.org
77
- licenses: []
77
+ licenses:
78
+ - Apache License Version 2.0
78
79
  post_install_message:
79
80
  rdoc_options: []
80
81
  require_paths:
@@ -88,10 +89,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
88
89
  none: false
89
90
  required_rubygems_version: !ruby/object:Gem::Requirement
90
91
  requirements:
91
- - - !binary |-
92
- Pg==
92
+ - - ">="
93
93
  - !ruby/object:Gem::Version
94
- version: 1.3.1
94
+ version: !binary |-
95
+ MA==
95
96
  none: false
96
97
  requirements: []
97
98
  rubyforge_project: bson
@@ -108,3 +109,4 @@ test_files:
108
109
  - test/bson/object_id_test.rb
109
110
  - test/bson/ordered_hash_test.rb
110
111
  - test/bson/timestamp_test.rb
112
+ has_rdoc: yard
metadata.gz.sig CHANGED
Binary file