Skip to content

Commit

Permalink
Release 1.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jul 27, 2010
1 parent 88a3f12 commit ff77bee
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
@@ -1 +1,3 @@
.bundle/
.bundle/
pkg/
Gemfile.lock
5 changes: 5 additions & 0 deletions CHANGELOG.rdoc
@@ -1,3 +1,8 @@
== 1.2.2

* enhancements
* Compatibility with Rails 3 RC

== 1.2.1

* enhancements
Expand Down
2 changes: 1 addition & 1 deletion lib/simple_form/version.rb
@@ -1,3 +1,3 @@
module SimpleForm
VERSION = "1.2.1".freeze
VERSION = "1.2.2".freeze
end
4 changes: 2 additions & 2 deletions simple_form.gemspec
Expand Up @@ -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 = [
Expand Down

0 comments on commit ff77bee

Please sign in to comment.