# -*- encoding: utf-8 -*- # stub: capistrano 2.15.9 ruby lib Gem::Specification.new do |s| s.name = "capistrano".freeze s.version = "2.15.9".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jamis Buck".freeze, "Lee Hambley".freeze] s.date = "2016-06-27" s.description = "Capistrano is a utility and framework for executing commands in parallel on multiple remote machines, via SSH.".freeze s.email = ["jamis@jamisbuck.org".freeze, "lee.hambley@gmail.com".freeze] s.executables = ["cap".freeze, "capify".freeze] s.extra_rdoc_files = ["README.md".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "bin/cap".freeze, "bin/capify".freeze, "capistrano.gemspec".freeze, "lib/capistrano.rb".freeze, "lib/capistrano/callback.rb".freeze, "lib/capistrano/cli.rb".freeze, "lib/capistrano/cli/execute.rb".freeze, "lib/capistrano/cli/help.rb".freeze, "lib/capistrano/cli/help.txt".freeze, "lib/capistrano/cli/options.rb".freeze, "lib/capistrano/cli/ui.rb".freeze, "lib/capistrano/command.rb".freeze, "lib/capistrano/configuration.rb".freeze, "lib/capistrano/configuration/actions/file_transfer.rb".freeze, "lib/capistrano/configuration/actions/inspect.rb".freeze, "lib/capistrano/configuration/actions/invocation.rb".freeze, "lib/capistrano/configuration/alias_task.rb".freeze, "lib/capistrano/configuration/callbacks.rb".freeze, "lib/capistrano/configuration/connections.rb".freeze, "lib/capistrano/configuration/execution.rb".freeze, "lib/capistrano/configuration/loading.rb".freeze, "lib/capistrano/configuration/log_formatters.rb".freeze, "lib/capistrano/configuration/namespaces.rb".freeze, "lib/capistrano/configuration/roles.rb".freeze, "lib/capistrano/configuration/servers.rb".freeze, "lib/capistrano/configuration/variables.rb".freeze, "lib/capistrano/errors.rb".freeze, "lib/capistrano/ext/multistage.rb".freeze, "lib/capistrano/ext/string.rb".freeze, "lib/capistrano/extensions.rb".freeze, "lib/capistrano/fix_rake_deprecated_dsl.rb".freeze, "lib/capistrano/logger.rb".freeze, "lib/capistrano/processable.rb".freeze, "lib/capistrano/recipes/compat.rb".freeze, "lib/capistrano/recipes/deploy.rb".freeze, "lib/capistrano/recipes/deploy/assets.rb".freeze, "lib/capistrano/recipes/deploy/dependencies.rb".freeze, "lib/capistrano/recipes/deploy/local_dependency.rb".freeze, "lib/capistrano/recipes/deploy/remote_dependency.rb".freeze, "lib/capistrano/recipes/deploy/scm.rb".freeze, "lib/capistrano/recipes/deploy/scm/accurev.rb".freeze, "lib/capistrano/recipes/deploy/scm/base.rb".freeze, "lib/capistrano/recipes/deploy/scm/bzr.rb".freeze, "lib/capistrano/recipes/deploy/scm/cvs.rb".freeze, "lib/capistrano/recipes/deploy/scm/darcs.rb".freeze, "lib/capistrano/recipes/deploy/scm/git.rb".freeze, "lib/capistrano/recipes/deploy/scm/mercurial.rb".freeze, "lib/capistrano/recipes/deploy/scm/none.rb".freeze, "lib/capistrano/recipes/deploy/scm/perforce.rb".freeze, "lib/capistrano/recipes/deploy/scm/subversion.rb".freeze, "lib/capistrano/recipes/deploy/strategy.rb".freeze, "lib/capistrano/recipes/deploy/strategy/base.rb".freeze, "lib/capistrano/recipes/deploy/strategy/checkout.rb".freeze, "lib/capistrano/recipes/deploy/strategy/copy.rb".freeze, "lib/capistrano/recipes/deploy/strategy/export.rb".freeze, "lib/capistrano/recipes/deploy/strategy/remote.rb".freeze, "lib/capistrano/recipes/deploy/strategy/remote_cache.rb".freeze, "lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb".freeze, "lib/capistrano/recipes/standard.rb".freeze, "lib/capistrano/recipes/templates/maintenance.rhtml".freeze, "lib/capistrano/role.rb".freeze, "lib/capistrano/server_definition.rb".freeze, "lib/capistrano/shell.rb".freeze, "lib/capistrano/ssh.rb".freeze, "lib/capistrano/task_definition.rb".freeze, "lib/capistrano/transfer.rb".freeze, "lib/capistrano/version.rb".freeze, "test/cli/execute_test.rb".freeze, "test/cli/help_test.rb".freeze, "test/cli/options_test.rb".freeze, "test/cli/ui_test.rb".freeze, "test/cli_test.rb".freeze, "test/command_test.rb".freeze, "test/configuration/actions/file_transfer_test.rb".freeze, "test/configuration/actions/inspect_test.rb".freeze, "test/configuration/actions/invocation_test.rb".freeze, "test/configuration/alias_task_test.rb".freeze, "test/configuration/callbacks_test.rb".freeze, "test/configuration/connections_test.rb".freeze, "test/configuration/execution_test.rb".freeze, "test/configuration/loading_test.rb".freeze, "test/configuration/namespace_dsl_test.rb".freeze, "test/configuration/roles_test.rb".freeze, "test/configuration/servers_test.rb".freeze, "test/configuration/variables_test.rb".freeze, "test/configuration_test.rb".freeze, "test/deploy/local_dependency_test.rb".freeze, "test/deploy/remote_dependency_test.rb".freeze, "test/deploy/scm/accurev_test.rb".freeze, "test/deploy/scm/base_test.rb".freeze, "test/deploy/scm/bzr_test.rb".freeze, "test/deploy/scm/darcs_test.rb".freeze, "test/deploy/scm/git_test.rb".freeze, "test/deploy/scm/mercurial_test.rb".freeze, "test/deploy/scm/none_test.rb".freeze, "test/deploy/scm/perforce_test.rb".freeze, "test/deploy/scm/subversion_test.rb".freeze, "test/deploy/strategy/copy_test.rb".freeze, "test/extensions_test.rb".freeze, "test/fixtures/cli_integration.rb".freeze, "test/fixtures/config.rb".freeze, "test/fixtures/custom.rb".freeze, "test/logger_formatting_test.rb".freeze, "test/logger_test.rb".freeze, "test/recipes_test.rb".freeze, "test/role_test.rb".freeze, "test/server_definition_test.rb".freeze, "test/shell_test.rb".freeze, "test/ssh_test.rb".freeze, "test/task_definition_test.rb".freeze, "test/transfer_test.rb".freeze, "test/utils.rb".freeze, "test/version_test.rb".freeze] s.homepage = "http://github.com/capistrano/capistrano".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Capistrano - Welcome to easy deployment with Ruby over SSH".freeze s.test_files = ["test/cli/execute_test.rb".freeze, "test/cli/help_test.rb".freeze, "test/cli/options_test.rb".freeze, "test/cli/ui_test.rb".freeze, "test/cli_test.rb".freeze, "test/command_test.rb".freeze, "test/configuration/actions/file_transfer_test.rb".freeze, "test/configuration/actions/inspect_test.rb".freeze, "test/configuration/actions/invocation_test.rb".freeze, "test/configuration/alias_task_test.rb".freeze, "test/configuration/callbacks_test.rb".freeze, "test/configuration/connections_test.rb".freeze, "test/configuration/execution_test.rb".freeze, "test/configuration/loading_test.rb".freeze, "test/configuration/namespace_dsl_test.rb".freeze, "test/configuration/roles_test.rb".freeze, "test/configuration/servers_test.rb".freeze, "test/configuration/variables_test.rb".freeze, "test/configuration_test.rb".freeze, "test/deploy/local_dependency_test.rb".freeze, "test/deploy/remote_dependency_test.rb".freeze, "test/deploy/scm/accurev_test.rb".freeze, "test/deploy/scm/base_test.rb".freeze, "test/deploy/scm/bzr_test.rb".freeze, "test/deploy/scm/darcs_test.rb".freeze, "test/deploy/scm/git_test.rb".freeze, "test/deploy/scm/mercurial_test.rb".freeze, "test/deploy/scm/none_test.rb".freeze, "test/deploy/scm/perforce_test.rb".freeze, "test/deploy/scm/subversion_test.rb".freeze, "test/deploy/strategy/copy_test.rb".freeze, "test/extensions_test.rb".freeze, "test/fixtures/cli_integration.rb".freeze, "test/fixtures/config.rb".freeze, "test/fixtures/custom.rb".freeze, "test/logger_formatting_test.rb".freeze, "test/logger_test.rb".freeze, "test/recipes_test.rb".freeze, "test/role_test.rb".freeze, "test/server_definition_test.rb".freeze, "test/shell_test.rb".freeze, "test/ssh_test.rb".freeze, "test/task_definition_test.rb".freeze, "test/transfer_test.rb".freeze, "test/utils.rb".freeze, "test/version_test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.0.14".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.1.0".freeze]) s.add_development_dependency(%q.freeze, ["= 0.9.12".freeze]) end