[DRE-commits] [ruby-sshkit] branch master updated (de35c55 -> c8f85c5)

Sebastien Badia sbadia-guest at moszumanska.debian.org
Tue Mar 1 14:57:24 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  de35c55   d/changelog: Update for 1.8.0-1
      adds  4a4b87c   Imported Upstream version 1.9.0~rc1
       new  62315f2   Merge tag 'upstream/1.9.0_rc1'
       new  a38d99c   d/copyright: Upstream change from GPL to MIT license
       new  c8f85c5   Add missing dependencys and update patches

The 3 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                                        |   7 +-
 CHANGELOG.md                                       |  44 ++
 CONTRIBUTING.md                                    |  10 +
 EXAMPLES.md                                        |   4 +-
 LICENSE.md                                         | 693 +--------------------
 README.md                                          |  19 +-
 Rakefile                                           |   8 +-
 debian/changelog                                   |   5 +-
 debian/control                                     |   1 +
 debian/copyright                                   |  27 +-
 debian/patches/001_disabled-rubygems-bundler.patch |  27 +-
 lib/sshkit/all.rb                                  |   3 +-
 lib/sshkit/backends/abstract.rb                    |  26 +-
 lib/sshkit/backends/connection_pool.rb             | 239 ++++---
 lib/sshkit/backends/connection_pool/cache.rb       |  67 ++
 lib/sshkit/backends/connection_pool/nil_cache.rb   |  11 +
 lib/sshkit/backends/netssh.rb                      |  14 +-
 lib/sshkit/backends/printer.rb                     |   5 +
 lib/sshkit/command.rb                              |   6 +-
 lib/sshkit/command_map.rb                          |   2 -
 lib/sshkit/configuration.rb                        |   8 +-
 lib/sshkit/coordinator.rb                          |  14 +-
 lib/sshkit/dsl.rb                                  |   2 -
 lib/sshkit/formatters/abstract.rb                  |   5 +-
 lib/sshkit/formatters/pretty.rb                    |   5 +-
 lib/sshkit/mapping_interaction_handler.rb          |   7 +-
 lib/sshkit/runners/parallel.rb                     |   7 +-
 lib/sshkit/version.rb                              |   2 +-
 sshkit.gemspec                                     |   7 +-
 test/functional/backends/test_local.rb             |   2 +-
 test/helper.rb                                     |  13 +-
 test/unit/backends/test_abstract.rb                |  36 ++
 test/unit/backends/test_connection_pool.rb         |  97 ++-
 test/unit/backends/test_printer.rb                 |  10 +-
 test/unit/formatters/test_custom.rb                |  10 +-
 test/unit/test_command_map.rb                      |   9 +
 test/unit/test_configuration.rb                    |   6 +
 test/unit/test_coordinator.rb                      |  28 +-
 test/unit/test_dsl.rb                              |  26 +
 test/unit/test_host.rb                             |   8 +-
 40 files changed, 597 insertions(+), 923 deletions(-)
 create mode 100644 lib/sshkit/backends/connection_pool/cache.rb
 create mode 100644 lib/sshkit/backends/connection_pool/nil_cache.rb
 create mode 100644 test/unit/test_dsl.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