[DRE-commits] [ruby-sshkit] 02/05: Merge tag 'upstream/1.4.0'
Sebastien Badia
sbadia-guest at moszumanska.debian.org
Mon Apr 21 14:02:38 UTC 2014
This is an automated email from the git hooks/post-receive script.
sbadia-guest pushed a commit to branch master
in repository ruby-sshkit.
commit e70806e798ee6eaca8378fcec262893055d481d2
Merge: 2123c05 9d85e94
Author: Sebastien Badia <seb at sebian.fr>
Date: Mon Apr 21 15:25:49 2014 +0200
Merge tag 'upstream/1.4.0'
Upstream version 1.4.0
.gitignore | 5 +
.travis.yml | 7 +
.yardopts | 1 +
CHANGELOG.md | 419 +++++++++++++
CONTRIBUTING.md | 4 +
EXAMPLES.md | 365 +++++++++++
FAQ.md | 41 ++
Gemfile | 8 +
LICENSE.md | 674 +++++++++++++++++++++
README.md | 293 +++++++++
RELEASING.md | 10 +
Rakefile | 31 +
Vagrantfile | 17 +
assets/images/example_output.png | Bin 0 -> 83736 bytes
assets/images/logo.png | Bin 0 -> 4971 bytes
lib/core_ext/array.rb | 5 +
lib/core_ext/hash.rb | 11 +
lib/sshkit.rb | 35 ++
lib/sshkit/all.rb | 33 +
lib/sshkit/backends/abstract.rb | 136 +++++
lib/sshkit/backends/connection_pool.rb | 66 ++
lib/sshkit/backends/local.rb | 63 ++
lib/sshkit/backends/netssh.rb | 185 ++++++
lib/sshkit/backends/printer.rb | 35 ++
lib/sshkit/backends/skipper.rb | 31 +
lib/sshkit/command.rb | 231 +++++++
lib/sshkit/command_map.rb | 72 +++
lib/sshkit/configuration.rb | 54 ++
lib/sshkit/coordinator.rb | 41 ++
lib/sshkit/dsl.rb | 17 +
lib/sshkit/formatters/abstract.rb | 26 +
lib/sshkit/formatters/black_hole.rb | 16 +
lib/sshkit/formatters/dot.rb | 27 +
lib/sshkit/formatters/pretty.rb | 81 +++
lib/sshkit/formatters/simple_text.rb | 58 ++
lib/sshkit/host.rb | 185 ++++++
lib/sshkit/log_message.rb | 13 +
lib/sshkit/logger.rb | 10 +
lib/sshkit/runners/abstract.rb | 25 +
lib/sshkit/runners/group.rb | 21 +
lib/sshkit/runners/null.rb | 12 +
lib/sshkit/runners/parallel.rb | 21 +
lib/sshkit/runners/sequential.rb | 21 +
lib/sshkit/utils/capture_output_methods.rb | 13 +
lib/sshkit/version.rb | 3 +
sshkit.gemspec | 30 +
test/boxes.json | 17 +
test/functional/backends/test_local.rb | 40 ++
test/functional/backends/test_netssh.rb | 139 +++++
test/functional/test_coordinator.rb | 17 +
...est_ssh_server_comes_up_for_functional_tests.rb | 24 +
test/helper.rb | 84 +++
test/support/vagrant_wrapper.rb | 56 ++
test/unit/backends/test_connection_pool.rb | 79 +++
test/unit/backends/test_local.rb | 18 +
test/unit/backends/test_netssh.rb | 55 ++
test/unit/backends/test_printer.rb | 73 +++
test/unit/core_ext/test_string.rb | 12 +
test/unit/formatters/test_dot.rb | 65 ++
test/unit/formatters/test_pretty.rb | 51 ++
test/unit/test_command.rb | 217 +++++++
test/unit/test_command_map.rb | 56 ++
test/unit/test_configuration.rb | 65 ++
test/unit/test_coordinator.rb | 110 ++++
test/unit/test_host.rb | 130 ++++
test/unit/test_logger.rb | 18 +
66 files changed, 4778 insertions(+)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-sshkit.git
More information about the Pkg-ruby-extras-commits
mailing list