lib/morph.rb in morph-0.2.1 vs lib/morph.rb in morph-0.2.2
- old
+ new
@@ -1,6 +1,6 @@
module Morph
- VERSION = "0.2.1"
+ VERSION = "0.2.2"
def self.included(base)
base.extend ClassMethods
base.send(:include, InstanceMethods)
base.send(:include, MethodMissing)