# -*- encoding: utf-8 -*- # stub: cap_bootstrap 0.2 ruby lib Gem::Specification.new do |s| s.name = "cap_bootstrap".freeze s.version = "0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Christopher Saylor".freeze] s.date = "2012-04-02" s.description = "Capistrano tasks for deploying Rails applications using Ubuntu 10.04, rbenv, nginx, Unicorn and PostgreSQL.".freeze s.email = ["chris@justhack.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "cap_bootstrap.gemspec".freeze, "changelog.md".freeze, "lib/cap_bootstrap.rb".freeze, "lib/cap_bootstrap/capistrano.rb".freeze, "lib/cap_bootstrap/recipes/base.rb".freeze, "lib/cap_bootstrap/recipes/check.rb".freeze, "lib/cap_bootstrap/recipes/nginx.rb".freeze, "lib/cap_bootstrap/recipes/nodejs.rb".freeze, "lib/cap_bootstrap/recipes/postgresql.rb".freeze, "lib/cap_bootstrap/recipes/rbenv.rb".freeze, "lib/cap_bootstrap/recipes/security.rb".freeze, "lib/cap_bootstrap/recipes/templates/nginx_unicorn.erb".freeze, "lib/cap_bootstrap/recipes/templates/postgresql.yml.erb".freeze, "lib/cap_bootstrap/recipes/templates/unicorn.rb.erb".freeze, "lib/cap_bootstrap/recipes/templates/unicorn_init.erb".freeze, "lib/cap_bootstrap/recipes/unicorn.rb".freeze, "lib/cap_bootstrap/recipes/utilities.rb".freeze, "lib/cap_bootstrap/version.rb".freeze] s.homepage = "http://github.com/cwsaylor/cap_bootstrap".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Capistrano tasks for deploying Rails applications using Ubuntu 10.04, rbenv, nginx, Unicorn and PostgreSQL.".freeze end