bson 1.7.0 → 1.7.1

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