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

Sebastien Badia sbadia at moszumanska.debian.org
Tue Apr 11 23:31:41 UTC 2017


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

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

commit 484317f4648e5673d9dde88ca902f8c0ab4e05d2
Merge: 64ab762 7ad7d9d
Author: Sebastien Badia <seb at sebian.fr>
Date:   Mon Apr 10 10:19:57 2017 +0200

    Merge tag 'upstream/1.13.1'
    
    Upstream version 1.13.1
    
    # gpg: Signature made Mon 10 Apr 2017 10:19:57 AM CEST
    # gpg:                using RSA key 7E43E9ACBF727AB3CF0885338716CE4614A452D8
    # gpg: Good signature from "Sebastien Badia <seb at sebian.fr>" [ultimate]
    # gpg:                 aka "Sebastien Badia <seb at ldn-fai.net>" [ultimate]
    # gpg:                 aka "Sebastien Badia <sebastien at badia.fr>" [ultimate]
    # gpg:                 aka "Sebastien Badia <seb at gitoyen.net>" [ultimate]
    # gpg:                 aka "Sebastien Badia <sbadia at debian.org>" [ultimate]

 .travis.yml                                      |  9 ++++-
 CHANGELOG.md                                     | 51 ++++++++++++++++++++++--
 CONTRIBUTING.md                                  | 12 ++++++
 Dangerfile                                       |  1 +
 README.md                                        | 20 ++++++++++
 lib/sshkit/backends/connection_pool.rb           | 22 +++++++++-
 lib/sshkit/backends/connection_pool/cache.rb     |  9 ++++-
 lib/sshkit/backends/connection_pool/nil_cache.rb |  4 ++
 lib/sshkit/backends/local.rb                     |  8 +++-
 lib/sshkit/backends/netssh.rb                    | 17 ++++++++
 lib/sshkit/command_map.rb                        |  2 +-
 lib/sshkit/configuration.rb                      | 10 +++++
 lib/sshkit/coordinator.rb                        |  2 +-
 lib/sshkit/runners/parallel.rb                   |  2 +-
 lib/sshkit/runners/sequential.rb                 |  2 +-
 lib/sshkit/version.rb                            |  2 +-
 sshkit.gemspec                                   |  2 +
 test/functional/backends/test_local.rb           | 24 +++++++++++
 test/functional/backends/test_netssh.rb          |  2 +-
 test/unit/backends/test_connection_pool.rb       | 13 +++++-
 test/unit/runners/test_group.rb                  | 17 ++++++++
 test/unit/runners/test_parallel.rb               | 18 +++++++++
 test/unit/runners/test_sequential.rb             | 18 +++++++++
 test/unit/test_command.rb                        |  2 +-
 test/unit/test_configuration.rb                  | 13 ++++++
 test/unit/test_coordinator.rb                    | 30 ++++++++++++++
 test/unit/test_host.rb                           |  2 +-
 27 files changed, 294 insertions(+), 20 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