--- !ruby/object:Gem::Specification name: formtastic version: !ruby/object:Gem::Version version: 2.2.1 prerelease: platform: ruby authors: - Justin French autorequire: bindir: bin cert_chain: [] date: 2012-06-06 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: actionpack requirement: &70298104933820 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '3.0' type: :runtime prerelease: false version_requirements: *70298104933820 - !ruby/object:Gem::Dependency name: rspec-rails requirement: &70298104933340 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 2.8.0 type: :development prerelease: false version_requirements: *70298104933340 - !ruby/object:Gem::Dependency name: rspec_tag_matchers requirement: &70298112364540 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.0.0 type: :development prerelease: false version_requirements: *70298112364540 - !ruby/object:Gem::Dependency name: hpricot requirement: &70298112363620 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.8.3 type: :development prerelease: false version_requirements: *70298112363620 - !ruby/object:Gem::Dependency name: BlueCloth requirement: &70298112362700 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *70298112362700 - !ruby/object:Gem::Dependency name: yard requirement: &70298112361420 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '0.6' type: :development prerelease: false version_requirements: *70298112361420 - !ruby/object:Gem::Dependency name: rcov requirement: &70298112360140 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.9.9 type: :development prerelease: false version_requirements: *70298112360140 - !ruby/object:Gem::Dependency name: colored requirement: &70298112359180 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *70298112359180 - !ruby/object:Gem::Dependency name: tzinfo requirement: &70298112357500 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *70298112357500 - !ruby/object:Gem::Dependency name: ammeter requirement: &70298104958780 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.2.5 type: :development prerelease: false version_requirements: *70298104958780 - !ruby/object:Gem::Dependency name: appraisal requirement: &70298104958360 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *70298104958360 - !ruby/object:Gem::Dependency name: rake requirement: &70298104957900 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *70298104957900 description: A Rails form builder plugin/gem with semantically rich and accessible markup email: - justin@indent.com.au executables: [] extensions: [] extra_rdoc_files: - README.textile files: - .gitignore - .rspec - .travis.yml - .yardopts - Appraisals - CHANGELOG - Gemfile - MIT-LICENSE - README.textile - RELEASE_PROCESS - Rakefile - app/assets/stylesheets/formtastic.css - app/assets/stylesheets/formtastic_ie6.css - app/assets/stylesheets/formtastic_ie7.css - formtastic.gemspec - gemfiles/rails-3.0.gemfile - gemfiles/rails-3.1.gemfile - gemfiles/rails-3.2.gemfile - gemfiles/rails-4.gemfile - lib/formtastic.rb - lib/formtastic/actions.rb - lib/formtastic/actions/base.rb - lib/formtastic/actions/button_action.rb - lib/formtastic/actions/buttonish.rb - lib/formtastic/actions/input_action.rb - lib/formtastic/actions/link_action.rb - lib/formtastic/engine.rb - lib/formtastic/form_builder.rb - lib/formtastic/helpers.rb - lib/formtastic/helpers/action_helper.rb - lib/formtastic/helpers/actions_helper.rb - lib/formtastic/helpers/errors_helper.rb - lib/formtastic/helpers/fieldset_wrapper.rb - lib/formtastic/helpers/file_column_detection.rb - lib/formtastic/helpers/form_helper.rb - lib/formtastic/helpers/input_helper.rb - lib/formtastic/helpers/inputs_helper.rb - lib/formtastic/helpers/reflection.rb - lib/formtastic/html_attributes.rb - lib/formtastic/i18n.rb - lib/formtastic/inputs.rb - lib/formtastic/inputs/base.rb - lib/formtastic/inputs/base/associations.rb - lib/formtastic/inputs/base/choices.rb - lib/formtastic/inputs/base/collections.rb - lib/formtastic/inputs/base/database.rb - lib/formtastic/inputs/base/datetime_pickerish.rb - lib/formtastic/inputs/base/errors.rb - lib/formtastic/inputs/base/fileish.rb - lib/formtastic/inputs/base/grouped_collections.rb - lib/formtastic/inputs/base/hints.rb - lib/formtastic/inputs/base/html.rb - lib/formtastic/inputs/base/labelling.rb - lib/formtastic/inputs/base/naming.rb - lib/formtastic/inputs/base/numeric.rb - lib/formtastic/inputs/base/options.rb - lib/formtastic/inputs/base/placeholder.rb - lib/formtastic/inputs/base/stringish.rb - lib/formtastic/inputs/base/timeish.rb - lib/formtastic/inputs/base/validations.rb - lib/formtastic/inputs/base/wrapping.rb - lib/formtastic/inputs/boolean_input.rb - lib/formtastic/inputs/check_boxes_input.rb - lib/formtastic/inputs/country_input.rb - lib/formtastic/inputs/date_input.rb - lib/formtastic/inputs/date_picker_input.rb - lib/formtastic/inputs/date_select_input.rb - lib/formtastic/inputs/datetime_input.rb - lib/formtastic/inputs/datetime_picker_input.rb - lib/formtastic/inputs/datetime_select_input.rb - lib/formtastic/inputs/email_input.rb - lib/formtastic/inputs/file_input.rb - lib/formtastic/inputs/hidden_input.rb - lib/formtastic/inputs/number_input.rb - lib/formtastic/inputs/password_input.rb - lib/formtastic/inputs/phone_input.rb - lib/formtastic/inputs/radio_input.rb - lib/formtastic/inputs/range_input.rb - lib/formtastic/inputs/search_input.rb - lib/formtastic/inputs/select_input.rb - lib/formtastic/inputs/string_input.rb - lib/formtastic/inputs/text_input.rb - lib/formtastic/inputs/time_input.rb - lib/formtastic/inputs/time_picker_input.rb - lib/formtastic/inputs/time_select_input.rb - lib/formtastic/inputs/time_zone_input.rb - lib/formtastic/inputs/url_input.rb - lib/formtastic/localized_string.rb - lib/formtastic/localizer.rb - lib/formtastic/util.rb - lib/formtastic/version.rb - lib/generators/formtastic/form/form_generator.rb - lib/generators/formtastic/install/install_generator.rb - lib/generators/templates/_form.html.erb - lib/generators/templates/_form.html.haml - lib/generators/templates/_form.html.slim - lib/generators/templates/formtastic.rb - lib/locale/en.yml - lib/tasks/verify_rcov.rb - sample/basic_inputs.html - sample/config.ru - sample/index.html - spec/actions/button_action_spec.rb - spec/actions/generic_action_spec.rb - spec/actions/input_action_spec.rb - spec/actions/link_action_spec.rb - spec/builder/custom_builder_spec.rb - spec/builder/error_proc_spec.rb - spec/builder/semantic_fields_for_spec.rb - spec/generators/formtastic/form/form_generator_spec.rb - spec/generators/formtastic/install/install_generator_spec.rb - spec/helpers/action_helper_spec.rb - spec/helpers/actions_helper_spec.rb - spec/helpers/form_helper_spec.rb - spec/helpers/input_helper_spec.rb - spec/helpers/inputs_helper_spec.rb - spec/helpers/reflection_helper_spec.rb - spec/helpers/semantic_errors_helper_spec.rb - spec/i18n_spec.rb - spec/inputs/boolean_input_spec.rb - spec/inputs/check_boxes_input_spec.rb - spec/inputs/country_input_spec.rb - spec/inputs/custom_input_spec.rb - spec/inputs/date_picker_input_spec.rb - spec/inputs/date_select_input_spec.rb - spec/inputs/datetime_picker_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 - spec/inputs/include_blank_spec.rb - spec/inputs/label_spec.rb - spec/inputs/number_input_spec.rb - spec/inputs/password_input_spec.rb - spec/inputs/phone_input_spec.rb - spec/inputs/placeholder_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_picker_input_spec.rb - spec/inputs/time_select_input_spec.rb - spec/inputs/time_zone_input_spec.rb - spec/inputs/url_input_spec.rb - spec/inputs/with_options_spec.rb - spec/localizer_spec.rb - spec/spec.opts - spec/spec_helper.rb - spec/support/custom_macros.rb - spec/support/deferred_garbage_collection.rb - spec/support/deprecation.rb - spec/support/test_environment.rb homepage: http://github.com/justinfrench/formtastic licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.11 signing_key: specification_version: 3 summary: A Rails form builder plugin/gem with semantically rich and accessible markup test_files: - spec/actions/button_action_spec.rb - spec/actions/generic_action_spec.rb - spec/actions/input_action_spec.rb - spec/actions/link_action_spec.rb - spec/builder/custom_builder_spec.rb - spec/builder/error_proc_spec.rb - spec/builder/semantic_fields_for_spec.rb - spec/generators/formtastic/form/form_generator_spec.rb - spec/generators/formtastic/install/install_generator_spec.rb - spec/helpers/action_helper_spec.rb - spec/helpers/actions_helper_spec.rb - spec/helpers/form_helper_spec.rb - spec/helpers/input_helper_spec.rb - spec/helpers/inputs_helper_spec.rb - spec/helpers/reflection_helper_spec.rb - spec/helpers/semantic_errors_helper_spec.rb - spec/i18n_spec.rb - spec/inputs/boolean_input_spec.rb - spec/inputs/check_boxes_input_spec.rb - spec/inputs/country_input_spec.rb - spec/inputs/custom_input_spec.rb - spec/inputs/date_picker_input_spec.rb - spec/inputs/date_select_input_spec.rb - spec/inputs/datetime_picker_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 - spec/inputs/include_blank_spec.rb - spec/inputs/label_spec.rb - spec/inputs/number_input_spec.rb - spec/inputs/password_input_spec.rb - spec/inputs/phone_input_spec.rb - spec/inputs/placeholder_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_picker_input_spec.rb - spec/inputs/time_select_input_spec.rb - spec/inputs/time_zone_input_spec.rb - spec/inputs/url_input_spec.rb - spec/inputs/with_options_spec.rb - spec/localizer_spec.rb - spec/spec.opts - spec/spec_helper.rb - spec/support/custom_macros.rb - spec/support/deferred_garbage_collection.rb - spec/support/deprecation.rb - spec/support/test_environment.rb has_rdoc: