Regenerate gemspec for version 1.3.0

This commit is contained in:
Carlos Antonio da Silva 2010-12-08 17:44:32 -02:00
parent d46bcd3be4
commit 4452c95b7b
1 changed files with 53 additions and 49 deletions

View File

@ -1,15 +1,15 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{simple_form}
s.version = "1.2.2"
s.version = "1.3.0"
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-27}
s.date = %q{2010-12-08}
s.description = %q{Forms made easy!}
s.email = %q{contact@plataformatec.com.br}
s.extra_rdoc_files = [
@ -31,9 +31,11 @@ Gem::Specification.new do |s|
"lib/simple_form/components/hints.rb",
"lib/simple_form/components/label_input.rb",
"lib/simple_form/components/labels.rb",
"lib/simple_form/components/placeholders.rb",
"lib/simple_form/components/wrapper.rb",
"lib/simple_form/error_notification.rb",
"lib/simple_form/form_builder.rb",
"lib/simple_form/has_errors.rb",
"lib/simple_form/i18n_cache.rb",
"lib/simple_form/inputs.rb",
"lib/simple_form/inputs/base.rb",
@ -50,7 +52,6 @@ Gem::Specification.new do |s|
"lib/simple_form/version.rb"
]
s.homepage = %q{http://github.com/plataformatec/simple_form}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Forms made easy!}
@ -77,9 +78,12 @@ Gem::Specification.new do |s|
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<rails>, ["~> 3.0.0"])
else
s.add_dependency(%q<rails>, ["~> 3.0.0"])
end
else
s.add_dependency(%q<rails>, ["~> 3.0.0"])
end
end