activevalidators.gemspec in activevalidators-1.4.0 vs activevalidators.gemspec in activevalidators-1.5.0
- old
+ new
@@ -2,10 +2,10 @@
lib = File.expand_path('../lib/', __FILE__)
$:.unshift lib unless $:.include?(lib)
Gem::Specification.new do |s|
s.name = "activevalidators"
- s.version = '1.4.0'
+ s.version = '1.5.0'
s.platform = Gem::Platform::RUBY
s.authors = ["Franck Verrot", "Paco Guzmán", "Oriol Gual", "Garrett Bjerkhoel", "Renato Riccieri Santos Zannon", "Brian Moseley"]
s.email = ["franck@verrot.fr"]
s.homepage = "http://github.com/cesario/activevalidators"
s.summary = %q{Collection of ActiveModel/ActiveRecord validations}