bson 1.6.4 → 1.7.0.rc0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/bson/version.rb +1 -1
  2. metadata +29 -26
@@ -1,3 +1,3 @@
1
1
  module BSON
2
- VERSION = "1.6.4"
2
+ VERSION = "1.7.0.rc0"
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.6.4
5
- prerelease:
4
+ version: 1.7.0.rc0
5
+ prerelease: 6
6
6
  platform: ruby
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-06-06 00:00:00.000000000 Z
14
+ date: 2012-08-20 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,30 +24,30 @@ extra_rdoc_files: []
24
24
  files:
25
25
  - LICENSE.txt
26
26
  - lib/bson.rb
27
- - lib/bson/bson_c.rb
28
- - lib/bson/bson_java.rb
29
- - lib/bson/bson_ruby.rb
30
- - lib/bson/byte_buffer.rb
31
- - lib/bson/exceptions.rb
32
27
  - lib/bson/ordered_hash.rb
33
- - lib/bson/types/binary.rb
34
- - lib/bson/types/code.rb
28
+ - lib/bson/version.rb
29
+ - lib/bson/bson_c.rb
35
30
  - lib/bson/types/dbref.rb
36
31
  - lib/bson/types/min_max_keys.rb
37
- - lib/bson/types/object_id.rb
38
32
  - lib/bson/types/timestamp.rb
39
- - lib/bson/version.rb
33
+ - lib/bson/types/code.rb
34
+ - lib/bson/types/binary.rb
35
+ - lib/bson/types/object_id.rb
36
+ - lib/bson/bson_java.rb
37
+ - lib/bson/byte_buffer.rb
38
+ - lib/bson/exceptions.rb
39
+ - lib/bson/bson_ruby.rb
40
40
  - bin/b2json
41
41
  - bin/j2bson
42
- - test/bson/binary_test.rb
43
- - test/bson/bson_test.rb
44
- - test/bson/byte_buffer_test.rb
45
42
  - test/bson/hash_with_indifferent_access_test.rb
46
- - test/bson/json_test.rb
47
- - test/bson/object_id_test.rb
48
- - test/bson/ordered_hash_test.rb
49
43
  - test/bson/test_helper.rb
44
+ - test/bson/bson_test.rb
45
+ - test/bson/binary_test.rb
46
+ - test/bson/ordered_hash_test.rb
50
47
  - test/bson/timestamp_test.rb
48
+ - test/bson/byte_buffer_test.rb
49
+ - test/bson/object_id_test.rb
50
+ - test/bson/json_test.rb
51
51
  - test/support/hash_with_indifferent_access.rb
52
52
  homepage: http://www.mongodb.org
53
53
  licenses: []
@@ -61,12 +61,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
61
61
  - - ! '>='
62
62
  - !ruby/object:Gem::Version
63
63
  version: '0'
64
+ segments:
65
+ - 0
66
+ hash: -594603993564396112
64
67
  required_rubygems_version: !ruby/object:Gem::Requirement
65
68
  none: false
66
69
  requirements:
67
- - - ! '>='
70
+ - - ! '>'
68
71
  - !ruby/object:Gem::Version
69
- version: '0'
72
+ version: 1.3.1
70
73
  requirements: []
71
74
  rubyforge_project:
72
75
  rubygems_version: 1.8.24
@@ -74,14 +77,14 @@ signing_key:
74
77
  specification_version: 3
75
78
  summary: Ruby implementation of BSON
76
79
  test_files:
77
- - test/bson/binary_test.rb
78
- - test/bson/bson_test.rb
79
- - test/bson/byte_buffer_test.rb
80
80
  - test/bson/hash_with_indifferent_access_test.rb
81
- - test/bson/json_test.rb
82
- - test/bson/object_id_test.rb
83
- - test/bson/ordered_hash_test.rb
84
81
  - test/bson/test_helper.rb
82
+ - test/bson/bson_test.rb
83
+ - test/bson/binary_test.rb
84
+ - test/bson/ordered_hash_test.rb
85
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
86
89
  - test/support/hash_with_indifferent_access.rb
87
90
  has_rdoc: true