bson 1.8.1.rc1-java → 1.8.2-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.

Files changed (2) hide show
  1. data/VERSION +1 -1
  2. metadata +23 -23
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.1.rc1
1
+ 1.8.2
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bson
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.1.rc1
5
- prerelease: 6
4
+ version: 1.8.2
5
+ prerelease:
6
6
  platform: java
7
7
  authors:
8
8
  - Tyler Brock
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2012-12-27 00:00:00.000000000 Z
15
+ date: 2013-01-17 00:00:00.000000000 Z
16
16
  dependencies: []
17
17
  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.
18
18
  email: mongodb-dev@googlegroups.com
@@ -28,29 +28,29 @@ files:
28
28
  - bin/b2json
29
29
  - bin/j2bson
30
30
  - lib/bson.rb
31
- - lib/bson/ordered_hash.rb
32
31
  - lib/bson/bson_c.rb
33
32
  - lib/bson/bson_java.rb
33
+ - lib/bson/bson_ruby.rb
34
34
  - lib/bson/byte_buffer.rb
35
35
  - lib/bson/exceptions.rb
36
- - lib/bson/bson_ruby.rb
36
+ - lib/bson/ordered_hash.rb
37
+ - lib/bson/support/hash_with_indifferent_access.rb
38
+ - lib/bson/types/binary.rb
39
+ - lib/bson/types/code.rb
37
40
  - lib/bson/types/dbref.rb
38
41
  - lib/bson/types/min_max_keys.rb
39
- - lib/bson/types/timestamp.rb
40
- - lib/bson/types/code.rb
41
- - lib/bson/types/binary.rb
42
42
  - lib/bson/types/object_id.rb
43
- - lib/bson/support/hash_with_indifferent_access.rb
43
+ - lib/bson/types/timestamp.rb
44
44
  - ext/jbson/target/jbson.jar
45
45
  - ext/jbson/lib/java-bson.jar
46
- - test/bson/hash_with_indifferent_access_test.rb
47
- - test/bson/bson_test.rb
48
46
  - test/bson/binary_test.rb
49
- - test/bson/ordered_hash_test.rb
50
- - test/bson/timestamp_test.rb
47
+ - test/bson/bson_test.rb
51
48
  - test/bson/byte_buffer_test.rb
52
- - test/bson/object_id_test.rb
49
+ - test/bson/hash_with_indifferent_access_test.rb
53
50
  - test/bson/json_test.rb
51
+ - test/bson/object_id_test.rb
52
+ - test/bson/ordered_hash_test.rb
53
+ - test/bson/timestamp_test.rb
54
54
  homepage: http://www.mongodb.org
55
55
  licenses: []
56
56
  post_install_message:
@@ -59,17 +59,17 @@ require_paths:
59
59
  - lib
60
60
  required_ruby_version: !ruby/object:Gem::Requirement
61
61
  requirements:
62
- - - ! '>='
62
+ - - ">="
63
63
  - !ruby/object:Gem::Version
64
64
  version: !binary |-
65
65
  MA==
66
66
  none: false
67
67
  required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
- - - !binary |-
70
- Pg==
69
+ - - ">="
71
70
  - !ruby/object:Gem::Version
72
- version: 1.3.1
71
+ version: !binary |-
72
+ MA==
73
73
  none: false
74
74
  requirements: []
75
75
  rubyforge_project: bson
@@ -78,12 +78,12 @@ signing_key:
78
78
  specification_version: 3
79
79
  summary: Ruby implementation of BSON
80
80
  test_files:
81
- - test/bson/hash_with_indifferent_access_test.rb
82
- - test/bson/bson_test.rb
83
81
  - test/bson/binary_test.rb
84
- - test/bson/ordered_hash_test.rb
85
- - test/bson/timestamp_test.rb
82
+ - test/bson/bson_test.rb
86
83
  - test/bson/byte_buffer_test.rb
87
- - test/bson/object_id_test.rb
84
+ - test/bson/hash_with_indifferent_access_test.rb
88
85
  - test/bson/json_test.rb
86
+ - test/bson/object_id_test.rb
87
+ - test/bson/ordered_hash_test.rb
88
+ - test/bson/timestamp_test.rb
89
89
  has_rdoc: yard