mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
Bump to 1.1.1.
This commit is contained in:
parent
70de24e12c
commit
1037fc449f
4 changed files with 11 additions and 6 deletions
|
@ -1,4 +1,9 @@
|
|||
== 1.1
|
||||
== 1.1.1
|
||||
|
||||
* bug fix
|
||||
* fix some escaping issues
|
||||
|
||||
== 1.1.0
|
||||
|
||||
* enhancements
|
||||
* Rails 3 support with generators, templates and HTML 5
|
||||
|
|
|
@ -8,7 +8,7 @@ SimpleForm aims to be as flexible as possible while helping you with powerful co
|
|||
|
||||
Install the gem:
|
||||
|
||||
sudo gem install simple_form --version=1.1
|
||||
sudo gem install simple_form
|
||||
|
||||
Run the generator:
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module SimpleForm
|
||||
VERSION = "1.1.0".freeze
|
||||
VERSION = "1.1.1".freeze
|
||||
end
|
||||
|
|
|
@ -5,11 +5,11 @@
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = %q{simple_form}
|
||||
s.version = "1.1.0"
|
||||
s.version = "1.1.1"
|
||||
|
||||
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"]
|
||||
s.date = %q{2010-02-07}
|
||||
s.date = %q{2010-02-19}
|
||||
s.description = %q{Forms made easy!}
|
||||
s.email = %q{contact@plataformatec.com.br}
|
||||
s.extra_rdoc_files = [
|
||||
|
|
Loading…
Reference in a new issue