bson 1.7.0.rc0 → 1.7.0

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 +54 -54
@@ -1,3 +1,3 @@
1
1
  module BSON
2
- VERSION = "1.7.0.rc0"
2
+ VERSION = "1.7.0"
3
3
  end
metadata CHANGED
@@ -1,90 +1,90 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: bson
3
- version: !ruby/object:Gem::Version
4
- version: 1.7.0.rc0
5
- prerelease: 6
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 1
7
+ - 7
8
+ - 0
9
+ version: 1.7.0
6
10
  platform: ruby
7
- authors:
11
+ authors:
8
12
  - Jim Menard
9
13
  - Mike Dirolf
10
14
  - Kyle Banker
11
15
  autorequire:
12
16
  bindir: bin
13
17
  cert_chain: []
14
- date: 2012-08-20 00:00:00.000000000 Z
18
+
19
+ date: 2012-08-29 00:00:00 -03:00
20
+ default_executable:
15
21
  dependencies: []
16
- description: A Ruby BSON implementation for MongoDB. For more information about Mongo,
17
- see http://www.mongodb.org. For more information on BSON, see http://www.bsonspec.org.
22
+
23
+ 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
24
  email: mongodb-dev@googlegroups.com
19
- executables:
25
+ executables:
20
26
  - b2json
21
27
  - j2bson
22
28
  extensions: []
29
+
23
30
  extra_rdoc_files: []
24
- files:
31
+
32
+ files:
25
33
  - LICENSE.txt
26
34
  - lib/bson.rb
27
- - lib/bson/ordered_hash.rb
28
- - lib/bson/version.rb
29
35
  - 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
36
  - lib/bson/bson_java.rb
37
+ - lib/bson/bson_ruby.rb
37
38
  - lib/bson/byte_buffer.rb
38
39
  - lib/bson/exceptions.rb
39
- - lib/bson/bson_ruby.rb
40
+ - lib/bson/ordered_hash.rb
41
+ - lib/bson/types/binary.rb
42
+ - lib/bson/types/code.rb
43
+ - lib/bson/types/dbref.rb
44
+ - lib/bson/types/min_max_keys.rb
45
+ - lib/bson/types/object_id.rb
46
+ - lib/bson/types/timestamp.rb
47
+ - lib/bson/version.rb
40
48
  - bin/b2json
41
49
  - bin/j2bson
42
- - test/bson/hash_with_indifferent_access_test.rb
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
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
- - test/support/hash_with_indifferent_access.rb
50
+ has_rdoc: true
52
51
  homepage: http://www.mongodb.org
53
52
  licenses: []
53
+
54
54
  post_install_message:
55
55
  rdoc_options: []
56
- require_paths:
56
+
57
+ require_paths:
57
58
  - lib
58
- required_ruby_version: !ruby/object:Gem::Requirement
59
- none: false
60
- requirements:
61
- - - ! '>='
62
- - !ruby/object:Gem::Version
63
- version: '0'
64
- segments:
59
+ required_ruby_version: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ segments:
64
+ - 0
65
+ version: "0"
66
+ required_rubygems_version: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ segments:
65
71
  - 0
66
- hash: -594603993564396112
67
- required_rubygems_version: !ruby/object:Gem::Requirement
68
- none: false
69
- requirements:
70
- - - ! '>'
71
- - !ruby/object:Gem::Version
72
- version: 1.3.1
72
+ version: "0"
73
73
  requirements: []
74
- rubyforge_project:
75
- rubygems_version: 1.8.24
74
+
75
+ rubyforge_project: nowarning
76
+ rubygems_version: 1.3.6
76
77
  signing_key:
77
78
  specification_version: 3
78
79
  summary: Ruby implementation of BSON
79
- test_files:
80
- - test/bson/hash_with_indifferent_access_test.rb
81
- - test/bson/test_helper.rb
82
- - test/bson/bson_test.rb
80
+ test_files:
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/test_helper.rb
89
+ - test/bson/timestamp_test.rb
89
90
  - test/support/hash_with_indifferent_access.rb
90
- has_rdoc: true