bson_ext 1.2.2 → 1.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/ext/cbson/version.h +1 -1
  2. metadata +8 -8
@@ -14,4 +14,4 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- #define VERSION "1.2.2"
17
+ #define VERSION "1.2.3"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bson_ext
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
5
- prerelease:
4
+ hash: 25
5
+ prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 2
10
- version: 1.2.2
9
+ - 3
10
+ version: 1.2.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mike Dirolf
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-02-15 00:00:00 -05:00
18
+ date: 2011-02-22 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -31,12 +31,12 @@ files:
31
31
  - Rakefile
32
32
  - bson_ext.gemspec
33
33
  - ext/cbson/extconf.rb
34
- - ext/cbson/encoding_helpers.c
35
34
  - ext/cbson/buffer.c
36
35
  - ext/cbson/cbson.c
36
+ - ext/cbson/encoding_helpers.c
37
+ - ext/cbson/buffer.h
37
38
  - ext/cbson/encoding_helpers.h
38
39
  - ext/cbson/version.h
39
- - ext/cbson/buffer.h
40
40
  has_rdoc: false
41
41
  homepage: http://www.mongodb.org
42
42
  licenses: []
@@ -67,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements: []
68
68
 
69
69
  rubyforge_project:
70
- rubygems_version: 1.4.1
70
+ rubygems_version: 1.3.7
71
71
  signing_key:
72
72
  specification_version: 3
73
73
  summary: C extensions for Ruby BSON.