iseq 0.0.2 → 0.0.3

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/iseq.c +1 -0
  2. metadata +2 -2
data/ext/iseq.c CHANGED
@@ -7,6 +7,7 @@ RUBY_EXTERN VALUE rb_cISeq;
7
7
 
8
8
  #ifdef OLD_ISEQ_LOAD
9
9
  RUBY_EXTERN VALUE iseq_load(VALUE self, VALUE data, VALUE parent, VALUE opt);
10
+
10
11
  static inline VALUE
11
12
  ISEQ_LOAD(VALUE data, VALUE parent, VALUE opt)
12
13
  {
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - wanabe