ohm-contrib.gemspec in ohm-contrib-1.0.0.rc3 vs ohm-contrib.gemspec in ohm-contrib-1.0.0.rc4
- old
+ new
@@ -1,8 +1,8 @@
Gem::Specification.new do |s|
s.name = "ohm-contrib"
- s.version = "1.0.0.rc3"
+ s.version = "1.0.0.rc4"
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.ucron@gmail.com"
s.homepage = "http://github.com/cyx/ohm-contrib"
@@ -20,10 +20,10 @@
s.require_paths = ["lib"]
s.rubyforge_project = "ohm-contrib"
s.has_rdoc = false
- s.add_dependency "ohm", "1.0.0.rc2"
+ s.add_dependency "ohm", "1.0.0.rc3"
s.add_development_dependency "cutest"
s.add_development_dependency "redis"
s.add_development_dependency "override"
end