ruby-net-ssh 1:2.6.7-1 source package in Ubuntu

Changelog

ruby-net-ssh (1:2.6.7-1) unstable; urgency=low


  * Team upload.
  * New upstream release
    - debian/patches/disable-rubygems-in-tests.patch: Refreshed
  * debian/control: Drop the transitional packages
  * debian/control: Bump Standards-Version to 3.9.4 (no further changes)
  * debian/patches/skip-test-broken-on-1.8.patch: Also disable
    test_from_should_measure_bytesize_of_utf_8_string_correctly check with
    ruby 1.8
  * debian/patches:
    - Drop disable-test1.patch: The test is passing with ruby-test-unit 2.5.5
    - Drop disable-config-tests.patch: The input config is now existing
    - Drop fix-test-inheritance.patch: Tests are running as expected now

 -- Laurent Bigonville <email address hidden>  Sat, 06 Jul 2013 21:04:36 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-net-ssh_2.6.7-1.dsc 1.7 KiB af1ce433cf3d69edce08abd1898e1248477d3297a8de5a8b831989a4710f136e
ruby-net-ssh_2.6.7.orig.tar.gz 161.2 KiB aa8a292504713e8b45939446e215fe5bca5bdf119de74ccd4f1330c50742c1d4
ruby-net-ssh_2.6.7-1.debian.tar.gz 4.1 KiB becb4420a7cfa848cfa437034b48733c4824562cf2c73cbcb8fbae335939a9a5

Available diffs

No changes file available.

Binary packages built by this source

ruby-net-ssh: Ruby implementation of the SSH protocol

 Net::SSH is a pure-Ruby implementation of the SSH protocol. It allows
 you to write programs that invoke and interact with processes on remote
 servers, via SSH.