# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "formatted_form" s.version = "2.1.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Jack Neto", "Oleg Khabarov", "The Working Group Inc."] s.date = "2013-02-20" s.description = "" s.email = "jack@twg.ca" s.extra_rdoc_files = [ "LICENSE", "README.md" ] s.files = [ "Gemfile", "LICENSE", "README.md", "Rakefile", "VERSION", "app/assets/javascripts/formatted_form.js", "app/assets/stylesheets/formatted_form.css", "app/views/formatted_form/_check_box.html.erb", "app/views/formatted_form/_date_select.html.erb", "app/views/formatted_form/_datetime_select.html.erb", "app/views/formatted_form/_element.html.erb", "app/views/formatted_form/_email_field.html.erb", "app/views/formatted_form/_file_field.html.erb", "app/views/formatted_form/_number_field.html.erb", "app/views/formatted_form/_password_field.html.erb", "app/views/formatted_form/_phone_field.html.erb", "app/views/formatted_form/_radio_button.html.erb", "app/views/formatted_form/_range_field.html.erb", "app/views/formatted_form/_search_field.html.erb", "app/views/formatted_form/_select.html.erb", "app/views/formatted_form/_submit.html.erb", "app/views/formatted_form/_telephone_field.html.erb", "app/views/formatted_form/_text_area.html.erb", "app/views/formatted_form/_text_field.html.erb", "app/views/formatted_form/_time_select.html.erb", "app/views/formatted_form/_time_zone_select.html.erb", "app/views/formatted_form/templates/_choices.html.erb", "app/views/formatted_form/templates/_choices_block.html.erb", "app/views/formatted_form/templates/_choices_inline.html.erb", "app/views/formatted_form/templates/_field.html.erb", "app/views/formatted_form/templates/_field_block.html.erb", "app/views/formatted_form/templates/_field_inline.html.erb", "app/views/formatted_form/templates/_label.html.erb", "formatted_form.gemspec", "lib/formatted_form.rb", "lib/formatted_form/engine.rb", "lib/formatted_form/form_builder.rb", "lib/formatted_form/view_helper.rb", "test/dummy/README.rdoc", "test/dummy/Rakefile", "test/dummy/app/assets/javascripts/application.js", "test/dummy/app/assets/stylesheets/application.css", "test/dummy/app/assets/stylesheets/bootstrap.css", "test/dummy/app/controllers/application_controller.rb", "test/dummy/app/helpers/application_helper.rb", "test/dummy/app/mailers/.gitkeep", "test/dummy/app/models/.gitkeep", "test/dummy/app/views/application/test.html.erb", "test/dummy/app/views/layouts/application.html.erb", "test/dummy/config.ru", "test/dummy/config/application.rb", "test/dummy/config/boot.rb", "test/dummy/config/environment.rb", "test/dummy/config/environments/development.rb", "test/dummy/config/environments/production.rb", "test/dummy/config/environments/test.rb", "test/dummy/config/initializers/backtrace_silencers.rb", "test/dummy/config/initializers/inflections.rb", "test/dummy/config/initializers/mime_types.rb", "test/dummy/config/initializers/secret_token.rb", "test/dummy/config/initializers/session_store.rb", "test/dummy/config/initializers/wrap_parameters.rb", "test/dummy/config/locales/en.yml", "test/dummy/config/routes.rb", "test/dummy/lib/assets/.gitkeep", "test/dummy/log/.gitkeep", "test/dummy/public/404.html", "test/dummy/public/422.html", "test/dummy/public/500.html", "test/dummy/public/favicon.ico", "test/dummy/script/rails", "test/form_builder_test.rb", "test/test_helper.rb" ] s.homepage = "http://github.com/twg/formatted_form" s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = "1.8.23" s.summary = "A Rails form builder that generates Twitter Bootstrap markup and helps keep your code clean" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 3.1.0"]) s.add_development_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 3.1.0"]) s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 3.1.0"]) s.add_dependency(%q, [">= 0"]) end end