bson 1.7.0.rc0-java → 1.7.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.

Files changed (2) hide show
  1. data/lib/bson/version.rb +1 -1
  2. metadata +27 -27
@@ -1,3 +1,3 @@
1
1
  module BSON
2
- VERSION = "1.7.0.rc0"
2
+ VERSION = "1.7.1"
3
3
  end
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.7.0.rc0
5
- prerelease: 6
4
+ version: 1.7.1
5
+ prerelease:
6
6
  platform: java
7
7
  authors:
8
8
  - Jim Menard
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2012-08-20 00:00:00.000000000 Z
14
+ date: 2012-11-15 00:00:00.000000000 Z
15
15
  dependencies: []
16
16
  description: A Ruby BSON implementation for MongoDB. For more information about Mongo,
17
17
  see http://www.mongodb.org. For more information on BSON, see http://www.bsonspec.org.
@@ -24,32 +24,32 @@ extra_rdoc_files: []
24
24
  files:
25
25
  - LICENSE.txt
26
26
  - lib/bson.rb
27
- - lib/bson/ordered_hash.rb
28
- - lib/bson/version.rb
29
27
  - lib/bson/bson_c.rb
30
- - lib/bson/types/dbref.rb
31
- - lib/bson/types/min_max_keys.rb
32
- - lib/bson/types/timestamp.rb
33
- - lib/bson/types/code.rb
34
- - lib/bson/types/binary.rb
35
- - lib/bson/types/object_id.rb
36
28
  - lib/bson/bson_java.rb
29
+ - lib/bson/bson_ruby.rb
37
30
  - lib/bson/byte_buffer.rb
38
31
  - lib/bson/exceptions.rb
39
- - lib/bson/bson_ruby.rb
32
+ - lib/bson/ordered_hash.rb
33
+ - lib/bson/types/binary.rb
34
+ - lib/bson/types/code.rb
35
+ - lib/bson/types/dbref.rb
36
+ - lib/bson/types/min_max_keys.rb
37
+ - lib/bson/types/object_id.rb
38
+ - lib/bson/types/timestamp.rb
39
+ - lib/bson/version.rb
40
40
  - bin/b2json
41
41
  - bin/j2bson
42
42
  - ext/java/jar/jbson.jar
43
43
  - ext/java/jar/mongo-2.6.5.jar
44
- - test/bson/hash_with_indifferent_access_test.rb
45
- - test/bson/test_helper.rb
46
- - test/bson/bson_test.rb
47
44
  - test/bson/binary_test.rb
48
- - test/bson/ordered_hash_test.rb
49
- - test/bson/timestamp_test.rb
45
+ - test/bson/bson_test.rb
50
46
  - test/bson/byte_buffer_test.rb
51
- - test/bson/object_id_test.rb
47
+ - test/bson/hash_with_indifferent_access_test.rb
52
48
  - test/bson/json_test.rb
49
+ - test/bson/object_id_test.rb
50
+ - test/bson/ordered_hash_test.rb
51
+ - test/bson/test_helper.rb
52
+ - test/bson/timestamp_test.rb
53
53
  homepage: http://www.mongodb.org
54
54
  licenses: []
55
55
  post_install_message:
@@ -64,13 +64,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
64
64
  version: '0'
65
65
  segments:
66
66
  - 0
67
- hash: -306721546039965683
67
+ hash: 461877580026381855
68
68
  required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  none: false
70
70
  requirements:
71
- - - ! '>'
71
+ - - ! '>='
72
72
  - !ruby/object:Gem::Version
73
- version: 1.3.1
73
+ version: '0'
74
74
  requirements: []
75
75
  rubyforge_project:
76
76
  rubygems_version: 1.8.24
@@ -78,13 +78,13 @@ 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/test_helper.rb
83
- - test/bson/bson_test.rb
84
81
  - test/bson/binary_test.rb
85
- - test/bson/ordered_hash_test.rb
86
- - test/bson/timestamp_test.rb
82
+ - test/bson/bson_test.rb
87
83
  - test/bson/byte_buffer_test.rb
88
- - test/bson/object_id_test.rb
84
+ - test/bson/hash_with_indifferent_access_test.rb
89
85
  - test/bson/json_test.rb
86
+ - test/bson/object_id_test.rb
87
+ - test/bson/ordered_hash_test.rb
88
+ - test/bson/test_helper.rb
89
+ - test/bson/timestamp_test.rb
90
90
  has_rdoc: true