crazycode-cap-recipes.gemspec in crazycode-cap-recipes-0.3.39.3 vs crazycode-cap-recipes.gemspec in crazycode-cap-recipes-0.4.0
- old
+ new
@@ -3,30 +3,32 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{crazycode-cap-recipes}
- s.version = "0.3.39.3"
+ s.version = "0.4.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["crazycode"]
- s.date = %q{2011-04-29}
+ s.date = %q{2011-08-22}
s.default_executable = %q{cap-recipes}
s.description = %q{Battle-tested capistrano recipes for debian, passenger, apache, hudson, delayed_job, juggernaut, rubygems, backgroundrb, rails and more}
s.email = %q{crazycode@gmail.com}
s.executables = ["cap-recipes"]
s.extra_rdoc_files = [
"LICENSE",
"README.textile"
]
s.files = [
+ "Capfile",
"LICENSE",
"README.textile",
"Rakefile",
"VERSION.yml",
"bin/cap-recipes",
"cap-recipes.gemspec",
+ "config/deploy.rb",
"crazycode-cap-recipes.gemspec",
"examples/advanced/deploy.rb",
"examples/advanced/deploy/experimental.rb",
"examples/advanced/deploy/production.rb",
"examples/simple/deploy.rb",
@@ -39,20 +41,23 @@
"lib/cap_recipes/tasks/backgroundrb.rb",
"lib/cap_recipes/tasks/backgroundrb/hooks.rb",
"lib/cap_recipes/tasks/backgroundrb/manage.rb",
"lib/cap_recipes/tasks/bundler.rb",
"lib/cap_recipes/tasks/bundler/manage.rb",
+ "lib/cap_recipes/tasks/cmdb.rb",
+ "lib/cap_recipes/tasks/cmdbutils.rb",
"lib/cap_recipes/tasks/delayed_job.rb",
"lib/cap_recipes/tasks/delayed_job/hooks.rb",
"lib/cap_recipes/tasks/delayed_job/manage.rb",
"lib/cap_recipes/tasks/ec2/install.rb",
"lib/cap_recipes/tasks/ec2/manage.rb",
"lib/cap_recipes/tasks/gitdeploy.rb",
"lib/cap_recipes/tasks/gitdeploy/setup.rb",
"lib/cap_recipes/tasks/gitosis.rb",
"lib/cap_recipes/tasks/gitosis/install.rb",
"lib/cap_recipes/tasks/gitosis/manage.rb",
+ "lib/cap_recipes/tasks/http.rb",
"lib/cap_recipes/tasks/hudson.rb",
"lib/cap_recipes/tasks/hudson/manage.rb",
"lib/cap_recipes/tasks/jetty.rb",
"lib/cap_recipes/tasks/jetty/install.rb",
"lib/cap_recipes/tasks/jetty/manage.rb",
@@ -77,10 +82,11 @@
"lib/cap_recipes/tasks/ruby.rb",
"lib/cap_recipes/tasks/ruby/install.rb",
"lib/cap_recipes/tasks/rubygems.rb",
"lib/cap_recipes/tasks/rubygems/install.rb",
"lib/cap_recipes/tasks/rubygems/manage.rb",
+ "lib/cap_recipes/tasks/sdpjenkins.rb",
"lib/cap_recipes/tasks/templates/hudson.erb",
"lib/cap_recipes/tasks/templates/mongod.conf.erb",
"lib/cap_recipes/tasks/templates/mongodb.init.erb",
"lib/cap_recipes/tasks/templates/mongodb.repo.erb",
"lib/cap_recipes/tasks/templates/mongos.init.erb",
@@ -104,10 +110,11 @@
"lib/templates/deploy.rb.tt",
"spec/cap/all/Capfile",
"spec/cap/helper.rb",
"spec/cap_recipes_spec.rb",
"spec/spec_helper.rb",
- "specs.watchr"
+ "specs.watchr",
+ "test.rb"
]
s.homepage = %q{http://github.com/crazycode/cap-recipes}
s.require_paths = ["lib"]
s.rubyforge_project = %q{crazycode-cap-recipes}
s.rubygems_version = %q{1.3.7}