# -*- encoding: utf-8 -*- # stub: capistrano-wp 0.4.7 ruby lib Gem::Specification.new do |s| s.name = "capistrano-wp".freeze s.version = "0.4.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Crowd Favorite".freeze] s.date = "2013-11-14" 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".freeze s.executables = ["capify-wp".freeze] s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.md".freeze] s.files = [".document".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/capify-wp".freeze, "capistrano-wp.gemspec".freeze, "doc/examples/Capfile".freeze, "doc/examples/config/deploy.rb".freeze, "doc/examples/config/deploy/production.rb".freeze, "doc/examples/config/deploy/staging.rb".freeze, "doc/examples/config/staging-local-config.php".freeze, "lib/capistrano-wp.rb".freeze, "lib/capistrano/crowdfavorite/wordpress.rb".freeze, "lib/capistrano/templates/Capfile".freeze, "lib/capistrano/templates/config/deploy.rb".freeze, "lib/capistrano/templates/config/deploy/production.rb".freeze, "lib/crowdfavorite.rb".freeze, "lib/crowdfavorite/support/capistrano_extensions.rb".freeze, "lib/crowdfavorite/support/namespace.rb".freeze, "lib/crowdfavorite/tasks.rb".freeze, "lib/crowdfavorite/tasks/localchanges.rb".freeze, "lib/crowdfavorite/tasks/wordpress.rb".freeze, "lib/crowdfavorite/version.rb".freeze, "lib/crowdfavorite/wordpress.rb".freeze, "spec/.rspec".freeze, "spec/capistrano-wp_spec.rb".freeze, "spec/localchanges_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/capistrano.rb".freeze] s.homepage = "http://github.com/crowdfavorite/gem-capistrano-wp".freeze s.licenses = ["Apache License version 2".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Crowd Favorite WordPress Capistrano recipes".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 2.15.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.2.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.7.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.11".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.8".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end