ohm-contrib.gemspec in ohm-contrib-2.0.0.alpha2 vs ohm-contrib.gemspec in ohm-contrib-2.0.0.alpha3

- old
+ new

@@ -1,8 +1,8 @@ Gem::Specification.new do |s| s.name = "ohm-contrib" - s.version = "2.0.0.alpha2" + s.version = "2.0.0.alpha3" s.summary = %{A collection of decoupled drop-in modules for Ohm.} s.description = %{Includes a couple of core functions such as callbacks, timestamping, typecasting and lots of generic validation routines.} s.author = "Cyril David" s.email = "cyx@cyx.is" s.homepage = "http://github.com/cyx/ohm-contrib" @@ -19,10 +19,10 @@ ] s.require_paths = ["lib"] s.rubyforge_project = "ohm-contrib" - s.add_dependency "ohm", "2.0.0.alpha2" + s.add_dependency "ohm", "2.0.0.alpha3" s.add_development_dependency "cutest" s.add_development_dependency "override" end