bson_ext 1.2.rc0 → 1.2.rc1

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/ext/cbson/version.h +1 -1
  2. metadata +6 -5
data/ext/cbson/version.h CHANGED
@@ -14,4 +14,4 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- #define VERSION "1.2.rc0"
17
+ #define VERSION "1.2.rc1"
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bson_ext
3
3
  version: !ruby/object:Gem::Version
4
- hash: 977940448
5
- prerelease: true
4
+ hash: 15424231
5
+ prerelease: 4
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - rc0
10
- version: 1.2.rc0
9
+ - rc
10
+ - 1
11
+ version: 1.2.rc1
11
12
  platform: ruby
12
13
  authors:
13
14
  - Mike Dirolf
@@ -69,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
70
  requirements: []
70
71
 
71
72
  rubyforge_project:
72
- rubygems_version: 1.3.7
73
+ rubygems_version: 1.4.1
73
74
  signing_key:
74
75
  specification_version: 3
75
76
  summary: C extensions for Ruby BSON.