bson 1.8.1.rc0-java → 1.8.1.rc1-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 (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/bson.rb +0 -2
  3. metadata +18 -18
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.1.rc0
1
+ 1.8.1.rc1
@@ -1,5 +1,3 @@
1
- # encoding: UTF-8
2
- #
3
1
  # --
4
2
  # Copyright (C) 2008-2012 10gen Inc.
5
3
  #
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: 1.8.1.rc0
4
+ version: 1.8.1.rc1
5
5
  prerelease: 6
6
6
  platform: java
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2012-12-19 00:00:00.000000000 Z
15
+ date: 2012-12-27 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
31
32
  - lib/bson/bson_c.rb
32
33
  - 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/ordered_hash.rb
37
- - lib/bson/support/hash_with_indifferent_access.rb
38
- - lib/bson/types/binary.rb
39
- - lib/bson/types/code.rb
36
+ - lib/bson/bson_ruby.rb
40
37
  - lib/bson/types/dbref.rb
41
38
  - lib/bson/types/min_max_keys.rb
42
- - lib/bson/types/object_id.rb
43
39
  - lib/bson/types/timestamp.rb
40
+ - lib/bson/types/code.rb
41
+ - lib/bson/types/binary.rb
42
+ - lib/bson/types/object_id.rb
43
+ - lib/bson/support/hash_with_indifferent_access.rb
44
44
  - ext/jbson/target/jbson.jar
45
45
  - ext/jbson/lib/java-bson.jar
46
- - test/bson/binary_test.rb
47
- - test/bson/bson_test.rb
48
- - test/bson/byte_buffer_test.rb
49
46
  - test/bson/hash_with_indifferent_access_test.rb
50
- - test/bson/json_test.rb
51
- - test/bson/object_id_test.rb
47
+ - test/bson/bson_test.rb
48
+ - test/bson/binary_test.rb
52
49
  - test/bson/ordered_hash_test.rb
53
50
  - test/bson/timestamp_test.rb
51
+ - test/bson/byte_buffer_test.rb
52
+ - test/bson/object_id_test.rb
53
+ - test/bson/json_test.rb
54
54
  homepage: http://www.mongodb.org
55
55
  licenses: []
56
56
  post_install_message:
@@ -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/binary_test.rb
82
- - test/bson/bson_test.rb
83
- - test/bson/byte_buffer_test.rb
84
81
  - test/bson/hash_with_indifferent_access_test.rb
85
- - test/bson/json_test.rb
86
- - test/bson/object_id_test.rb
82
+ - test/bson/bson_test.rb
83
+ - test/bson/binary_test.rb
87
84
  - test/bson/ordered_hash_test.rb
88
85
  - test/bson/timestamp_test.rb
86
+ - test/bson/byte_buffer_test.rb
87
+ - test/bson/object_id_test.rb
88
+ - test/bson/json_test.rb
89
89
  has_rdoc: yard