Skip to content

Commit

Permalink
Regenerated gemspec for version 0.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
nesquena committed Jun 16, 2009
1 parent 97acdf3 commit 72c8409
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions cap-recipes.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{cap-recipes}
s.version = "0.3.17"
s.version = "0.3.18"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Nathan Esquenazi"]
s.date = %q{2009-06-07}
s.date = %q{2009-06-15}
s.description = %q{Battle-tested capistrano recipes for debian, passenger, apache, delayed_job, juggernaut, rubygems, backgroundrb, rails and more}
s.email = %q{nesquena@gmail.com}
s.extra_rdoc_files = [
Expand All @@ -20,6 +20,10 @@ Gem::Specification.new do |s|
"Rakefile",
"VERSION.yml",
"cap-recipes.gemspec",
"examples/advanced/deploy.rb",
"examples/advanced/deploy/experimental.rb",
"examples/advanced/deploy/production.rb",
"examples/simple/deploy.rb",
"lib/cap_recipes.rb",
"lib/cap_recipes/tasks/apache.rb",
"lib/cap_recipes/tasks/apache/install.rb",
Expand Down Expand Up @@ -64,7 +68,11 @@ Gem::Specification.new do |s|
s.test_files = [
"spec/cap/helper.rb",
"spec/cap_recipes_spec.rb",
"spec/spec_helper.rb"
"spec/spec_helper.rb",
"examples/advanced/deploy/experimental.rb",
"examples/advanced/deploy/production.rb",
"examples/advanced/deploy.rb",
"examples/simple/deploy.rb"
]

if s.respond_to? :specification_version then
Expand Down

0 comments on commit 72c8409

Please sign in to comment.