genki-methopara 0.2.0 → 0.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/methopara.c +1 -0
  3. metadata +1 -1
data/Rakefile CHANGED
@@ -18,7 +18,7 @@ RUBYFORGE_PROJECT = "methopara"
18
18
  HOMEPATH = "http://#{RUBYFORGE_PROJECT}.rubyforge.org"
19
19
  BIN_FILES = %w( )
20
20
 
21
- VERS = "0.2.0"
21
+ VERS = "0.3.0"
22
22
  REV = File.read(".svn/entries")[/committed-rev="(d+)"/, 1] rescue nil
23
23
  CLEAN.include ['**/.*.sw?', '*.gem', '.config']
24
24
  RDOC_OPTS = [
data/ext/methopara.c CHANGED
@@ -494,4 +494,5 @@ void
494
494
  Init_methopara(void)
495
495
  {
496
496
  rb_define_method(rb_cMethod, "parameters", rb_method_parameters, 0);
497
+ rb_define_method(rb_cUnboundMethod, "parameters", rb_method_parameters, 0);
497
498
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: genki-methopara
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Koichi Sasada