[DRE-commits] [ruby-sshkit] branch master updated (add782a -> 9eff051)

Sebastien Badia sbadia-guest at moszumanska.debian.org
Mon May 4 15:48:44 UTC 2015


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  add782a   d/changelog: Prepare changelog
      adds  3aae3a5   Imported Upstream version 1.7.1
       new  669287a   Merge tag 'upstream/1.7.1'
       new  5ed74af   New upstream release (1.7.1)
       new  72e8aef   d/control: Update build-depends according new release
       new  b28e554   d/control: Bump Standards-Version (no changes)
       new  36e6b28   Update Vcs-Browser to cgit URL and HTTPS
       new  a462e64   Disable formatting tests (require ruby-turn, not yet packaged)
       new  9eff051   Prepare unstable upload

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:
 .gitignore                                         |   3 +
 .travis.yml                                        |   1 -
 CHANGELOG.md                                       |  64 ++++++++++-
 EXAMPLES.md                                        |  30 ++----
 README.md                                          |  61 +++--------
 Rakefile                                           |  14 +--
 Vagrantfile                                        |   4 +-
 debian/changelog                                   |   9 ++
 debian/control                                     |  16 +--
 debian/patches/001_disabled-rubygems-bundler.patch |   3 +-
 .../003_disabled-tests-that-require-turn.patch     |  82 ++++++++++++++
 debian/patches/series                              |   1 +
 debian/ruby-tests.rake                             |   2 +-
 {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 ++
 51 files changed, 603 insertions(+), 316 deletions(-)
 create mode 100644 debian/patches/003_disabled-tests-that-require-turn.patch
 rename {assets => examples}/images/example_output.png (100%)
 rename {assets => examples}/images/logo.png (100%)
 create mode 100644 lib/sshkit/color.rb
 create mode 100644 lib/sshkit/exception.rb
 create mode 100644 test/unit/test_color.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