activevalidators.gemspec in activevalidators-1.3.0 vs activevalidators.gemspec in activevalidators-1.4.0

- old
+ new

@@ -2,12 +2,12 @@ lib = File.expand_path('../lib/', __FILE__) $:.unshift lib unless $:.include?(lib) Gem::Specification.new do |s| s.name = "activevalidators" - s.version = '1.3.0' + s.version = '1.4.0' s.platform = Gem::Platform::RUBY - s.authors = ["Franck Verrot", "Paco Guzmán", "Oriol Gual", "Garrett Bjerkhoel", "Renato Riccieri Santos Zannon"] + 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} s.description = %q{ActiveValidators is a collection of ActiveModel/ActiveRecord validations}