# -*- encoding: utf-8 -*- # stub: capistrano 2.4.1 ruby lib Gem::Specification.new do |s| s.name = "capistrano".freeze s.version = "2.4.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 = ["Jamis Buck".freeze] s.date = "2008-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 s.executables = ["cap".freeze, "capify".freeze] s.extra_rdoc_files = ["CHANGELOG.rdoc".freeze, "lib/capistrano/callback.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/cli.rb".freeze, "lib/capistrano/command.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/callbacks.rb".freeze, "lib/capistrano/configuration/connections.rb".freeze, "lib/capistrano/configuration/execution.rb".freeze, "lib/capistrano/configuration/loading.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/configuration.rb".freeze, "lib/capistrano/errors.rb".freeze, "lib/capistrano/extensions.rb".freeze, "lib/capistrano/logger.rb".freeze, "lib/capistrano/processable.rb".freeze, "lib/capistrano/recipes/compat.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/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/scm.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.rb".freeze, "lib/capistrano/recipes/deploy/templates/maintenance.rhtml".freeze, "lib/capistrano/recipes/deploy.rb".freeze, "lib/capistrano/recipes/standard.rb".freeze, "lib/capistrano/recipes/templates/maintenance.rhtml".freeze, "lib/capistrano/recipes/upgrade.rb".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, "lib/capistrano.rb".freeze, "README.rdoc".freeze] s.files = ["CHANGELOG.rdoc".freeze, "Manifest".freeze, "README.rdoc".freeze, "Rakefile".freeze, "bin/cap".freeze, "bin/capify".freeze, "capistrano.gemspec".freeze, "examples/sample.rb".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/callbacks.rb".freeze, "lib/capistrano/configuration/connections.rb".freeze, "lib/capistrano/configuration/execution.rb".freeze, "lib/capistrano/configuration/loading.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/extensions.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/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/templates/maintenance.rhtml".freeze, "lib/capistrano/recipes/standard.rb".freeze, "lib/capistrano/recipes/templates/maintenance.rhtml".freeze, "lib/capistrano/recipes/upgrade.rb".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, "setup.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/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/git_test.rb".freeze, "test/deploy/scm/mercurial_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_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] s.homepage = "http://www.capify.org".freeze s.rdoc_options = ["--line-numbers".freeze, "--inline-source".freeze, "--title".freeze, "Capistrano".freeze, "--main".freeze, "README.rdoc".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Capistrano is a utility and framework for executing commands in parallel on multiple remote machines, via 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/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/git_test.rb".freeze, "test/deploy/scm/mercurial_test.rb".freeze, "test/deploy/strategy/copy_test.rb".freeze, "test/extensions_test.rb".freeze, "test/logger_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] end