--- !ruby/object:Gem::Specification name: noodall-form-builder version: !ruby/object:Gem::Version version: 0.4.1 prerelease: platform: ruby authors: - Steve England - Daniel Craig - Alex Heaton autorequire: bindir: bin cert_chain: [] date: 2011-12-02 00:00:00.000000000Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: &15241020 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.0.0 type: :development prerelease: false version_requirements: *15241020 - !ruby/object:Gem::Dependency name: fastercsv requirement: &15240480 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: *15240480 description: Functionality for building custom forms email: [] executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - MIT-LICENSE - README.rdoc - Rakefile - app/assets/images/admin/spam-flag.png - app/assets/javascripts/admin/formbuilder.js - app/controllers/noodall/admin/fields_controller.rb - app/controllers/noodall/admin/form_responses_controller.rb - app/controllers/noodall/admin/forms_controller.rb - app/controllers/noodall/form_responses_controller.rb - app/helpers/admin/forms_helper.rb - app/helpers/forms_helper.rb - app/mailers/form_mailer.rb - app/models/contact_form.rb - app/models/noodall/check_box.rb - app/models/noodall/field.rb - app/models/noodall/form.rb - app/models/noodall/form_response.rb - app/models/noodall/multiselect.rb - app/models/noodall/radio.rb - app/models/noodall/select.rb - app/models/noodall/text_field.rb - app/views/admin/components/_contact_form.html.erb - app/views/components/_contact_form.html.erb - app/views/form_mailer/_form_response_fields.html.erb - app/views/form_mailer/form_response.html.erb - app/views/form_mailer/form_response_thankyou.html.erb - app/views/noodall/admin/fields/_check_box.html.erb - app/views/noodall/admin/fields/_multiselect.html.erb - app/views/noodall/admin/fields/_radio.html.erb - app/views/noodall/admin/fields/_select.html.erb - app/views/noodall/admin/fields/_text_field.html.erb - app/views/noodall/admin/form_responses/index.csv.csvbuilder - app/views/noodall/admin/form_responses/index.html.erb - app/views/noodall/admin/forms/_field_select.html.erb - app/views/noodall/admin/forms/index.html.erb - app/views/noodall/admin/forms/show.html.erb - app/views/noodall/form_responses/_form.html.erb - app/views/noodall/form_responses/create.html.erb - app/views/noodall/form_responses/fields/_checkbox.html.erb - app/views/noodall/form_responses/fields/_multiselect.html.erb - app/views/noodall/form_responses/fields/_radio.html.erb - app/views/noodall/form_responses/fields/_select.html.erb - app/views/noodall/form_responses/fields/_textarea.html.erb - app/views/noodall/form_responses/fields/_textfield.html.erb - app/views/noodall/form_responses/new.html.erb - app/views/noodall/forms/edit.html.erb - app/views/noodall/forms/index.html.erb - app/views/noodall/forms/new.html.erb - app/views/noodall/forms/show.html.erb - cucumber.yml - features/form_builder.feature - features/form_module.feature - features/step_definitions/cms_node_steps.rb - features/step_definitions/component_steps.rb - features/step_definitions/email_steps.rb - features/step_definitions/form_builder_steps.rb - features/step_definitions/sign_in_steps.rb - features/step_definitions/spam_steps.rb - features/step_definitions/web_steps.rb - features/support/defensio_mock.rb - features/support/env.rb - features/support/mm_factory_steps.rb - features/support/paths.rb - lib/noodall-form-builder.rb - lib/noodall/form_builder/engine.rb - lib/noodall/form_builder/routes.rb - lib/noodall/form_builder/version.rb - noodall-form-builder.gemspec - spec/dummy/Rakefile - spec/dummy/app/controllers/application_controller.rb - spec/dummy/app/helpers/application_helper.rb - spec/dummy/app/models/page_a.rb - spec/dummy/app/models/user.rb - spec/dummy/app/views/admin/nodes/_page_a.html.erb - spec/dummy/app/views/layouts/application.html.erb - spec/dummy/app/views/nodes/page_a.html.erb - spec/dummy/config.ru - spec/dummy/config/application.rb - spec/dummy/config/boot.rb - spec/dummy/config/database.yml - spec/dummy/config/defensio.yml - spec/dummy/config/environment.rb - spec/dummy/config/environments/development.rb - spec/dummy/config/environments/production.rb - spec/dummy/config/environments/test.rb - spec/dummy/config/initializers/backtrace_silencers.rb - spec/dummy/config/initializers/dragonfly.rb - spec/dummy/config/initializers/inflections.rb - spec/dummy/config/initializers/mime_types.rb - spec/dummy/config/initializers/mongo_mapper.rb - spec/dummy/config/initializers/noodall.rb - spec/dummy/config/initializers/secret_token.rb - spec/dummy/config/initializers/session_store.rb - spec/dummy/config/locales/en.yml - spec/dummy/config/routes.rb - spec/dummy/public/404.html - spec/dummy/public/422.html - spec/dummy/public/500.html - spec/dummy/public/favicon.ico - spec/dummy/public/javascripts/application.js - spec/dummy/public/stylesheets/.gitkeep - spec/dummy/script/rails - spec/factories/asset.rb - spec/factories/contact_form.rb - spec/factories/field.rb - spec/factories/form.rb - spec/factories/node.rb - spec/factories/response.rb - spec/factories/user.rb - spec/files/beef.png - spec/integration/navigation_spec.rb - spec/noodall_form_builder_spec.rb - spec/spec_helper.rb homepage: http://rubygems.org/gems/noodall-form-builder licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: 1378576621811178490 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.3.6 requirements: [] rubyforge_project: rubygems_version: 1.8.6 signing_key: specification_version: 3 summary: Noodall Form Builder test_files: []