Regenerate gemspec for version 1.0.16
This commit is contained in:
parent
2593194a30
commit
239790d44c
|
@ -4,21 +4,20 @@
|
||||||
# -*- encoding: utf-8 -*-
|
# -*- encoding: utf-8 -*-
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = %q{cocoon}
|
s.name = "cocoon"
|
||||||
s.version = "1.0.15"
|
s.version = "1.0.16"
|
||||||
|
|
||||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||||
s.authors = ["Nathan Van der Auwera"]
|
s.authors = ["Nathan Van der Auwera"]
|
||||||
s.date = %q{2011-12-08}
|
s.date = "2012-03-12"
|
||||||
s.description = %q{Unobtrusive nested forms handling, using jQuery. Use this and discover cocoon-heaven.}
|
s.description = "Unobtrusive nested forms handling, using jQuery. Use this and discover cocoon-heaven."
|
||||||
s.email = %q{nathan@dixis.com}
|
s.email = "nathan@dixis.com"
|
||||||
s.extra_rdoc_files = [
|
s.extra_rdoc_files = [
|
||||||
"README.markdown"
|
"README.markdown"
|
||||||
]
|
]
|
||||||
s.files = [
|
s.files = [
|
||||||
".travis.yml",
|
".travis.yml",
|
||||||
"Gemfile",
|
"Gemfile",
|
||||||
"Gemfile.lock",
|
|
||||||
"History.md",
|
"History.md",
|
||||||
"MIT-LICENSE",
|
"MIT-LICENSE",
|
||||||
"README.markdown",
|
"README.markdown",
|
||||||
|
@ -72,10 +71,10 @@ Gem::Specification.new do |s|
|
||||||
"spec/integration/navigation_spec.rb",
|
"spec/integration/navigation_spec.rb",
|
||||||
"spec/spec_helper.rb"
|
"spec/spec_helper.rb"
|
||||||
]
|
]
|
||||||
s.homepage = %q{http://github.com/nathanvda/cocoon}
|
s.homepage = "http://github.com/nathanvda/cocoon"
|
||||||
s.require_paths = ["lib"]
|
s.require_paths = ["lib"]
|
||||||
s.rubygems_version = %q{1.6.2}
|
s.rubygems_version = "1.8.15"
|
||||||
s.summary = %q{gem that enables easier nested forms with standard forms, formtastic and simple-form}
|
s.summary = "gem that enables easier nested forms with standard forms, formtastic and simple-form"
|
||||||
|
|
||||||
if s.respond_to? :specification_version then
|
if s.respond_to? :specification_version then
|
||||||
s.specification_version = 3
|
s.specification_version = 3
|
||||||
|
|
Loading…
Reference in New Issue