ohm-contrib.gemspec in ohm-contrib-0.0.11 vs ohm-contrib.gemspec in ohm-contrib-0.0.12

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{ohm-contrib} - s.version = "0.0.11" + s.version = "0.0.12" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Cyril David"] - s.date = %q{2010-05-18} + s.date = %q{2010-05-19} s.description = %q{Highly decoupled drop-in functionality for Ohm models} s.email = %q{cyx.ucron@gmail.com} s.extra_rdoc_files = [ "LICENSE", "README.markdown" @@ -23,9 +23,10 @@ "README.markdown", "Rakefile", "VERSION", "lib/ohm/contrib.rb", "lib/ohm/contrib/boundaries.rb", + "lib/ohm/contrib/locking.rb", "lib/ohm/contrib/number_validations.rb", "lib/ohm/contrib/timestamping.rb", "lib/ohm/contrib/to_hash.rb", "lib/ohm/contrib/typecast.rb", "lib/ohm/contrib/web_validations.rb",