ATTIC, CHANGES
#### 0.5.3 (2011-02-11) ###############################
-
FIXED: Don't redefine Object::NOMETACLASS
-
CHANGE: Updated tests to Tryouts 2
-
CHANGE: Move attic/mixins content to attic.rb
#### 0.5.2 (2010-02-15) ###############################
-
CHANGE: Remove hanna dependency [Diego Elio 'Flameeyes' Pettenò]
#### 0.5.0 (2009-11-29) ###############################
-
FIXED: Classes can now only be extended once
-
FIXED: Don't define the same attic variable more then once
-
FIXED: Don't define instance_variable method for objects which don't already have one.
-
CHANGE: attic_vars method is now attic_variables
-
CHANGE: Won't define accessor methods if methods with the same name already exist.
-
ADDED: all_instance_variables method (for no metaclasses)
-
ADDED: Explicit attic_variable_set and attic_variable_get methods
#### 0.4.0 (2009-07-17) ###############################
-
ADDED: Support for objects that don't have metaclasses: Currently: Symbols, Fixnum
-
CHANGE: Objects with no metaclass raise NoMetaClass exception.
#### 0.3.1 (2009-07-13) ###############################
CRIPES! I'd forgotten to update the gemspec.
#### 0.3 (2009-07-11) ###############################
NOTE: A complete re-write from 0.2
-
FIXED: Now works on any Object except Symbol and Fixnum
-
ADDED: attic_vars method
#### 0.2 (2009-07-08) ###############################
NOTE: Initial public release