bson_ext 1.8.0 → 1.8.2
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.
- data/VERSION +1 -1
- data/ext/cbson/version.h +1 -1
- metadata +10 -7
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.8.
|
1
|
+
1.8.2
|
data/ext/cbson/version.h
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bson_ext
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.8.
|
4
|
+
version: 1.8.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -12,7 +12,7 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
|
-
date:
|
15
|
+
date: 2013-01-17 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: bson
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
requirements:
|
22
22
|
- - ~>
|
23
23
|
- !ruby/object:Gem::Version
|
24
|
-
version: 1.8.
|
24
|
+
version: 1.8.2
|
25
25
|
type: :runtime
|
26
26
|
prerelease: false
|
27
27
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
requirements:
|
30
30
|
- - ~>
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 1.8.
|
32
|
+
version: 1.8.2
|
33
33
|
description: C extensions to accelerate the Ruby BSON serialization. For more information
|
34
34
|
about BSON, see http://bsonspec.org. For information about MongoDB, see http://www.mongodb.org.
|
35
35
|
email: mongodb-dev@googlegroups.com
|
@@ -42,12 +42,12 @@ files:
|
|
42
42
|
- LICENSE
|
43
43
|
- VERSION
|
44
44
|
- ext/cbson/extconf.rb
|
45
|
-
- ext/cbson/encoding_helpers.c
|
46
|
-
- ext/cbson/cbson.c
|
47
45
|
- ext/cbson/bson_buffer.c
|
46
|
+
- ext/cbson/cbson.c
|
47
|
+
- ext/cbson/encoding_helpers.c
|
48
|
+
- ext/cbson/bson_buffer.h
|
48
49
|
- ext/cbson/encoding_helpers.h
|
49
50
|
- ext/cbson/version.h
|
50
|
-
- ext/cbson/bson_buffer.h
|
51
51
|
homepage: http://www.mongodb.org
|
52
52
|
licenses: []
|
53
53
|
post_install_message:
|
@@ -60,6 +60,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
60
60
|
- - ! '>='
|
61
61
|
- !ruby/object:Gem::Version
|
62
62
|
version: '0'
|
63
|
+
segments:
|
64
|
+
- 0
|
65
|
+
hash: -591947596938711831
|
63
66
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
64
67
|
none: false
|
65
68
|
requirements:
|