Skip to content

Commit

Permalink
Release 1.0.2 with more html safe fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jul 24, 2010
1 parent fb02665 commit 179de2f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 20 deletions.
Empty file removed CHANGELOG.rdoc
Empty file.
6 changes: 1 addition & 5 deletions README.rdoc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SimpleForm aims to be as flexible as possible while helping you with powerful co


Install the gem: Install the gem:


sudo gem install simple_form --version=1.0 gem install simple_form --version=1.0.2


Configure simple_form gem inside your app: Configure simple_form gem inside your app:


Expand Down Expand Up @@ -324,10 +324,6 @@ SimpleForm has several configuration values. You can read and change them in the


ruby script/generate simple_form_install ruby script/generate simple_form_install


== TODO

Please refer to TODO file.

== Maintainers == Maintainers


* José Valim (http://github.com/josevalim) * José Valim (http://github.com/josevalim)
Expand Down
10 changes: 0 additions & 10 deletions TODO.rdoc

This file was deleted.

2 changes: 1 addition & 1 deletion lib/simple_form/version.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,3 @@
module SimpleForm module SimpleForm
VERSION = "1.0.0".freeze VERSION = "1.0.2".freeze
end end
8 changes: 4 additions & 4 deletions simple_form.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{simple_form} s.name = %q{simple_form}
s.version = "1.0.0" s.version = "1.0.2"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= 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.authors = ["Jos\303\251 Valim", "Carlos Ant\303\264nio"]
s.date = %q{2010-02-06} s.date = %q{2010-07-24}
s.description = %q{Forms made easy!} s.description = %q{Forms made easy!}
s.email = %q{contact@plataformatec.com.br} s.email = %q{contact@plataformatec.com.br}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
Expand Down Expand Up @@ -47,7 +47,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/plataformatec/simple_form} s.homepage = %q{http://github.com/plataformatec/simple_form}
s.rdoc_options = ["--charset=UTF-8"] s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5} s.rubygems_version = %q{1.3.7}
s.summary = %q{Forms made easy!} s.summary = %q{Forms made easy!}
s.test_files = [ s.test_files = [
"test/action_view_extensions/builder_test.rb", "test/action_view_extensions/builder_test.rb",
Expand All @@ -73,7 +73,7 @@ Gem::Specification.new do |s|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3 s.specification_version = 3


if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else else
end end
else else
Expand Down

0 comments on commit 179de2f

Please sign in to comment.