lib/ohm/contrib.rb in ohm-contrib-0.0.2 vs lib/ohm/contrib.rb in ohm-contrib-0.0.3
- old
+ new
@@ -1,11 +1,12 @@
module Ohm
module Contrib
- VERSION = '0.0.1'
+ VERSION = '0.0.3'
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