cocoon/cocoon.gemspec

120 lines
4.5 KiB
Ruby
Raw Normal View History

# 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}
2011-06-17 23:33:31 +00:00
s.version = "1.0.5"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Nathan Van der Auwera"]
2011-06-17 23:33:31 +00:00
s.date = %q{2011-06-18}
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"
]
2011-02-09 21:54:01 +00:00
s.files = [
".gitignore",
"Gemfile",
"Gemfile.lock",
2011-06-17 23:33:31 +00:00
"History.md",
2011-02-09 21:54:01 +00:00
"MIT-LICENSE",
"README.markdown",
"Rakefile",
"VERSION",
"cocoon.gemspec",
"lib/cocoon.rb",
"lib/cocoon/view_helpers.rb",
"lib/generators/cocoon/install/install_generator.rb",
"lib/generators/cocoon/install/templates/cocoon.js",
"spec/cocoon_spec.rb",
"spec/dummy/Rakefile",
"spec/dummy/app/controllers/application_controller.rb",
"spec/dummy/app/helpers/application_helper.rb",
2011-03-15 15:23:42 +00:00
"spec/dummy/app/models/comment.rb",
2011-04-24 22:59:15 +00:00
"spec/dummy/app/models/person.rb",
2011-03-15 15:23:42 +00:00
"spec/dummy/app/models/post.rb",
2011-02-09 21:54:01 +00:00
"spec/dummy/app/views/layouts/application.html.erb",
"spec/dummy/config.ru",
"spec/dummy/config/application.rb",
"spec/dummy/config/boot.rb",
"spec/dummy/config/database.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/inflections.rb",
"spec/dummy/config/initializers/mime_types.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",
2011-03-15 15:23:42 +00:00
"spec/dummy/db/migrate/20110306212208_create_posts.rb",
"spec/dummy/db/migrate/20110306212250_create_comments.rb",
2011-04-24 22:59:15 +00:00
"spec/dummy/db/migrate/20110420222224_create_people.rb",
2011-03-15 15:23:42 +00:00
"spec/dummy/db/schema.rb",
2011-02-09 21:54:01 +00:00
"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/javascripts/controls.js",
"spec/dummy/public/javascripts/dragdrop.js",
"spec/dummy/public/javascripts/effects.js",
"spec/dummy/public/javascripts/prototype.js",
"spec/dummy/public/javascripts/rails.js",
"spec/dummy/public/stylesheets/.gitkeep",
"spec/dummy/script/rails",
"spec/integration/navigation_spec.rb",
"spec/spec_helper.rb"
]
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",
2011-04-24 22:59:15 +00:00
"spec/dummy/app/models/person.rb",
2011-03-15 15:23:42 +00:00
"spec/dummy/app/models/comment.rb",
"spec/dummy/app/models/post.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",
2011-03-15 15:23:42 +00:00
"spec/dummy/db/schema.rb",
"spec/dummy/db/migrate/20110306212208_create_posts.rb",
2011-04-24 22:59:15 +00:00
"spec/dummy/db/migrate/20110420222224_create_people.rb",
2011-03-15 15:23:42 +00:00
"spec/dummy/db/migrate/20110306212250_create_comments.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<rspec>, [">= 2.0.0"])
else
s.add_dependency(%q<rspec>, [">= 2.0.0"])
end
else
s.add_dependency(%q<rspec>, [">= 2.0.0"])
end
end