cgen 0.16.5 → 0.16.6
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +5 -0
- data/lib/cgen/cgen.rb +1 -1
- data/lib/cgen/cshadow.rb +4 -2
- metadata +3 -3
data/History.txt
CHANGED
data/lib/cgen/cgen.rb
CHANGED
data/lib/cgen/cshadow.rb
CHANGED
@@ -901,8 +901,10 @@ module CShadow
|
|
901
901
|
|
902
902
|
new_method.attr_code attr.init if attr.init
|
903
903
|
|
904
|
-
|
905
|
-
|
904
|
+
m = attr.mark
|
905
|
+
mark_function.mark m if m
|
906
|
+
f = attr.free
|
907
|
+
free_function.free f if f
|
906
908
|
|
907
909
|
if persistent?
|
908
910
|
if attr_persists
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cgen
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 83
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 16
|
9
|
-
-
|
10
|
-
version: 0.16.
|
9
|
+
- 6
|
10
|
+
version: 0.16.6
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Joel VanderWerf
|