parallel_ancestry 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/lib/parallel_ancestry/inheritance.rb +3 -2
- metadata +3 -3
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -89,7 +89,7 @@ module ::ParallelAncestry::Inheritance
|
|
89
89
|
############################
|
90
90
|
|
91
91
|
def initialize_inheritance( instance )
|
92
|
-
|
92
|
+
|
93
93
|
unless @initialized_inheritance_for_instance[ instance ]
|
94
94
|
|
95
95
|
inheritance_module = self
|
@@ -99,7 +99,8 @@ module ::ParallelAncestry::Inheritance
|
|
99
99
|
instance.extend( ::Module::Cluster )
|
100
100
|
|
101
101
|
instance.cluster( :parallel_ancestry ).subclass do |inheriting_subclass|
|
102
|
-
inheritance_module.initialize_inheriting_instance(
|
102
|
+
inheritance_module.initialize_inheriting_instance( instance, inheriting_subclass, true )
|
103
|
+
inheritance_module.initialize_inheritance( inheriting_subclass )
|
103
104
|
end
|
104
105
|
|
105
106
|
else
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: parallel_ancestry
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-07-
|
12
|
+
date: 2012-07-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: module-cluster
|
@@ -79,7 +79,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
80
80
|
- - ! '>='
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version:
|
82
|
+
version: 1.9.1
|
83
83
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
84
84
|
none: false
|
85
85
|
requirements:
|