rubber-generate 0.0.12 → 0.0.13

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.
@@ -29,6 +29,9 @@ class C_GCRefPool
29
29
  }
30
30
  "
31
31
  end
32
+ def parent
33
+ nil
34
+ end
32
35
  def declare(io)
33
36
  io.puts "static VALUE #{cname} = Qnil;"
34
37
  io.puts "static void _#{cname}_add(VALUE val);"
@@ -1,6 +1,6 @@
1
1
  require 'rubber/struct'
2
2
  module Rubber
3
- VERSION = [0,0,12]
3
+ VERSION = [0,0,13]
4
4
  def VERSION.to_s
5
5
  self.map{|i|i.to_s}.join('.')
6
6
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubber-generate
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 12
10
- version: 0.0.12
9
+ - 13
10
+ version: 0.0.13
11
11
  platform: ruby
12
12
  authors:
13
13
  - Geoff Youngs
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-05-03 00:00:00 +01:00
18
+ date: 2011-05-05 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies: []
21
21