parallel_ancestry 1.0.1 → 1.0.2

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.
data/CHANGELOG.md CHANGED
@@ -30,3 +30,7 @@ Changed include/extend hooks to prepend.
30
30
  ## 7/06/2012 ##
31
31
 
32
32
  Renamed to parallel_ancestry.
33
+
34
+ ## 7/10/2012 ##
35
+
36
+ Fixes for which instances blocks are eval'd on.
data/README.md CHANGED
@@ -115,7 +115,7 @@ end
115
115
 
116
116
  (The MIT License)
117
117
 
118
- Copyright (c) Asher
118
+ Copyright (c) Ridiculous Power, Asher
119
119
 
120
120
  Permission is hereby granted, free of charge, to any person obtaining
121
121
  a copy of this software and associated documentation files (the
@@ -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( self, inheriting_subclass, true )
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.1
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-06 00:00:00.000000000 Z
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: '0'
82
+ version: 1.9.1
83
83
  required_rubygems_version: !ruby/object:Gem::Requirement
84
84
  none: false
85
85
  requirements: