# -*- encoding: utf-8 -*- # stub: capistrano 3.7.0 ruby lib Gem::Specification.new do |s| s.name = "capistrano".freeze s.version = "3.7.0".freeze 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 = "2016-12-10" 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 = [".github/issue_template.md".freeze, ".github/pull_request_template.md".freeze, ".gitignore".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "DEVELOPMENT.md".freeze, "Dangerfile".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "RELEASING.md".freeze, "Rakefile".freeze, "UPGRADING-3.7.md".freeze, "bin/cap".freeze, "bin/capify".freeze, "capistrano.gemspec".freeze, "features/configuration.feature".freeze, "features/deploy.feature".freeze, "features/deploy_failure.feature".freeze, "features/doctor.feature".freeze, "features/installation.feature".freeze, "features/sshconnect.feature".freeze, "features/stage_failure.feature".freeze, "features/step_definitions/assertions.rb".freeze, "features/step_definitions/cap_commands.rb".freeze, "features/step_definitions/setup.rb".freeze, "features/support/env.rb".freeze, "features/support/remote_command_helpers.rb".freeze, "features/support/vagrant_helpers.rb".freeze, "lib/Capfile".freeze, "lib/capistrano.rb".freeze, "lib/capistrano/all.rb".freeze, "lib/capistrano/application.rb".freeze, "lib/capistrano/configuration.rb".freeze, "lib/capistrano/configuration/empty_filter.rb".freeze, "lib/capistrano/configuration/filter.rb".freeze, "lib/capistrano/configuration/host_filter.rb".freeze, "lib/capistrano/configuration/null_filter.rb".freeze, "lib/capistrano/configuration/plugin_installer.rb".freeze, "lib/capistrano/configuration/question.rb".freeze, "lib/capistrano/configuration/role_filter.rb".freeze, "lib/capistrano/configuration/scm_resolver.rb".freeze, "lib/capistrano/configuration/server.rb".freeze, "lib/capistrano/configuration/servers.rb".freeze, "lib/capistrano/configuration/validated_variables.rb".freeze, "lib/capistrano/configuration/variables.rb".freeze, "lib/capistrano/console.rb".freeze, "lib/capistrano/defaults.rb".freeze, "lib/capistrano/deploy.rb".freeze, "lib/capistrano/doctor.rb".freeze, "lib/capistrano/doctor/environment_doctor.rb".freeze, "lib/capistrano/doctor/gems_doctor.rb".freeze, "lib/capistrano/doctor/output_helpers.rb".freeze, "lib/capistrano/doctor/servers_doctor.rb".freeze, "lib/capistrano/doctor/variables_doctor.rb".freeze, "lib/capistrano/dotfile.rb".freeze, "lib/capistrano/dsl.rb".freeze, "lib/capistrano/dsl/env.rb".freeze, "lib/capistrano/dsl/paths.rb".freeze, "lib/capistrano/dsl/stages.rb".freeze, "lib/capistrano/dsl/task_enhancements.rb".freeze, "lib/capistrano/framework.rb".freeze, "lib/capistrano/i18n.rb".freeze, "lib/capistrano/immutable_task.rb".freeze, "lib/capistrano/install.rb".freeze, "lib/capistrano/plugin.rb".freeze, "lib/capistrano/proc_helpers.rb".freeze, "lib/capistrano/scm.rb".freeze, "lib/capistrano/scm/git.rb".freeze, "lib/capistrano/scm/hg.rb".freeze, "lib/capistrano/scm/plugin.rb".freeze, "lib/capistrano/scm/svn.rb".freeze, "lib/capistrano/scm/tasks/git.rake".freeze, "lib/capistrano/scm/tasks/hg.rake".freeze, "lib/capistrano/scm/tasks/svn.rake".freeze, "lib/capistrano/setup.rb".freeze, "lib/capistrano/tasks/console.rake".freeze, "lib/capistrano/tasks/deploy.rake".freeze, "lib/capistrano/tasks/doctor.rake".freeze, "lib/capistrano/tasks/framework.rake".freeze, "lib/capistrano/tasks/install.rake".freeze, "lib/capistrano/templates/Capfile".freeze, "lib/capistrano/templates/deploy.rb.erb".freeze, "lib/capistrano/templates/stage.rb.erb".freeze, "lib/capistrano/upload_task.rb".freeze, "lib/capistrano/version.rb".freeze, "lib/capistrano/version_validator.rb".freeze, "spec/integration/dsl_spec.rb".freeze, "spec/integration_spec_helper.rb".freeze, "spec/lib/capistrano/application_spec.rb".freeze, "spec/lib/capistrano/configuration/empty_filter_spec.rb".freeze, "spec/lib/capistrano/configuration/filter_spec.rb".freeze, "spec/lib/capistrano/configuration/host_filter_spec.rb".freeze, "spec/lib/capistrano/configuration/null_filter_spec.rb".freeze, "spec/lib/capistrano/configuration/plugin_installer_spec.rb".freeze, "spec/lib/capistrano/configuration/question_spec.rb".freeze, "spec/lib/capistrano/configuration/role_filter_spec.rb".freeze, "spec/lib/capistrano/configuration/server_spec.rb".freeze, "spec/lib/capistrano/configuration/servers_spec.rb".freeze, "spec/lib/capistrano/configuration_spec.rb".freeze, "spec/lib/capistrano/doctor/environment_doctor_spec.rb".freeze, "spec/lib/capistrano/doctor/gems_doctor_spec.rb".freeze, "spec/lib/capistrano/doctor/output_helpers_spec.rb".freeze, "spec/lib/capistrano/doctor/servers_doctor_spec.rb".freeze, "spec/lib/capistrano/doctor/variables_doctor_spec.rb".freeze, "spec/lib/capistrano/dsl/paths_spec.rb".freeze, "spec/lib/capistrano/dsl/task_enhancements_spec.rb".freeze, "spec/lib/capistrano/dsl_spec.rb".freeze, "spec/lib/capistrano/immutable_task_spec.rb".freeze, "spec/lib/capistrano/plugin_spec.rb".freeze, "spec/lib/capistrano/scm/git_spec.rb".freeze, "spec/lib/capistrano/scm/hg_spec.rb".freeze, "spec/lib/capistrano/scm/svn_spec.rb".freeze, "spec/lib/capistrano/scm_spec.rb".freeze, "spec/lib/capistrano/upload_task_spec.rb".freeze, "spec/lib/capistrano/version_validator_spec.rb".freeze, "spec/lib/capistrano_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/.gitignore".freeze, "spec/support/Vagrantfile".freeze, "spec/support/matchers.rb".freeze, "spec/support/tasks/database.rake".freeze, "spec/support/tasks/fail.rake".freeze, "spec/support/tasks/failed.rake".freeze, "spec/support/tasks/plugin.rake".freeze, "spec/support/tasks/root.rake".freeze, "spec/support/test_app.rb".freeze] s.homepage = "http://capistranorb.com/".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Capistrano - Welcome to easy deployment with Ruby over SSH".freeze s.test_files = ["features/configuration.feature".freeze, "features/deploy.feature".freeze, "features/deploy_failure.feature".freeze, "features/doctor.feature".freeze, "features/installation.feature".freeze, "features/sshconnect.feature".freeze, "features/stage_failure.feature".freeze, "features/step_definitions/assertions.rb".freeze, "features/step_definitions/cap_commands.rb".freeze, "features/step_definitions/setup.rb".freeze, "features/support/env.rb".freeze, "features/support/remote_command_helpers.rb".freeze, "features/support/vagrant_helpers.rb".freeze, "spec/integration/dsl_spec.rb".freeze, "spec/integration_spec_helper.rb".freeze, "spec/lib/capistrano/application_spec.rb".freeze, "spec/lib/capistrano/configuration/empty_filter_spec.rb".freeze, "spec/lib/capistrano/configuration/filter_spec.rb".freeze, "spec/lib/capistrano/configuration/host_filter_spec.rb".freeze, "spec/lib/capistrano/configuration/null_filter_spec.rb".freeze, "spec/lib/capistrano/configuration/plugin_installer_spec.rb".freeze, "spec/lib/capistrano/configuration/question_spec.rb".freeze, "spec/lib/capistrano/configuration/role_filter_spec.rb".freeze, "spec/lib/capistrano/configuration/server_spec.rb".freeze, "spec/lib/capistrano/configuration/servers_spec.rb".freeze, "spec/lib/capistrano/configuration_spec.rb".freeze, "spec/lib/capistrano/doctor/environment_doctor_spec.rb".freeze, "spec/lib/capistrano/doctor/gems_doctor_spec.rb".freeze, "spec/lib/capistrano/doctor/output_helpers_spec.rb".freeze, "spec/lib/capistrano/doctor/servers_doctor_spec.rb".freeze, "spec/lib/capistrano/doctor/variables_doctor_spec.rb".freeze, "spec/lib/capistrano/dsl/paths_spec.rb".freeze, "spec/lib/capistrano/dsl/task_enhancements_spec.rb".freeze, "spec/lib/capistrano/dsl_spec.rb".freeze, "spec/lib/capistrano/immutable_task_spec.rb".freeze, "spec/lib/capistrano/plugin_spec.rb".freeze, "spec/lib/capistrano/scm/git_spec.rb".freeze, "spec/lib/capistrano/scm/hg_spec.rb".freeze, "spec/lib/capistrano/scm/svn_spec.rb".freeze, "spec/lib/capistrano/scm_spec.rb".freeze, "spec/lib/capistrano/upload_task_spec.rb".freeze, "spec/lib/capistrano/version_validator_spec.rb".freeze, "spec/lib/capistrano_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/.gitignore".freeze, "spec/support/Vagrantfile".freeze, "spec/support/matchers.rb".freeze, "spec/support/tasks/database.rake".freeze, "spec/support/tasks/fail.rake".freeze, "spec/support/tasks/failed.rake".freeze, "spec/support/tasks/plugin.rake".freeze, "spec/support/tasks/root.rake".freeze, "spec/support/test_app.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 10.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.9.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end