Skip to content

Commit

Permalink
Regenerated gemspec for version 0.3.34
Browse files Browse the repository at this point in the history
  • Loading branch information
nesquena committed Oct 25, 2009
1 parent ab1ff03 commit 5a3286a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions cap-recipes.gemspec
Expand Up @@ -5,11 +5,11 @@


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


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 Esquenazi"] s.authors = ["Nathan Esquenazi"]
s.date = %q{2009-10-22} s.date = %q{2009-10-25}
s.description = %q{Battle-tested capistrano recipes for debian, passenger, apache, delayed_job, juggernaut, rubygems, backgroundrb, rails and more} 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.email = %q{nesquena@gmail.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
Expand Down Expand Up @@ -48,6 +48,9 @@ Gem::Specification.new do |s|
"lib/cap_recipes/tasks/memcache/hooks.rb", "lib/cap_recipes/tasks/memcache/hooks.rb",
"lib/cap_recipes/tasks/memcache/install.rb", "lib/cap_recipes/tasks/memcache/install.rb",
"lib/cap_recipes/tasks/memcache/manage.rb", "lib/cap_recipes/tasks/memcache/manage.rb",
"lib/cap_recipes/tasks/mongodb.rb",
"lib/cap_recipes/tasks/mongodb/install.rb",
"lib/cap_recipes/tasks/mongodb/manage.rb",
"lib/cap_recipes/tasks/passenger.rb", "lib/cap_recipes/tasks/passenger.rb",
"lib/cap_recipes/tasks/passenger/install.rb", "lib/cap_recipes/tasks/passenger/install.rb",
"lib/cap_recipes/tasks/passenger/manage.rb", "lib/cap_recipes/tasks/passenger/manage.rb",
Expand Down

0 comments on commit 5a3286a

Please sign in to comment.