capistrano-3.4.0.gemspec
1.73 KB
# -*- encoding: utf-8 -*-
# stub: capistrano 3.4.0 ruby lib
Gem::Specification.new do |s|
s.name = "capistrano".freeze
s.version = "3.4.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Tom Clements".freeze, "Lee Hambley".freeze]
s.date = "2015-03-02"
s.description = "Capistrano is a utility and framework for executing commands in parallel on multiple remote machines, via SSH.".freeze
s.email = ["seenmyfate@gmail.com".freeze, "lee.hambley@gmail.com".freeze]
s.executables = ["cap".freeze, "capify".freeze]
s.files = ["bin/cap".freeze, "bin/capify".freeze]
s.homepage = "http://capistranorb.com/".freeze
s.licenses = ["MIT".freeze]
s.post_install_message = "Capistrano 3.1 has some breaking changes. Please check the CHANGELOG: http://goo.gl/SxB0lr\n\nIf you're upgrading Capistrano from 2.x, we recommend to read the upgrade guide: http://goo.gl/4536kB\n\nThe `deploy:restart` hook for passenger applications is now in a separate gem called capistrano-passenger. Just add it to your Gemfile and require it in your Capfile.\n".freeze
s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze)
s.rubygems_version = "3.4.10".freeze
s.summary = "Capistrano - Welcome to easy deployment with Ruby over SSH".freeze
s.installed_by_version = "3.4.10" if s.respond_to? :installed_by_version
s.specification_version = 4
s.add_runtime_dependency(%q<sshkit>.freeze, ["~> 1.3"])
s.add_runtime_dependency(%q<rake>.freeze, [">= 10.0.0"])
s.add_runtime_dependency(%q<i18n>.freeze, [">= 0"])
s.add_development_dependency(%q<rspec>.freeze, [">= 0"])
s.add_development_dependency(%q<mocha>.freeze, [">= 0"])
end