Skip to content

Commit

Permalink
Bump to 1.2.0. Includes validations reflection check.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed May 24, 2010
1 parent f6d69e2 commit b4f34f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/simple_form/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SimpleForm
VERSION = "1.1.3".freeze
VERSION = "1.2.0".freeze
end
2 changes: 1 addition & 1 deletion simple_form.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit b4f34f0

Please sign in to comment.