Bump to 1.2.0. Includes validations reflection check.

This commit is contained in:
José Valim 2010-05-24 16:37:23 +02:00
parent f6d69e2d35
commit b4f34f01c2
3 changed files with 6 additions and 3 deletions

View File

@ -1,9 +1,12 @@
== 1.2.0
* deprecation
* Changed simple_form_install generator to simple_form:install
* enhancements
* Added support to presence validation to check if attribute is required or not (by github.com/gcirne)
* Add .input as class to wrapper tag
* Added .input as class to wrapper tag
* Added config options for hint and error tags (by github.com/tjogin)
== 1.1.3

View File

@ -1,3 +1,3 @@
module SimpleForm
VERSION = "1.1.3".freeze
VERSION = "1.2.0".freeze
end

View File

@ -5,7 +5,7 @@
Gem::Specification.new do |s|
s.name = %q{simple_form}
s.version = "1.1.3"
s.version = "1.2.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jos\303\251 Valim", "Carlos Ant\303\264nio"]