[DRE-commits] [ruby-sshkit] 01/03: Merge tag 'upstream/1.9.0_rc1'
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 commit to branch master
in repository ruby-sshkit.
commit 62315f22907eab22ed1cf9f92778ae93de246662
Merge: de35c55 4a4b87c
Author: Sebastien Badia <seb at sebian.fr>
Date: Tue Mar 1 09:41:48 2016 -0300
Merge tag 'upstream/1.9.0_rc1'
Upstream version 1.9.0~rc1
# gpg: Signature made Tue 01 Mar 2016 09:41:43 AM BRT
# gpg: using RSA key 0x8716CE4614A452D8
# gpg: Good signature from "Sebastien Badia <seb at sebian.fr>"
# gpg: aka "Sebastien Badia <seb at ldn-fai.net>"
# gpg: aka "Sebastien Badia <sebastien at badia.fr>"
# gpg: aka "Sebastien Badia <seb at gitoyen.net>"
.travis.yml | 7 +-
CHANGELOG.md | 44 ++
CONTRIBUTING.md | 10 +
EXAMPLES.md | 4 +-
LICENSE.md | 693 +----------------------
README.md | 19 +-
Rakefile | 8 +-
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 +-
36 files changed, 563 insertions(+), 897 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