capistrano-wp.gemspec in capistrano-wp-0.4.2 vs capistrano-wp.gemspec in capistrano-wp-0.4.3
- old
+ new
@@ -3,16 +3,17 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "capistrano-wp"
- s.version = "0.4.2"
+ s.version = "0.4.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Crowd Favorite"]
- s.date = "2013-07-15"
+ s.date = "2013-09-25"
s.description = "Recipes for deploying and maintaining remote WordPress installations with\nCapistrano. Pulls in WordPress from SVN, optionally using a local or\nremote cache, and supports a number of common operations and tasks towards\nthe care and feeding of sites that may not be 100% maintained through\nversion control.\n"
+ s.executables = ["capify-wp"]
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md"
]
s.files = [
@@ -21,17 +22,21 @@
"Gemfile.lock",
"LICENSE.txt",
"README.md",
"Rakefile",
"VERSION",
+ "bin/capify-wp",
"capistrano-wp.gemspec",
"doc/examples/Capfile",
"doc/examples/config/deploy.rb",
"doc/examples/config/deploy/production.rb",
"doc/examples/config/deploy/staging.rb",
"doc/examples/config/staging-local-config.php",
"lib/capistrano-wp.rb",
"lib/capistrano/crowdfavorite/wordpress.rb",
+ "lib/capistrano/templates/Capfile",
+ "lib/capistrano/templates/config/deploy.rb",
+ "lib/capistrano/templates/config/deploy/production.rb",
"lib/crowdfavorite.rb",
"lib/crowdfavorite/support/capistrano_extensions.rb",
"lib/crowdfavorite/support/namespace.rb",
"lib/crowdfavorite/tasks.rb",
"lib/crowdfavorite/tasks/localchanges.rb",