lib/ohm/contrib.rb in ohm-contrib-0.0.10 vs lib/ohm/contrib.rb in ohm-contrib-0.0.11

- old
+ new

@@ -1,12 +1,12 @@ module Ohm module Contrib - VERSION = '0.0.10' + VERSION = '0.0.11' end autoload :Boundaries, "ohm/contrib/boundaries" autoload :Timestamping, "ohm/contrib/timestamping" autoload :ToHash, "ohm/contrib/to_hash" autoload :WebValidations, "ohm/contrib/web_validations" autoload :NumberValidations, "ohm/contrib/number_validations" autoload :Typecast, "ohm/contrib/typecast" -end +end \ No newline at end of file