Skip to content
This repository has been archived by the owner on Oct 12, 2019. It is now read-only.

Commit

Permalink
Regenerate gemspec for version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Bellantoni committed Sep 5, 2012
1 parent d0ca255 commit 9b483c8
Showing 1 changed file with 49 additions and 16 deletions.
65 changes: 49 additions & 16 deletions formtastic-bootstrap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = "formtastic-bootstrap"
s.version = "1.2.0"
s.version = "2.0.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Matthew Bellantoni"]
s.date = "2012-02-05"
s.date = "2012-09-05"
s.description = "Formtastic form builder to generate Twitter Bootstrap-friendly markup."
s.email = "mjbellantoni@yahoo.com"
s.extra_rdoc_files = [
Expand All @@ -28,27 +28,38 @@ Gem::Specification.new do |s|
"formtastic-bootstrap.gemspec",
"lib/action_view/helpers/text_field_date_helper.rb",
"lib/formtastic-bootstrap.rb",
"lib/formtastic-bootstrap/actions.rb",
"lib/formtastic-bootstrap/actions/base.rb",
"lib/formtastic-bootstrap/actions/button_action.rb",
"lib/formtastic-bootstrap/actions/input_action.rb",
"lib/formtastic-bootstrap/actions/link_action.rb",
"lib/formtastic-bootstrap/engine.rb",
"lib/formtastic-bootstrap/form_builder.rb",
"lib/formtastic-bootstrap/helpers.rb",
"lib/formtastic-bootstrap/helpers/buttons_helper.rb",
"lib/formtastic-bootstrap/helpers/action_helper.rb",
"lib/formtastic-bootstrap/helpers/actions_helper.rb",
"lib/formtastic-bootstrap/helpers/fieldset_wrapper.rb",
"lib/formtastic-bootstrap/helpers/input_helper.rb",
"lib/formtastic-bootstrap/helpers/inputs_helper.rb",
"lib/formtastic-bootstrap/inputs.rb",
"lib/formtastic-bootstrap/inputs/base.rb",
"lib/formtastic-bootstrap/inputs/base/choices.rb",
"lib/formtastic-bootstrap/inputs/base/collections.rb",
"lib/formtastic-bootstrap/inputs/base/errors.rb",
"lib/formtastic-bootstrap/inputs/base/grouped_collections.rb",
"lib/formtastic-bootstrap/inputs/base/hints.rb",
"lib/formtastic-bootstrap/inputs/base/html.rb",
"lib/formtastic-bootstrap/inputs/base/labelling.rb",
"lib/formtastic-bootstrap/inputs/base/numeric.rb",
"lib/formtastic-bootstrap/inputs/base/stringish.rb",
"lib/formtastic-bootstrap/inputs/base/timeish.rb",
"lib/formtastic-bootstrap/inputs/base/wrapping.rb",
"lib/formtastic-bootstrap/inputs/boolean_input.rb",
"lib/formtastic-bootstrap/inputs/check_boxes_input.rb",
"lib/formtastic-bootstrap/inputs/date_input.rb",
"lib/formtastic-bootstrap/inputs/date_select_input.rb",
"lib/formtastic-bootstrap/inputs/datetime_input.rb",
"lib/formtastic-bootstrap/inputs/datetime_select_input.rb",
"lib/formtastic-bootstrap/inputs/email_input.rb",
"lib/formtastic-bootstrap/inputs/file_input.rb",
"lib/formtastic-bootstrap/inputs/hidden_input.rb",
Expand All @@ -62,17 +73,22 @@ Gem::Specification.new do |s|
"lib/formtastic-bootstrap/inputs/string_input.rb",
"lib/formtastic-bootstrap/inputs/text_input.rb",
"lib/formtastic-bootstrap/inputs/time_input.rb",
"lib/formtastic-bootstrap/inputs/time_select_input.rb",
"lib/formtastic-bootstrap/inputs/time_zone_input.rb",
"lib/formtastic-bootstrap/inputs/url_input.rb",
"spec/builder/errors_spec.rb",
"spec/actions/button_action_spec.rb",
"spec/actions/input_action_spec.rb",
"spec/actions/link_action_spec.rb",
"spec/builder/semantic_fields_for_spec.rb",
"spec/helpers/buttons_helper_spec.rb",
"spec/helpers/action_helper_spec.rb",
"spec/helpers/actions_helper_spec.rb",
"spec/helpers/input_helper_spec.rb",
"spec/helpers/inputs_helper_spec.rb",
"spec/inputs/boolean_input_spec.rb",
"spec/inputs/check_boxes_input_spec.rb",
"spec/inputs/date_input_spec.rb",
"spec/inputs/datetime_input_spec.rb",
"spec/inputs/date_select_input_spec.rb",
"spec/inputs/datetime_select_input_spec.rb",
"spec/inputs/deprecated_time_date_datetime_inputs_spec.rb",
"spec/inputs/email_input_spec.rb",
"spec/inputs/file_input_spec.rb",
"spec/inputs/hidden_input_spec.rb",
Expand All @@ -85,13 +101,12 @@ Gem::Specification.new do |s|
"spec/inputs/select_input_spec.rb",
"spec/inputs/string_input_spec.rb",
"spec/inputs/text_input_spec.rb",
"spec/inputs/time_input_spec.rb",
"spec/inputs/time_select_input_spec.rb",
"spec/inputs/time_zone_input_spec.rb",
"spec/inputs/url_input_spec.rb",
"spec/spec_helper.rb",
"spec/support/custom_macros.rb",
"spec/support/depracation.rb",
"spec/support/formtastic_spec_helper.rb",
"spec/support/fb_custom_macros.rb",
"vendor/assets/stylesheets/formtastic-bootstrap.css"
]
s.homepage = "http://github.com/mjbellantoni/formtastic-bootstrap"
Expand All @@ -104,30 +119,48 @@ 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<formtastic>, [">= 0"])
s.add_runtime_dependency(%q<rails>, [">= 3.1.0"])
s.add_runtime_dependency(%q<formtastic-bootstrap>, [">= 0"])
s.add_runtime_dependency(%q<formtastic>, ["~> 2.2"])
s.add_development_dependency(%q<rspec>, [">= 0"])
s.add_development_dependency(%q<bundler>, [">= 0"])
s.add_development_dependency(%q<jeweler>, [">= 0"])
s.add_development_dependency(%q<rcov>, [">= 0"])
s.add_development_dependency(%q<rspec_tag_matchers>, [">= 0"])
s.add_development_dependency(%q<ammeter>, [">= 0"])
s.add_development_dependency(%q<rspec-rails>, ["~> 2.8.0"])
s.add_development_dependency(%q<bundler>, [">= 0"])
s.add_development_dependency(%q<jeweler>, [">= 0"])
s.add_development_dependency(%q<rcov>, [">= 0"])
s.add_development_dependency(%q<rspec_tag_matchers>, [">= 0"])
else
s.add_dependency(%q<formtastic>, [">= 0"])
s.add_dependency(%q<rails>, [">= 3.1.0"])
s.add_dependency(%q<formtastic-bootstrap>, [">= 0"])
s.add_dependency(%q<formtastic>, ["~> 2.2"])
s.add_dependency(%q<rspec>, [">= 0"])
s.add_dependency(%q<bundler>, [">= 0"])
s.add_dependency(%q<jeweler>, [">= 0"])
s.add_dependency(%q<rcov>, [">= 0"])
s.add_dependency(%q<rspec_tag_matchers>, [">= 0"])
s.add_dependency(%q<ammeter>, [">= 0"])
s.add_dependency(%q<rspec-rails>, ["~> 2.8.0"])
s.add_dependency(%q<bundler>, [">= 0"])
s.add_dependency(%q<jeweler>, [">= 0"])
s.add_dependency(%q<rcov>, [">= 0"])
s.add_dependency(%q<rspec_tag_matchers>, [">= 0"])
end
else
s.add_dependency(%q<formtastic>, [">= 0"])
s.add_dependency(%q<rails>, [">= 3.1.0"])
s.add_dependency(%q<formtastic-bootstrap>, [">= 0"])
s.add_dependency(%q<formtastic>, ["~> 2.2"])
s.add_dependency(%q<rspec>, [">= 0"])
s.add_dependency(%q<bundler>, [">= 0"])
s.add_dependency(%q<jeweler>, [">= 0"])
s.add_dependency(%q<rcov>, [">= 0"])
s.add_dependency(%q<rspec_tag_matchers>, [">= 0"])
s.add_dependency(%q<ammeter>, [">= 0"])
s.add_dependency(%q<rspec-rails>, ["~> 2.8.0"])
s.add_dependency(%q<bundler>, [">= 0"])
s.add_dependency(%q<jeweler>, [">= 0"])
s.add_dependency(%q<rcov>, [">= 0"])
s.add_dependency(%q<rspec_tag_matchers>, [">= 0"])
end
end

0 comments on commit 9b483c8

Please sign in to comment.