identifies_as 1.0.6 → 1.0.7
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.rdoc +1 -0
- data/lib/identifies_as.rb +4 -0
- metadata +1 -1
data/CHANGELOG.rdoc
CHANGED
|
@@ -9,3 +9,4 @@ Renamed :no_longer_identifying_as! and :instances_no_longer_identify_as! to :sto
|
|
|
9
9
|
Added support for subclassing and module inclusion.
|
|
10
10
|
Added Module-level support for :<, :>, :<=, :>=, :<==>.
|
|
11
11
|
Updates for support to stop identification when an ancestor identifies (either actually or by way of IdentifiesAs).
|
|
12
|
+
Fix for Module (now Module includes IdentifiesAs::ClassInstance).
|
data/lib/identifies_as.rb
CHANGED