Changeset 119
- Timestamp:
- 06/13/08 23:38:54 (5 months ago)
- Location:
- trunk
- Files:
-
- 394 added
- 1 modified
-
CHANGELOG.txt (modified) (1 diff)
-
vendor/plugins/capistrano-2.4.0 (added)
-
vendor/plugins/capistrano-2.4.0/CHANGELOG (added)
-
vendor/plugins/capistrano-2.4.0/MIT-LICENSE (added)
-
vendor/plugins/capistrano-2.4.0/README (added)
-
vendor/plugins/capistrano-2.4.0/bin (added)
-
vendor/plugins/capistrano-2.4.0/bin/cap (added)
-
vendor/plugins/capistrano-2.4.0/bin/capify (added)
-
vendor/plugins/capistrano-2.4.0/examples (added)
-
vendor/plugins/capistrano-2.4.0/examples/sample.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/callback.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/cli (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/cli.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/cli/execute.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/cli/help.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/cli/help.txt (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/cli/options.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/cli/ui.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/command.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/configuration (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/configuration.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/configuration/actions (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/configuration/actions/file_transfer.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/configuration/actions/inspect.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/configuration/actions/invocation.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/configuration/callbacks.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/configuration/connections.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/configuration/execution.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/configuration/loading.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/configuration/namespaces.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/configuration/roles.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/configuration/servers.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/configuration/variables.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/errors.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/extensions.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/logger.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/processable.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/compat.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/deploy (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/deploy.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/deploy/dependencies.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/deploy/local_dependency.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/deploy/remote_dependency.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/deploy/scm (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/deploy/scm.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/deploy/scm/accurev.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/deploy/scm/base.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/deploy/scm/bzr.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/deploy/scm/cvs.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/deploy/scm/darcs.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/deploy/scm/git.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/deploy/scm/mercurial.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/deploy/scm/none.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/deploy/scm/perforce.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/deploy/scm/subversion.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/deploy/strategy (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/deploy/strategy.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/deploy/strategy/base.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/deploy/strategy/checkout.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/deploy/strategy/copy.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/deploy/strategy/export.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/deploy/strategy/remote.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/deploy/strategy/remote_cache.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/deploy/templates (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/deploy/templates/maintenance.rhtml (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/standard.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/templates (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/templates/maintenance.rhtml (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/recipes/upgrade.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/role.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/server_definition.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/shell.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/ssh.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/task_definition.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/transfer.rb (added)
-
vendor/plugins/capistrano-2.4.0/lib/capistrano/version.rb (added)
-
vendor/plugins/capistrano-2.4.0/test (added)
-
vendor/plugins/capistrano-2.4.0/test/cli (added)
-
vendor/plugins/capistrano-2.4.0/test/cli/execute_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/cli/help_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/cli/options_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/cli/ui_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/cli_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/command_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/configuration (added)
-
vendor/plugins/capistrano-2.4.0/test/configuration/actions (added)
-
vendor/plugins/capistrano-2.4.0/test/configuration/actions/file_transfer_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/configuration/actions/inspect_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/configuration/actions/invocation_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/configuration/callbacks_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/configuration/connections_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/configuration/execution_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/configuration/loading_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/configuration/namespace_dsl_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/configuration/roles_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/configuration/servers_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/configuration/variables_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/configuration_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/deploy (added)
-
vendor/plugins/capistrano-2.4.0/test/deploy/local_dependency_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/deploy/remote_dependency_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/deploy/scm (added)
-
vendor/plugins/capistrano-2.4.0/test/deploy/scm/accurev_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/deploy/scm/base_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/deploy/scm/git_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/deploy/scm/mercurial_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/deploy/strategy (added)
-
vendor/plugins/capistrano-2.4.0/test/deploy/strategy/copy_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/extensions_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/fixtures (added)
-
vendor/plugins/capistrano-2.4.0/test/fixtures/cli_integration.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/fixtures/config.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/fixtures/custom.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/logger_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/role_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/server_definition_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/shell_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/ssh_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/task_definition_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/transfer_test.rb (added)
-
vendor/plugins/capistrano-2.4.0/test/utils.rb (added)
-
vendor/plugins/highline-1.4.0 (added)
-
vendor/plugins/highline-1.4.0/CHANGELOG (added)
-
vendor/plugins/highline-1.4.0/INSTALL (added)
-
vendor/plugins/highline-1.4.0/LICENSE (added)
-
vendor/plugins/highline-1.4.0/README (added)
-
vendor/plugins/highline-1.4.0/Rakefile (added)
-
vendor/plugins/highline-1.4.0/TODO (added)
-
vendor/plugins/highline-1.4.0/examples (added)
-
vendor/plugins/highline-1.4.0/examples/ansi_colors.rb (added)
-
vendor/plugins/highline-1.4.0/examples/asking_for_arrays.rb (added)
-
vendor/plugins/highline-1.4.0/examples/basic_usage.rb (added)
-
vendor/plugins/highline-1.4.0/examples/color_scheme.rb (added)
-
vendor/plugins/highline-1.4.0/examples/menus.rb (added)
-
vendor/plugins/highline-1.4.0/examples/overwrite.rb (added)
-
vendor/plugins/highline-1.4.0/examples/page_and_wrap.rb (added)
-
vendor/plugins/highline-1.4.0/examples/password.rb (added)
-
vendor/plugins/highline-1.4.0/examples/trapping_eof.rb (added)
-
vendor/plugins/highline-1.4.0/examples/using_readline.rb (added)
-
vendor/plugins/highline-1.4.0/lib (added)
-
vendor/plugins/highline-1.4.0/lib/highline (added)
-
vendor/plugins/highline-1.4.0/lib/highline.rb (added)
-
vendor/plugins/highline-1.4.0/lib/highline/color_scheme.rb (added)
-
vendor/plugins/highline-1.4.0/lib/highline/import.rb (added)
-
vendor/plugins/highline-1.4.0/lib/highline/menu.rb (added)
-
vendor/plugins/highline-1.4.0/lib/highline/question.rb (added)
-
vendor/plugins/highline-1.4.0/lib/highline/system_extensions.rb (added)
-
vendor/plugins/highline-1.4.0/setup.rb (added)
-
vendor/plugins/highline-1.4.0/test (added)
-
vendor/plugins/highline-1.4.0/test/tc_color_scheme.rb (added)
-
vendor/plugins/highline-1.4.0/test/tc_highline.rb (added)
-
vendor/plugins/highline-1.4.0/test/tc_import.rb (added)
-
vendor/plugins/highline-1.4.0/test/tc_menu.rb (added)
-
vendor/plugins/highline-1.4.0/test/ts_all.rb (added)
-
vendor/plugins/net-scp-1.0.1 (added)
-
vendor/plugins/net-scp-1.0.1/CHANGELOG.rdoc (added)
-
vendor/plugins/net-scp-1.0.1/Manifest (added)
-
vendor/plugins/net-scp-1.0.1/README.rdoc (added)
-
vendor/plugins/net-scp-1.0.1/Rakefile (added)
-
vendor/plugins/net-scp-1.0.1/lib (added)
-
vendor/plugins/net-scp-1.0.1/lib/net (added)
-
vendor/plugins/net-scp-1.0.1/lib/net/scp (added)
-
vendor/plugins/net-scp-1.0.1/lib/net/scp.rb (added)
-
vendor/plugins/net-scp-1.0.1/lib/net/scp/download.rb (added)
-
vendor/plugins/net-scp-1.0.1/lib/net/scp/errors.rb (added)
-
vendor/plugins/net-scp-1.0.1/lib/net/scp/upload.rb (added)
-
vendor/plugins/net-scp-1.0.1/lib/net/scp/version.rb (added)
-
vendor/plugins/net-scp-1.0.1/lib/uri (added)
-
vendor/plugins/net-scp-1.0.1/lib/uri/open-scp.rb (added)
-
vendor/plugins/net-scp-1.0.1/lib/uri/scp.rb (added)
-
vendor/plugins/net-scp-1.0.1/net-scp.gemspec (added)
-
vendor/plugins/net-scp-1.0.1/setup.rb (added)
-
vendor/plugins/net-scp-1.0.1/test (added)
-
vendor/plugins/net-scp-1.0.1/test/common.rb (added)
-
vendor/plugins/net-scp-1.0.1/test/test_all.rb (added)
-
vendor/plugins/net-scp-1.0.1/test/test_download.rb (added)
-
vendor/plugins/net-scp-1.0.1/test/test_scp.rb (added)
-
vendor/plugins/net-scp-1.0.1/test/test_upload.rb (added)
-
vendor/plugins/net-sftp-2.0.1 (added)
-
vendor/plugins/net-sftp-2.0.1/CHANGELOG.rdoc (added)
-
vendor/plugins/net-sftp-2.0.1/Manifest (added)
-
vendor/plugins/net-sftp-2.0.1/README.rdoc (added)
-
vendor/plugins/net-sftp-2.0.1/Rakefile (added)
-
vendor/plugins/net-sftp-2.0.1/lib (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp.rb (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/constants.rb (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/errors.rb (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/operations (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/operations/dir.rb (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/operations/download.rb (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/operations/file.rb (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/operations/file_factory.rb (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/operations/upload.rb (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/packet.rb (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/protocol (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/protocol.rb (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/protocol/01 (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/protocol/01/attributes.rb (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/protocol/01/base.rb (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/protocol/01/name.rb (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/protocol/02 (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/protocol/02/base.rb (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/protocol/03 (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/protocol/03/base.rb (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/protocol/04 (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/protocol/04/attributes.rb (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/protocol/04/base.rb (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/protocol/04/name.rb (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/protocol/05 (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/protocol/05/base.rb (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/protocol/06 (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/protocol/06/attributes.rb (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/protocol/06/base.rb (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/protocol/base.rb (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/request.rb (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/response.rb (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/session.rb (added)
-
vendor/plugins/net-sftp-2.0.1/lib/net/sftp/version.rb (added)
-
vendor/plugins/net-sftp-2.0.1/net-sftp.gemspec (added)
-
vendor/plugins/net-sftp-2.0.1/setup.rb (added)
-
vendor/plugins/net-sftp-2.0.1/test (added)
-
vendor/plugins/net-sftp-2.0.1/test/common.rb (added)
-
vendor/plugins/net-sftp-2.0.1/test/protocol (added)
-
vendor/plugins/net-sftp-2.0.1/test/protocol/01 (added)
-
vendor/plugins/net-sftp-2.0.1/test/protocol/01/test_attributes.rb (added)
-
vendor/plugins/net-sftp-2.0.1/test/protocol/01/test_base.rb (added)
-
vendor/plugins/net-sftp-2.0.1/test/protocol/01/test_name.rb (added)
-
vendor/plugins/net-sftp-2.0.1/test/protocol/02 (added)
-
vendor/plugins/net-sftp-2.0.1/test/protocol/02/test_base.rb (added)
-
vendor/plugins/net-sftp-2.0.1/test/protocol/03 (added)
-
vendor/plugins/net-sftp-2.0.1/test/protocol/03/test_base.rb (added)
-
vendor/plugins/net-sftp-2.0.1/test/protocol/04 (added)
-
vendor/plugins/net-sftp-2.0.1/test/protocol/04/test_attributes.rb (added)
-
vendor/plugins/net-sftp-2.0.1/test/protocol/04/test_base.rb (added)
-
vendor/plugins/net-sftp-2.0.1/test/protocol/04/test_name.rb (added)
-
vendor/plugins/net-sftp-2.0.1/test/protocol/05 (added)
-
vendor/plugins/net-sftp-2.0.1/test/protocol/05/test_base.rb (added)
-
vendor/plugins/net-sftp-2.0.1/test/protocol/06 (added)
-
vendor/plugins/net-sftp-2.0.1/test/protocol/06/test_attributes.rb (added)
-
vendor/plugins/net-sftp-2.0.1/test/protocol/06/test_base.rb (added)
-
vendor/plugins/net-sftp-2.0.1/test/protocol/test_base.rb (added)
-
vendor/plugins/net-sftp-2.0.1/test/test_all.rb (added)
-
vendor/plugins/net-sftp-2.0.1/test/test_dir.rb (added)
-
vendor/plugins/net-sftp-2.0.1/test/test_download.rb (added)
-
vendor/plugins/net-sftp-2.0.1/test/test_file.rb (added)
-
vendor/plugins/net-sftp-2.0.1/test/test_file_factory.rb (added)
-
vendor/plugins/net-sftp-2.0.1/test/test_packet.rb (added)
-
vendor/plugins/net-sftp-2.0.1/test/test_protocol.rb (added)
-
vendor/plugins/net-sftp-2.0.1/test/test_request.rb (added)
-
vendor/plugins/net-sftp-2.0.1/test/test_response.rb (added)
-
vendor/plugins/net-sftp-2.0.1/test/test_session.rb (added)
-
vendor/plugins/net-sftp-2.0.1/test/test_upload.rb (added)
-
vendor/plugins/net-ssh-2.0.2 (added)
-
vendor/plugins/net-ssh-2.0.2/CHANGELOG.rdoc (added)
-
vendor/plugins/net-ssh-2.0.2/Manifest (added)
-
vendor/plugins/net-ssh-2.0.2/README.rdoc (added)
-
vendor/plugins/net-ssh-2.0.2/Rakefile (added)
-
vendor/plugins/net-ssh-2.0.2/THANKS.rdoc (added)
-
vendor/plugins/net-ssh-2.0.2/lib (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/authentication (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/authentication/agent.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/authentication/constants.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/authentication/key_manager.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/authentication/methods (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/authentication/methods/abstract.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/authentication/methods/hostbased.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/authentication/methods/keyboard_interactive.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/authentication/methods/password.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/authentication/methods/publickey.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/authentication/pageant.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/authentication/session.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/buffer.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/buffered_io.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/config.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/connection (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/connection/channel.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/connection/constants.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/connection/session.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/connection/term.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/errors.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/key_factory.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/known_hosts.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/loggable.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/packet.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/prompt.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/proxy (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/proxy/errors.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/proxy/http.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/proxy/socks4.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/proxy/socks5.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/service (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/service/forward.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/test (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/test.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/test/channel.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/test/extensions.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/test/kex.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/test/local_packet.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/test/packet.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/test/remote_packet.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/test/script.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/test/socket.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/transport (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/transport/algorithms.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/transport/cipher_factory.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/transport/constants.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/transport/hmac (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/transport/hmac.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/transport/hmac/abstract.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/transport/hmac/md5.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/transport/hmac/md5_96.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/transport/hmac/none.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/transport/hmac/sha1.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/transport/hmac/sha1_96.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/transport/identity_cipher.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/transport/kex (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/transport/kex.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha1.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/transport/openssl.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/transport/packet_stream.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/transport/server_version.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/transport/session.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/transport/state.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/verifiers (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/verifiers/lenient.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/verifiers/null.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/verifiers/strict.rb (added)
-
vendor/plugins/net-ssh-2.0.2/lib/net/ssh/version.rb (added)
-
vendor/plugins/net-ssh-2.0.2/net-ssh.gemspec (added)
-
vendor/plugins/net-ssh-2.0.2/setup.rb (added)
-
vendor/plugins/net-ssh-2.0.2/test (added)
-
vendor/plugins/net-ssh-2.0.2/test/authentication (added)
-
vendor/plugins/net-ssh-2.0.2/test/authentication/methods (added)
-
vendor/plugins/net-ssh-2.0.2/test/authentication/methods/common.rb (added)
-
vendor/plugins/net-ssh-2.0.2/test/authentication/methods/test_abstract.rb (added)
-
vendor/plugins/net-ssh-2.0.2/test/authentication/methods/test_hostbased.rb (added)
-
vendor/plugins/net-ssh-2.0.2/test/authentication/methods/test_keyboard_interactive.rb (added)
-
vendor/plugins/net-ssh-2.0.2/test/authentication/methods/test_password.rb (added)
-
vendor/plugins/net-ssh-2.0.2/test/authentication/methods/test_publickey.rb (added)
-
vendor/plugins/net-ssh-2.0.2/test/authentication/test_agent.rb (added)
-
vendor/plugins/net-ssh-2.0.2/test/authentication/test_key_manager.rb (added)
-
vendor/plugins/net-ssh-2.0.2/test/authentication/test_session.rb (added)
-
vendor/plugins/net-ssh-2.0.2/test/common.rb (added)
-
vendor/plugins/net-ssh-2.0.2/test/configs (added)
-
vendor/plugins/net-ssh-2.0.2/test/configs/exact_match (added)
-
vendor/plugins/net-ssh-2.0.2/test/configs/wild_cards (added)
-
vendor/plugins/net-ssh-2.0.2/test/connection (added)
-
vendor/plugins/net-ssh-2.0.2/test/connection/test_channel.rb (added)
-
vendor/plugins/net-ssh-2.0.2/test/connection/test_session.rb (added)
-
vendor/plugins/net-ssh-2.0.2/test/test_all.rb (added)
-
vendor/plugins/net-ssh-2.0.2/test/test_buffer.rb (added)
-
vendor/plugins/net-ssh-2.0.2/test/test_buffered_io.rb (added)
-
vendor/plugins/net-ssh-2.0.2/test/test_config.rb (added)
-
vendor/plugins/net-ssh-2.0.2/test/test_key_factory.rb (added)
-
vendor/plugins/net-ssh-2.0.2/test/transport (added)
-
vendor/plugins/net-ssh-2.0.2/test/transport/hmac (added)
-
vendor/plugins/net-ssh-2.0.2/test/transport/hmac/test_md5.rb (added)
-
vendor/plugins/net-ssh-2.0.2/test/transport/hmac/test_md5_96.rb (added)
-
vendor/plugins/net-ssh-2.0.2/test/transport/hmac/test_none.rb (added)
