ohm-contrib.gemspec in ohm-contrib-1.0.rc0 vs ohm-contrib.gemspec in ohm-contrib-1.0.rc1
- old
+ new
@@ -1,8 +1,8 @@
Gem::Specification.new do |s|
s.name = "ohm-contrib"
- s.version = "1.0.rc0"
+ s.version = "1.0.rc1"
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"
@@ -25,6 +25,6 @@
s.add_dependency "ohm"
s.add_development_dependency "cutest"
s.add_development_dependency "redis"
s.add_development_dependency "override"
-end
+end
\ No newline at end of file