[DRE-commits] [ruby-sshkit] branch master updated (64ab762 -> 2c4766d)

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 change to branch master
in repository ruby-sshkit.

      from  64ab762   Merge tag 'upstream/1.11.4'
      adds  7ad7d9d   New upstream version 1.13.1
       new  484317f   Merge tag 'upstream/1.13.1'
       new  3da5f2f   d/patches: Refresh patches according new upstream
       new  29dadf1   d/control: Bump compat version to 10
       new  de6ae0e   d/control: Bump Standards-Version to 3.9.8 (no changes)
       new  b47ff5b   d/control: Switch to my Debian email
       new  2c4766d   prepare Debian version 1.13.1-1

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                        |  9 +++-
 CHANGELOG.md                                       | 51 ++++++++++++++++++++--
 CONTRIBUTING.md                                    | 12 +++++
 Dangerfile                                         |  1 +
 README.md                                          | 20 +++++++++
 debian/changelog                                   | 11 +++++
 debian/compat                                      |  2 +-
 debian/control                                     |  6 +--
 debian/patches/001_disabled-rubygems-bundler.patch |  9 ++--
 .../003_disabled-tests-that-require-turn.patch     | 25 +++++------
 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 +-
 32 files changed, 325 insertions(+), 42 deletions(-)
 create mode 100644 Dangerfile
 create mode 100644 test/unit/runners/test_group.rb
 create mode 100644 test/unit/runners/test_parallel.rb
 create mode 100644 test/unit/runners/test_sequential.rb

-- 
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