ohm-contrib.gemspec in ohm-contrib-1.2 vs ohm-contrib.gemspec in ohm-contrib-2.0.0.alpha2
- old
+ new
@@ -1,12 +1,12 @@
Gem::Specification.new do |s|
s.name = "ohm-contrib"
- s.version = "1.2"
+ s.version = "2.0.0.alpha2"
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.email = "cyx@cyx.is"
s.homepage = "http://github.com/cyx/ohm-contrib"
s.specification_version = 2 if s.respond_to? :specification_version=
s.files = Dir[
@@ -19,11 +19,10 @@
]
s.require_paths = ["lib"]
s.rubyforge_project = "ohm-contrib"
- s.add_dependency "ohm", "~> 1.2"
+ s.add_dependency "ohm", "2.0.0.alpha2"
s.add_development_dependency "cutest"
- s.add_development_dependency "redis"
s.add_development_dependency "override"
end