# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{cocoon} s.version = "1.0.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Nathan Van der Auwera"] s.date = %q{2011-02-09} s.description = %q{Unobtrusive nested forms handling, using jQuery. Use this and discover cocoon-heaven.} s.email = %q{nathan@dixis.com} s.extra_rdoc_files = [ "README.markdown" ] s.homepage = %q{http://github.com/nathanvda/cocoon} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{gem that enables easier nested forms with standard forms, formtastic and simple-form} s.test_files = [ "spec/spec_helper.rb", "spec/dummy/app/controllers/application_controller.rb", "spec/dummy/app/helpers/application_helper.rb", "spec/dummy/config/environment.rb", "spec/dummy/config/initializers/session_store.rb", "spec/dummy/config/initializers/mime_types.rb", "spec/dummy/config/initializers/secret_token.rb", "spec/dummy/config/initializers/backtrace_silencers.rb", "spec/dummy/config/initializers/inflections.rb", "spec/dummy/config/environments/production.rb", "spec/dummy/config/environments/development.rb", "spec/dummy/config/environments/test.rb", "spec/dummy/config/application.rb", "spec/dummy/config/routes.rb", "spec/dummy/config/boot.rb", "spec/cocoon_spec.rb", "spec/integration/navigation_spec.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 2.0.0"]) else s.add_dependency(%q, [">= 2.0.0"]) end else s.add_dependency(%q, [">= 2.0.0"]) end end