bson_ext 1.3.0.rc0 → 1.3.0

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 (3) hide show
  1. data/Rakefile +1 -1
  2. data/ext/cbson/version.h +1 -1
  3. metadata +17 -9
data/Rakefile CHANGED
@@ -146,7 +146,7 @@ task :ydoc do
146
146
  require File.join(File.dirname(__FILE__), 'lib', 'mongo')
147
147
  out = File.join('ydoc', Mongo::VERSION)
148
148
  FileUtils.rm_rf('ydoc')
149
- system "yardoc lib/**/*.rb lib/mongo/**/*.rb lib/bson/**/*.rb -e yard/yard_ext.rb -p yard/templates -o #{out} --title MongoRuby-#{Mongo::VERSION} --files docs/TUTORIAL.md,docs/GridFS.md,docs/FAQ.md,docs/REPLICA_SETS.md,docs/WRITE_CONCERN.md,docs/HISTORY.md,docs/CREDITS.md,docs/1.0_UPGRADE.md,docs/RELEASES.md"
149
+ system "yardoc lib/**/*.rb lib/mongo/**/*.rb lib/bson/**/*.rb -e yard/yard_ext.rb -p yard/templates -o #{out} --title MongoRuby-#{Mongo::VERSION} --files docs/TUTORIAL.md,docs/GridFS.md,docs/FAQ.md,docs/REPLICA_SETS.md,docs/WRITE_CONCERN.md,docs/HISTORY.md,docs/CREDITS.md,docs/docs/RELEASES.md"
150
150
  end
151
151
 
152
152
  namespace :bamboo do
@@ -14,4 +14,4 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- #define VERSION "1.3.0.rc0"
17
+ #define VERSION "1.3.0"
metadata CHANGED
@@ -1,8 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bson_ext
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: 6
5
- version: 1.3.0.rc0
4
+ prerelease: false
5
+ segments:
6
+ - 1
7
+ - 3
8
+ - 0
9
+ version: 1.3.0
6
10
  platform: ruby
7
11
  authors:
8
12
  - Mike Dirolf
@@ -10,7 +14,7 @@ autorequire:
10
14
  bindir: bin
11
15
  cert_chain: []
12
16
 
13
- date: 2011-03-29 00:00:00 -04:00
17
+ date: 2011-04-01 00:00:00 -04:00
14
18
  default_executable:
15
19
  dependencies: []
16
20
 
@@ -26,13 +30,13 @@ files:
26
30
  - Rakefile
27
31
  - bson_ext.gemspec
28
32
  - ext/cbson/extconf.rb
33
+ - ext/cbson/encoding_helpers.c
29
34
  - ext/cbson/buffer.c
30
35
  - ext/cbson/cbson.c
31
- - ext/cbson/encoding_helpers.c
32
- - ext/cbson/buffer.h
33
36
  - ext/cbson/encoding_helpers.h
34
37
  - ext/cbson/version.h
35
- has_rdoc: true
38
+ - ext/cbson/buffer.h
39
+ has_rdoc: false
36
40
  homepage: http://www.mongodb.org
37
41
  licenses: []
38
42
 
@@ -46,17 +50,21 @@ required_ruby_version: !ruby/object:Gem::Requirement
46
50
  requirements:
47
51
  - - ">="
48
52
  - !ruby/object:Gem::Version
53
+ segments:
54
+ - 0
49
55
  version: "0"
50
56
  required_rubygems_version: !ruby/object:Gem::Requirement
51
57
  none: false
52
58
  requirements:
53
- - - ">"
59
+ - - ">="
54
60
  - !ruby/object:Gem::Version
55
- version: 1.3.1
61
+ segments:
62
+ - 0
63
+ version: "0"
56
64
  requirements: []
57
65
 
58
66
  rubyforge_project:
59
- rubygems_version: 1.5.2
67
+ rubygems_version: 1.3.7
60
68
  signing_key:
61
69
  specification_version: 3
62
70
  summary: C extensions for Ruby BSON.