[DRE-commits] [ruby-sshkit] 01/01: Merge tag 'upstream/1.11.4'

Micah Anderson micah at moszumanska.debian.org
Tue Nov 15 12:35:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

micah pushed a commit to branch master
in repository ruby-sshkit.

commit 64ab762287c1ec42c837600a4760fd2a419201aa
Merge: 873572c 0e28956
Author: Micah Anderson <micah at riseup.net>
Date:   Tue Nov 15 07:30:53 2016 -0500

    Merge tag 'upstream/1.11.4'
    
    Upstream version 1.11.4

 CHANGELOG.md                                 |  63 +++++++++++-
 EXAMPLES.md                                  |   6 +-
 README.md                                    |  28 +++---
 lib/sshkit.rb                                |   2 +-
 lib/sshkit/all.rb                            |   1 +
 lib/sshkit/backends/abstract.rb              |  14 ++-
 lib/sshkit/backends/connection_pool.rb       |   4 +-
 lib/sshkit/backends/connection_pool/cache.rb |   4 +-
 lib/sshkit/backends/local.rb                 |   3 +-
 lib/sshkit/backends/netssh.rb                |  25 ++++-
 lib/sshkit/backends/netssh/known_hosts.rb    | 143 +++++++++++++++++++++++++++
 lib/sshkit/command.rb                        |  10 +-
 lib/sshkit/command_map.rb                    |   6 +-
 lib/sshkit/configuration.rb                  |   7 +-
 lib/sshkit/formatters/pretty.rb              |   6 +-
 lib/sshkit/host.rb                           |  37 ++++---
 lib/sshkit/runners/group.rb                  |  13 ++-
 lib/sshkit/runners/sequential.rb             |  12 ++-
 lib/sshkit/version.rb                        |   2 +-
 sshkit.gemspec                               |   1 -
 test/functional/backends/test_netssh.rb      |  19 ++--
 test/helper.rb                               |   2 +-
 test/known_hosts/github                      |   1 +
 test/known_hosts/github_hash                 |   1 +
 test/known_hosts/github_ip                   |   1 +
 test/unit/backends/test_abstract.rb          |   1 +
 test/unit/backends/test_netssh.rb            |  31 +++++-
 test/unit/core_ext/test_string.rb            |  12 ---
 test/unit/formatters/test_pretty.rb          |  22 ++---
 test/unit/test_command.rb                    |   6 ++
 test/unit/test_command_map.rb                |   9 ++
 31 files changed, 387 insertions(+), 105 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