identifies_as 1.0.6 → 1.0.7
Sign up to get free protection for your applications and to get access to all the features.
- 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