diff --git a/lib/simple_form/version.rb b/lib/simple_form/version.rb index c9eb88bc..6b32a093 100644 --- a/lib/simple_form/version.rb +++ b/lib/simple_form/version.rb @@ -1,3 +1,3 @@ module SimpleForm - VERSION = "1.1.1".freeze + VERSION = "1.1.2".freeze end diff --git a/simple_form.gemspec b/simple_form.gemspec index 997b0fc4..e2f1a220 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.1.1" + s.version = "1.1.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-03-01} + s.date = %q{2010-03-16} s.description = %q{Forms made easy!} s.email = %q{contact@plataformatec.com.br} s.extra_rdoc_files = [ @@ -51,19 +51,19 @@ Gem::Specification.new do |s| s.rubygems_version = %q{1.3.6} s.summary = %q{Forms made easy!} s.test_files = [ - "test/simple_form_test.rb", - "test/support/models.rb", - "test/support/mock_controller.rb", - "test/support/mock_response.rb", - "test/support/misc_helpers.rb", - "test/form_builder_test.rb", + "test/action_view_extensions/builder_test.rb", "test/action_view_extensions/form_helper_test.rb", - "test/action_view_extensions/builder_test.rb", - "test/test_helper.rb", "test/components/error_test.rb", "test/components/hint_test.rb", "test/components/label_test.rb", - "test/inputs_test.rb" + "test/form_builder_test.rb", + "test/inputs_test.rb", + "test/simple_form_test.rb", + "test/support/misc_helpers.rb", + "test/support/mock_controller.rb", + "test/support/mock_response.rb", + "test/support/models.rb", + "test/test_helper.rb" ] if s.respond_to? :specification_version then