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

- old
+ new

@@ -1,12 +1,13 @@ module Ohm module Contrib - VERSION = '0.0.11' + VERSION = '0.0.12' 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 \ No newline at end of file + autoload :Locking, "ohm/contrib/locking" +end