ohm-contrib.gemspec in ohm-contrib-1.0.1 vs ohm-contrib.gemspec in ohm-contrib-1.1.0
- old
+ new
@@ -1,8 +1,8 @@
Gem::Specification.new do |s|
s.name = "ohm-contrib"
- s.version = "1.0.1"
+ s.version = "1.1.0"
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"
@@ -19,11 +19,10 @@
]
s.require_paths = ["lib"]
s.rubyforge_project = "ohm-contrib"
- s.has_rdoc = false
- s.add_dependency "ohm", "~> 1.0"
+ s.add_dependency "ohm", "~> 1.1"
s.add_development_dependency "cutest"
s.add_development_dependency "redis"
s.add_development_dependency "override"
end