bson_ext 1.12.0.rc2 → 1.12.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3f621b0c2eb75a64642b861868e04d06be82a219
4
- data.tar.gz: 26d2da6fbaba8f7c5a15ab3ab2fde34eab4fa038
3
+ metadata.gz: 98a3959f9c70fd20beb7eec58a1641585cab826e
4
+ data.tar.gz: 1659eeb172bb9485a458ce1ad33a2bf56c18f4c6
5
5
  SHA512:
6
- metadata.gz: 7611b95b745fa1fef99d2f77c5ce8d4d18965bfd3790f6fdaf071ef541bd5775f525b7ef7e60b0104e6f7a431e86b11ecf579363ef076581601bdefc125ba0a2
7
- data.tar.gz: 4d4aaab54610c3cf8c3394668c2cbdf2eb8e44cd34415df4c7324ee6097eec5ab85c3d04e933eab29cf3261bbdb20b9b2c320040b066e3ebe974aefcb364c386
6
+ metadata.gz: 5588a5119e1bbec1ba015bdbce84ba2b2d147d72761053ab21293d41a115a9b6a4ba17f0d90f875cdc266374b8d6431fdeff13e0a85250731d9fe8a35f4e8eaf
7
+ data.tar.gz: e24a059b8821f756472cc44f343882f9fc09f694e09ca50977f8bec614b09915759eebade64f06e651daff45cfd936900f565d049fcb06954c5682711ccd0d60
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0.rc2
1
+ 1.12.0
data/ext/cbson/version.h CHANGED
@@ -14,4 +14,4 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- #define VERSION "1.12.0.rc2"
17
+ #define VERSION "1.12.0"
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.12.0.rc2
4
+ version: 1.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emily Stolfo
@@ -34,7 +34,7 @@ cert_chain:
34
34
  JrZM8w8wGbIOeLtoQqa7HB/jOYbTahH7KMNh2LHAbOR93hNIJxVRa4iwxiMQ75tN
35
35
  9WUIAJ4AEtjwRg1Bz0OwDo3aucPCBpx77+/FWhv7JYY=
36
36
  -----END CERTIFICATE-----
37
- date: 2014-12-19 00:00:00.000000000 Z
37
+ date: 2015-01-29 00:00:00.000000000 Z
38
38
  dependencies:
39
39
  - !ruby/object:Gem::Dependency
40
40
  name: bson
@@ -42,14 +42,14 @@ dependencies:
42
42
  requirements:
43
43
  - - "~>"
44
44
  - !ruby/object:Gem::Version
45
- version: 1.12.0.rc2
45
+ version: 1.12.0
46
46
  type: :runtime
47
47
  prerelease: false
48
48
  version_requirements: !ruby/object:Gem::Requirement
49
49
  requirements:
50
50
  - - "~>"
51
51
  - !ruby/object:Gem::Version
52
- version: 1.12.0.rc2
52
+ version: 1.12.0
53
53
  description: C extensions to accelerate the Ruby BSON serialization. For more information
54
54
  about BSON, see http://bsonspec.org. For information about MongoDB, see http://www.mongodb.org.
55
55
  email: mongodb-dev@googlegroups.com
@@ -85,9 +85,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
85
85
  version: '0'
86
86
  required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  requirements:
88
- - - ">"
88
+ - - ">="
89
89
  - !ruby/object:Gem::Version
90
- version: 1.3.1
90
+ version: '0'
91
91
  requirements: []
92
92
  rubyforge_project: bson_ext
93
93
  rubygems_version: 2.2.2
metadata.gz.sig CHANGED
Binary file