ruby-session 3.2.0-1 source package in Ubuntu

Changelog

ruby-session (3.2.0-1) unstable; urgency=medium


  * new upstream release
  * bumped compat, dh to 9
  * updated to 3.9.5 standards
  * d/control:
    - DM-Upload-Allowed flag removed (obsolete)
    - canonicalized Vcs-* fields
    - updated descriptions based on upstream
    - revised homepage
  * d/copyright:
    - updated years
    - added self for debian/* files
    - DEP5 copyright-format/1.0 official URL in Format field
    - fixed blank lines (need a dot)
    - rearranged, realigned

 -- Caitlin Matos <email address hidden>  Wed, 23 Jul 2014 11:19:16 -0400

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
Xenial release universe ruby

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-session_3.2.0-1.dsc 1.7 KiB d2074af2e392a0869ebe1787da5e898243087a2e9e093d6a1b7b2f1ee03ea884
ruby-session_3.2.0.orig.tar.gz 14.9 KiB c01cc4b89d9a4a68dc0753cf222ed46579fbfdb0a14e68094dcdc767930f4e90
ruby-session_3.2.0-1.debian.tar.xz 3.0 KiB f6d7a7a7d310d7ebda5edb22941e214e16d487de2d6e9921d8ad1e2590d5ac1f

No changes file available.

Binary packages built by this source

ruby-session: persistent connections with external programs like bash (via pipes)

 Session::* offers a set of classes built upon Open3::popen3 for driving
 persistent connections with external programs (such as bash) via pipes.
 It offers a significant abstraction over Open3::popen in that the
 stdout/stderr of each command sent can be delineated.