ruby-net-ssh-multi 1.2.1-4 source package in Ubuntu

Changelog

ruby-net-ssh-multi (1.2.1-4) unstable; urgency=medium

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Use secure URI in Homepage field.
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Update watch file format version to 4.
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on ruby-mocha, ruby-net-ssh and
      ruby-net-ssh-gateway.
    + ruby-net-ssh-multi: Drop versioned constraint on ruby-net-ssh and
      ruby-net-ssh-gateway in Depends.

  [ Lucas Nussbaum ]
  * Refresh packaging using dh-make-ruby -w

 -- Lucas Nussbaum <email address hidden>  Thu, 14 Apr 2022 20:29:38 +0200

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe ruby
Noble release universe ruby
Mantic release universe ruby
Lunar release universe ruby

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-net-ssh-multi_1.2.1-4.dsc 2.1 KiB fbe7f276d35050aaae7cf4fc84e910beee4d5261af69d2757b85ae0895cf8349
ruby-net-ssh-multi_1.2.1.orig.tar.gz 29.6 KiB 7c89d699ce685e96ff9a7680e8ae54a536be515a26e564bf4fc4bbe94910e774
ruby-net-ssh-multi_1.2.1-4.debian.tar.xz 4.4 KiB eba86361f462d57bf83bb79697f7c6ae7f27a8ad482e123e2d93282b73debede

Available diffs

No changes file available.

Binary packages built by this source

ruby-net-ssh-multi: Ruby library for making multiple SSH connections to remote systems

 Net::SSH::Multi is a library for controlling multiple Net::SSH connections
 via a single interface. It exposes an API similar to that of
 Net::SSH::Connection::Session and Net::SSH::Connection::Channel, making it
 simpler to adapt programs designed for single connections to be used with
 multiple connections.
 .
 This library is particularly useful for automating repetitive tasks that
 must be performed on multiple machines. It executes the commands in parallel,
 and allows commands to be executed on subsets of servers (defined by groups).