diff --git a/.gitignore b/.gitignore index 8cacab446..d0d6ecfe2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -.bundle/ \ No newline at end of file +.bundle/ +pkg/ +Gemfile.lock \ No newline at end of file diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index d25349a80..2d9af4913 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,3 +1,8 @@ +== 1.2.2 + +* enhancements + * Compatibility with Rails 3 RC + == 1.2.1 * enhancements diff --git a/lib/simple_form/version.rb b/lib/simple_form/version.rb index cf448a6cd..a40975a8b 100644 --- a/lib/simple_form/version.rb +++ b/lib/simple_form/version.rb @@ -1,3 +1,3 @@ module SimpleForm - VERSION = "1.2.1".freeze + VERSION = "1.2.2".freeze end diff --git a/simple_form.gemspec b/simple_form.gemspec index 17aee640a..d7376cdb6 100644 --- a/simple_form.gemspec +++ b/simple_form.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{simple_form} - s.version = "1.2.1" + s.version = "1.2.2" 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-07-24} + s.date = %q{2010-07-27} s.description = %q{Forms made easy!} s.email = %q{contact@plataformatec.com.br} s.extra_rdoc_files = [