# -*- encoding: utf-8 -*- # stub: capitate 0.2.1 ruby lib Gem::Specification.new do |s| s.name = "capitate".freeze s.version = "0.2.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Gabriel Handford".freeze] s.date = "2008-02-24" s.description = "Capistrano recipes, plugins and templates.".freeze s.email = ["gabrielh@gmail.com".freeze] s.executables = ["capitate".freeze] s.extra_rdoc_files = ["History.txt".freeze, "License.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "docs/recipes/centos.txt".freeze, "docs/recipes/deploy-pending.txt".freeze, "docs/recipes/deploy-web.txt".freeze, "docs/recipes/deploy.txt".freeze, "docs/recipes/docs.txt".freeze, "docs/recipes/imagemagick-centos.txt".freeze, "docs/recipes/imagemagick.txt".freeze, "docs/recipes/index.txt".freeze, "docs/recipes/memcached-centos.txt".freeze, "docs/recipes/memcached.txt".freeze, "docs/recipes/mongrel_cluster-centos.txt".freeze, "docs/recipes/mongrel_cluster.txt".freeze, "docs/recipes/monit-centos.txt".freeze, "docs/recipes/monit.txt".freeze, "docs/recipes/mysql-centos.txt".freeze, "docs/recipes/mysql.txt".freeze, "docs/recipes/nginx-centos.txt".freeze, "docs/recipes/nginx.txt".freeze, "docs/recipes/rails.txt".freeze, "docs/recipes/ruby-centos.txt".freeze, "docs/recipes/ruby.txt".freeze, "docs/recipes/sphinx-centos.txt".freeze, "docs/recipes/sphinx.txt".freeze, "website/index.txt".freeze] s.files = ["Capfile".freeze, "History.txt".freeze, "License.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "bin/capitate".freeze, "config/hoe.rb".freeze, "config/requirements.rb".freeze, "docs/nginx.README".freeze, "docs/recipes/centos.txt".freeze, "docs/recipes/deploy-pending.txt".freeze, "docs/recipes/deploy-web.txt".freeze, "docs/recipes/deploy.txt".freeze, "docs/recipes/docs.txt".freeze, "docs/recipes/imagemagick-centos.txt".freeze, "docs/recipes/imagemagick.txt".freeze, "docs/recipes/index.txt".freeze, "docs/recipes/memcached-centos.txt".freeze, "docs/recipes/memcached.txt".freeze, "docs/recipes/mongrel_cluster-centos.txt".freeze, "docs/recipes/mongrel_cluster.txt".freeze, "docs/recipes/monit-centos.txt".freeze, "docs/recipes/monit.txt".freeze, "docs/recipes/mysql-centos.txt".freeze, "docs/recipes/mysql.txt".freeze, "docs/recipes/nginx-centos.txt".freeze, "docs/recipes/nginx.txt".freeze, "docs/recipes/rails.txt".freeze, "docs/recipes/ruby-centos.txt".freeze, "docs/recipes/ruby.txt".freeze, "docs/recipes/sphinx-centos.txt".freeze, "docs/recipes/sphinx.txt".freeze, "lib/capitate.rb".freeze, "lib/capitate/cap_ext/connections.rb".freeze, "lib/capitate/cap_ext/extension_proxy.rb".freeze, "lib/capitate/cap_ext/run_via.rb".freeze, "lib/capitate/cap_ext/variables.rb".freeze, "lib/capitate/plugins/base.rb".freeze, "lib/capitate/plugins/gem.rb".freeze, "lib/capitate/plugins/prompt.rb".freeze, "lib/capitate/plugins/script.rb".freeze, "lib/capitate/plugins/templates.rb".freeze, "lib/capitate/plugins/upload.rb".freeze, "lib/capitate/plugins/yum.rb".freeze, "lib/capitate/recipes.rb".freeze, "lib/capitate/task_node.rb".freeze, "lib/capitate/version.rb".freeze, "lib/deployment/deploy.rb".freeze, "lib/deployment/install-centos-rubyweb.rb".freeze, "lib/recipes/centos/centos.rb".freeze, "lib/recipes/centos/imagemagick.rb".freeze, "lib/recipes/centos/memcached.rb".freeze, "lib/recipes/centos/mongrel_cluster.rb".freeze, "lib/recipes/centos/monit.rb".freeze, "lib/recipes/centos/mysql.rb".freeze, "lib/recipes/centos/nginx.rb".freeze, "lib/recipes/centos/ruby.rb".freeze, "lib/recipes/centos/sphinx.rb".freeze, "lib/recipes/deploy.rb".freeze, "lib/recipes/docs.rb".freeze, "lib/recipes/memcached.rb".freeze, "lib/recipes/mongrel_cluster.rb".freeze, "lib/recipes/mysql.rb".freeze, "lib/recipes/nginx.rb".freeze, "lib/recipes/rails.rb".freeze, "lib/recipes/sphinx.rb".freeze, "lib/templates/capistrano/Capfile".freeze, "lib/templates/memcached/memcached.initd.centos.erb".freeze, "lib/templates/memcached/memcached.monitrc.erb".freeze, "lib/templates/mongrel/mongrel_cluster.initd.erb".freeze, "lib/templates/mongrel/mongrel_cluster.monitrc.erb".freeze, "lib/templates/mongrel/mongrel_cluster.yml.erb".freeze, "lib/templates/monit/cert.sh".freeze, "lib/templates/monit/monit.cnf".freeze, "lib/templates/monit/monit.initd.centos.erb".freeze, "lib/templates/monit/monitrc.erb".freeze, "lib/templates/monit/patch_inittab.sh".freeze, "lib/templates/mysql/install_db.sql.erb".freeze, "lib/templates/mysql/mysql.monitrc.erb".freeze, "lib/templates/nginx/nginx.conf.erb".freeze, "lib/templates/nginx/nginx.initd.erb".freeze, "lib/templates/nginx/nginx.monitrc.erb".freeze, "lib/templates/nginx/nginx_vhost.conf.erb".freeze, "lib/templates/rails/database.yml.erb".freeze, "lib/templates/ruby/fix_openssl.sh".freeze, "lib/templates/sphinx/sphinx.conf.erb".freeze, "lib/templates/sphinx/sphinx.monitrc.erb".freeze, "lib/templates/sphinx/sphinx_app.initd.centos.erb".freeze, "script/destroy".freeze, "script/generate".freeze, "script/txt2html".freeze, "setup.rb".freeze, "tasks/deployment.rake".freeze, "tasks/environment.rake".freeze, "tasks/website.rake".freeze, "test/test_helper.rb".freeze, "test/test_plugin_upload.rb".freeze, "test/test_recipes.rb".freeze, "test/test_templates.rb".freeze, "website/index.html".freeze, "website/index.txt".freeze, "website/javascripts/rounded_corners_lite.inc.js".freeze, "website/stylesheets/screen.css".freeze, "website/template.rhtml".freeze, "website/template_recipe.rhtml".freeze] s.homepage = "http://capitate.rubyforge.org".freeze s.rdoc_options = ["--main".freeze, "README.txt".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Capistrano recipes, plugins and templates.".freeze s.test_files = ["test/test_helper.rb".freeze, "test/test_plugin_upload.rb".freeze, "test/test_recipes.rb".freeze, "test/test_templates.rb".freeze] s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 2.1.0".freeze]) end