[DRE-commits] [ruby-sshkit] branch master updated (81d4726 -> a026a64)

Sebastien Badia sbadia-guest at moszumanska.debian.org
Mon Feb 29 18:58:49 UTC 2016


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

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

      from  81d4726   control: Switch to https for homepage
       new  c39dab4   d/control: Bump Standards-Version to 3.9.7 (no changes)
       new  4c8440c   d/control: Update Vcs-* fields (use https erverywhere)
       new  6d396f5   d/watch: Update watch file, use version 4
      adds  dd28cbb   Imported Upstream version 1.8.0
       new  4bf6179   Merge tag 'upstream/1.8.0'
       new  f9aa6fa   Update Debian packaging using dh-make-ruby
       new  7c835cc   d/patches: Refresh patchs
       new  a026a64   Prepare Debian version 1.8.0-1

The 7 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                                        |   4 +-
 BREAKING_API_WISHLIST.md                           |  14 +
 CHANGELOG.md                                       |  74 ++++
 CONTRIBUTING.md                                    |  43 ++
 EXAMPLES.md                                        | 434 +++++++++++++--------
 Gemfile                                            |   7 +
 README.md                                          | 283 +++++++++++++-
 RELEASING.md                                       |  24 +-
 Rakefile                                           |   8 +
 debian/changelog                                   |  12 +
 debian/control                                     |   9 +-
 debian/patches/002_fix-local-test-cd.patch         |   6 +-
 .../003_disabled-tests-that-require-turn.patch     | 127 +++---
 debian/rules                                       |  13 +-
 debian/watch                                       |   7 +-
 lib/sshkit.rb                                      |   9 -
 lib/sshkit/all.rb                                  |  10 +-
 lib/sshkit/backends/abstract.rb                    |  84 ++--
 lib/sshkit/backends/connection_pool.rb             |  65 ++-
 lib/sshkit/backends/local.rb                       |  71 +---
 lib/sshkit/backends/netssh.rb                      | 143 +++----
 lib/sshkit/backends/printer.rb                     |  26 +-
 lib/sshkit/backends/skipper.rb                     |  12 +-
 lib/sshkit/color.rb                                |  71 +++-
 lib/sshkit/command.rb                              | 115 +++---
 lib/sshkit/configuration.rb                        |  43 +-
 lib/sshkit/deprecation_logger.rb                   |  17 +
 lib/sshkit/formatters/abstract.rb                  |  32 +-
 lib/sshkit/formatters/black_hole.rb                |   3 +-
 lib/sshkit/formatters/dot.rb                       |  13 +-
 lib/sshkit/formatters/pretty.rb                    |  87 ++---
 lib/sshkit/formatters/simple_text.rb               |  50 +--
 lib/sshkit/host.rb                                 |  11 +-
 lib/sshkit/logger.rb                               |   1 -
 lib/sshkit/mapping_interaction_handler.rb          |  47 +++
 lib/sshkit/runners/parallel.rb                     |   2 +-
 lib/sshkit/runners/sequential.rb                   |   2 +-
 lib/sshkit/utils/capture_output_methods.rb         |  13 -
 lib/sshkit/version.rb                              |   2 +-
 sshkit.gemspec                                     |   1 -
 test/functional/backends/test_local.rb             |  15 +-
 test/functional/backends/test_netssh.rb            | 108 ++---
 test/functional/test_coordinator.rb                |  17 -
 test/helper.rb                                     |   4 +-
 test/unit/backends/test_abstract.rb                | 145 +++++++
 test/unit/backends/test_connection_pool.rb         |  29 +-
 test/unit/backends/test_printer.rb                 |  94 ++---
 test/unit/formatters/test_custom.rb                |  65 +++
 test/unit/formatters/test_dot.rb                   |  57 ++-
 test/unit/formatters/test_pretty.rb                | 136 +++++--
 test/unit/formatters/test_simple_text.rb           |  83 ++++
 test/unit/test_color.rb                            |  74 +++-
 test/unit/test_command.rb                          |  71 +++-
 test/unit/test_command_map.rb                      |   4 -
 test/unit/test_configuration.rb                    |  54 ++-
 test/unit/test_coordinator.rb                      |  97 +++--
 test/unit/test_deprecation_logger.rb               |  38 ++
 test/unit/test_host.rb                             |   7 +-
 test/unit/test_logger.rb                           |   1 -
 test/unit/test_mapping_interaction_handler.rb      | 101 +++++
 60 files changed, 2205 insertions(+), 990 deletions(-)
 create mode 100644 BREAKING_API_WISHLIST.md
 create mode 100644 lib/sshkit/deprecation_logger.rb
 create mode 100644 lib/sshkit/mapping_interaction_handler.rb
 delete mode 100644 lib/sshkit/utils/capture_output_methods.rb
 delete mode 100644 test/functional/test_coordinator.rb
 create mode 100644 test/unit/backends/test_abstract.rb
 create mode 100644 test/unit/formatters/test_custom.rb
 create mode 100644 test/unit/formatters/test_simple_text.rb
 create mode 100644 test/unit/test_deprecation_logger.rb
 create mode 100644 test/unit/test_mapping_interaction_handler.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