mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
Bump tiny.
This commit is contained in:
parent
fcf06a5c76
commit
05a0ad37b4
2 changed files with 12 additions and 12 deletions
|
@ -1,3 +1,3 @@
|
|||
module SimpleForm
|
||||
VERSION = "1.1.1".freeze
|
||||
VERSION = "1.1.2".freeze
|
||||
end
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue