Skip to content

Commit

Permalink
upgrading formtastic
Browse files Browse the repository at this point in the history
  • Loading branch information
rick committed Jul 24, 2010
1 parent 6473198 commit 09b24f5
Show file tree
Hide file tree
Showing 65 changed files with 6,948 additions and 4,602 deletions.
211 changes: 211 additions & 0 deletions vendor/gems/formtastic-0.9.10/.specification
@@ -0,0 +1,211 @@
--- !ruby/object:Gem::Specification
name: formtastic
version: !ruby/object:Gem::Version
hash: 47
prerelease: false
segments:
- 0
- 9
- 10
version: 0.9.10
platform: ruby
authors:
- Justin French
autorequire:
bindir: bin
cert_chain: []

date: 2010-05-25 00:00:00 -05:00
default_executable:
dependencies:
- !ruby/object:Gem::Dependency
name: activesupport
prerelease: false
requirement: &id001 !ruby/object:Gem::Requirement
none: false
requirements:
- - ">="
- !ruby/object:Gem::Version
hash: 3
segments:
- 2
- 3
- 0
version: 2.3.0
type: :runtime
version_requirements: *id001
- !ruby/object:Gem::Dependency
name: actionpack
prerelease: false
requirement: &id002 !ruby/object:Gem::Requirement
none: false
requirements:
- - ">="
- !ruby/object:Gem::Version
hash: 3
segments:
- 2
- 3
- 0
version: 2.3.0
type: :runtime
version_requirements: *id002
- !ruby/object:Gem::Dependency
name: rspec-rails
prerelease: false
requirement: &id003 !ruby/object:Gem::Requirement
none: false
requirements:
- - ">="
- !ruby/object:Gem::Version
hash: 19
segments:
- 1
- 2
- 6
version: 1.2.6
type: :development
version_requirements: *id003
- !ruby/object:Gem::Dependency
name: rspec_tag_matchers
prerelease: false
requirement: &id004 !ruby/object:Gem::Requirement
none: false
requirements:
- - ">="
- !ruby/object:Gem::Version
hash: 23
segments:
- 1
- 0
- 0
version: 1.0.0
type: :development
version_requirements: *id004
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:
- MIT-LICENSE
- README.textile
- Rakefile
- generators/form/USAGE
- generators/form/form_generator.rb
- generators/form/templates/view__form.html.erb
- generators/form/templates/view__form.html.haml
- generators/formtastic/formtastic_generator.rb
- generators/formtastic/templates/formtastic.css
- generators/formtastic/templates/formtastic.rb
- generators/formtastic/templates/formtastic_changes.css
- generators/formtastic_stylesheets/formtastic_stylesheets_generator.rb
- lib/formtastic.rb
- lib/formtastic/i18n.rb
- lib/formtastic/layout_helper.rb
- lib/formtastic/util.rb
- lib/locale/en.yml
- rails/init.rb
- spec/buttons_spec.rb
- spec/commit_button_spec.rb
- spec/custom_builder_spec.rb
- spec/custom_macros.rb
- spec/defaults_spec.rb
- spec/error_proc_spec.rb
- spec/errors_spec.rb
- spec/form_helper_spec.rb
- spec/i18n_spec.rb
- spec/include_blank_spec.rb
- spec/input_spec.rb
- spec/inputs/boolean_input_spec.rb
- spec/inputs/check_boxes_input_spec.rb
- spec/inputs/country_input_spec.rb
- spec/inputs/date_input_spec.rb
- spec/inputs/datetime_input_spec.rb
- spec/inputs/file_input_spec.rb
- spec/inputs/hidden_input_spec.rb
- spec/inputs/numeric_input_spec.rb
- spec/inputs/password_input_spec.rb
- spec/inputs/radio_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/time_zone_input_spec.rb
- spec/inputs_spec.rb
- spec/label_spec.rb
- spec/layout_helper_spec.rb
- spec/semantic_errors_spec.rb
- spec/semantic_fields_for_spec.rb
- spec/spec.opts
- spec/spec_helper.rb
has_rdoc: true
homepage: http://github.com/justinfrench/formtastic/tree/master
licenses: []

post_install_message: "\n ========================================================================\n Thanks for installing Formtastic!\n ------------------------------------------------------------------------\n You can now (optionally) run the generator to copy some stylesheets and\n a config initializer into your application:\n ./script/generate formtastic\n\n To generate some semantic form markup for your existing models, just run:\n ./script/generate form MODEL_NAME\n\n Find out more and get involved:\n http://github.com/justinfrench/formtastic\n http://groups.google.com.au/group/formtastic\n ========================================================================\n "
rdoc_options:
- --charset=UTF-8
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
none: false
requirements:
- - ">="
- !ruby/object:Gem::Version
hash: 3
segments:
- 0
version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement
none: false
requirements:
- - ">="
- !ruby/object:Gem::Version
hash: 3
segments:
- 0
version: "0"
requirements: []

rubyforge_project:
rubygems_version: 1.3.7
signing_key:
specification_version: 3
summary: A Rails form builder plugin/gem with semantically rich and accessible markup
test_files:
- spec/buttons_spec.rb
- spec/commit_button_spec.rb
- spec/custom_builder_spec.rb
- spec/custom_macros.rb
- spec/defaults_spec.rb
- spec/error_proc_spec.rb
- spec/errors_spec.rb
- spec/form_helper_spec.rb
- spec/i18n_spec.rb
- spec/include_blank_spec.rb
- spec/input_spec.rb
- spec/inputs/boolean_input_spec.rb
- spec/inputs/check_boxes_input_spec.rb
- spec/inputs/country_input_spec.rb
- spec/inputs/date_input_spec.rb
- spec/inputs/datetime_input_spec.rb
- spec/inputs/file_input_spec.rb
- spec/inputs/hidden_input_spec.rb
- spec/inputs/numeric_input_spec.rb
- spec/inputs/password_input_spec.rb
- spec/inputs/radio_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/time_zone_input_spec.rb
- spec/inputs_spec.rb
- spec/label_spec.rb
- spec/layout_helper_spec.rb
- spec/semantic_errors_spec.rb
- spec/semantic_fields_for_spec.rb
- spec/spec_helper.rb
File renamed without changes.

0 comments on commit 09b24f5

Please sign in to comment.