[DRE-commits] [ruby-sshkit] 01/07: Merge tag 'upstream/1.7.1'
Sebastien Badia
sbadia-guest at moszumanska.debian.org
Mon May 4 15:48:45 UTC 2015
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 669287aed6ec912c2a93b8e06c70bce837f8d9dd
Merge: add782a 3aae3a5
Author: Sebastien Badia <seb at sebian.fr>
Date: Mon May 4 14:12:57 2015 +0200
Merge tag 'upstream/1.7.1'
Upstream version 1.7.1
.gitignore | 3 +
.travis.yml | 1 -
CHANGELOG.md | 64 +++++++++++++-
EXAMPLES.md | 30 ++-----
README.md | 61 +++----------
Rakefile | 14 ++-
Vagrantfile | 4 +-
{assets => examples}/images/example_output.png | Bin
{assets => examples}/images/logo.png | Bin
lib/sshkit.rb | 4 +-
lib/sshkit/all.rb | 3 +
lib/sshkit/backends/abstract.rb | 6 +-
lib/sshkit/backends/connection_pool.rb | 55 ++++++------
lib/sshkit/backends/local.rb | 63 +++++++++----
lib/sshkit/backends/netssh.rb | 118 ++++++++++++++-----------
lib/sshkit/color.rb | 27 ++++++
lib/sshkit/command.rb | 15 ++--
lib/sshkit/command_map.rb | 3 +-
lib/sshkit/coordinator.rb | 2 -
lib/sshkit/exception.rb | 13 +++
lib/sshkit/formatters/dot.rb | 4 +-
lib/sshkit/formatters/pretty.rb | 27 +++---
lib/sshkit/formatters/simple_text.rb | 2 +-
lib/sshkit/host.rb | 11 ++-
lib/sshkit/runners/abstract.rb | 6 +-
lib/sshkit/runners/parallel.rb | 7 +-
lib/sshkit/runners/sequential.rb | 15 +++-
lib/sshkit/version.rb | 2 +-
sshkit.gemspec | 7 +-
test/functional/backends/test_local.rb | 2 +-
test/functional/backends/test_netssh.rb | 26 +++---
test/support/vagrant_wrapper.rb | 5 +-
test/unit/backends/test_connection_pool.rb | 66 ++++++++++----
test/unit/backends/test_local.rb | 4 +
test/unit/backends/test_netssh.rb | 15 ++--
test/unit/backends/test_printer.rb | 2 +-
test/unit/core_ext/test_string.rb | 4 +-
test/unit/formatters/test_dot.rb | 8 +-
test/unit/formatters/test_pretty.rb | 10 +--
test/unit/test_color.rb | 16 ++++
test/unit/test_command.rb | 34 +++----
test/unit/test_command_map.rb | 10 ++-
test/unit/test_configuration.rb | 2 +-
test/unit/test_coordinator.rb | 26 +++---
test/unit/test_host.rb | 9 ++
45 files changed, 500 insertions(+), 306 deletions(-)
--
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