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

Commit

Permalink
Regenerate gemspec for version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Bellantoni committed Nov 8, 2011
1 parent ec9cbda commit 6d8658c
Showing 1 changed file with 67 additions and 5 deletions.
72 changes: 67 additions & 5 deletions formtastic-bootstrap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,89 @@

Gem::Specification.new do |s|
s.name = "formtastic-bootstrap"
s.version = "0.0.0"
s.version = "1.0.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Matthew Bellantoni"]
s.date = "2011-11-01"
s.date = "2011-11-08"
s.description = "TODO: longer description of your gem"
s.email = "mjbellantoni@yahoo.com"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
"README.md"
]
s.files = [
".document",
".rspec",
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
"README.rdoc",
"README.md",
"Rakefile",
"VERSION",
"formtastic-bootstrap.gemspec",
"lib/action_view/helpers/text_field_date_helper.rb",
"lib/formtastic-bootstrap.rb",
"spec/spec_helper.rb"
"lib/formtastic-bootstrap/form_builder.rb",
"lib/formtastic-bootstrap/helpers.rb",
"lib/formtastic-bootstrap/helpers/buttons_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/errors.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/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/datetime_input.rb",
"lib/formtastic-bootstrap/inputs/email_input.rb",
"lib/formtastic-bootstrap/inputs/file_input.rb",
"lib/formtastic-bootstrap/inputs/hidden_input.rb",
"lib/formtastic-bootstrap/inputs/number_input.rb",
"lib/formtastic-bootstrap/inputs/password_input.rb",
"lib/formtastic-bootstrap/inputs/phone_input.rb",
"lib/formtastic-bootstrap/inputs/radio_input.rb",
"lib/formtastic-bootstrap/inputs/range_input.rb",
"lib/formtastic-bootstrap/inputs/search_input.rb",
"lib/formtastic-bootstrap/inputs/select_input.rb",
"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/url_input.rb",
"spec/builder/errors_spec.rb",
"spec/builder/semantic_fields_for_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/email_input_spec.rb",
"spec/inputs/file_input_spec.rb",
"spec/inputs/hidden_input_spec.rb",
"spec/inputs/number_input_spec.rb",
"spec/inputs/password_input_spec.rb",
"spec/inputs/phone_input_spec.rb",
"spec/inputs/radio_input_spec.rb",
"spec/inputs/range_input_spec.rb",
"spec/inputs/search_input_spec.rb",
"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/url_input_spec.rb",
"spec/spec_helper.rb",
"spec/support/custom_macros.rb",
"spec/support/depracation.rb",
"spec/support/formtastic_spec_helper.rb"
]
s.homepage = "http://github.com/mjbellantoni/formtastic-bootstrap"
s.licenses = ["MIT"]
Expand Down

0 comments on commit 6d8658c

Please sign in to comment.