ruby-capture-output 1.0.0-3 source package in Ubuntu

Changelog

ruby-capture-output (1.0.0-3) unstable; urgency=medium

  [ Cédric Boutillier ]
  * Bump debhelper compatibility level to 9
  * Use https:// in Vcs-* fields
  * Bump Standards-Version to 3.9.7 (no changes needed)
  * Run wrap-and-sort on packaging files

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Use secure URI in Homepage field.
  * Bump debhelper from old 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.

  [ Cédric Boutillier ]
  * [ci skip] Update team name
  * [ci skip] Add .gitattributes to keep unwanted files out of the source
    package

  [ Alexander Gerasiov ]
  * d/control: Bump Standards-Version (no changes needed.)
  * d/watch: Use gemwatch.debian.net instead of alioth.

 -- Alexander GQ Gerasiov <email address hidden>  Wed, 06 Jan 2021 19:34:27 +0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-capture-output_1.0.0-3.dsc 1.7 KiB e43713ad8b9705bc0756b1fdf5456f11904c4b17eabf46deb0179460d8d38deb
ruby-capture-output_1.0.0.orig.tar.gz 4.4 KiB ac3df4827acf66c7cce0a58ceea2651cc9cfc12c2f8be2a9c55c41cdec8656ea
ruby-capture-output_1.0.0-3.debian.tar.xz 3.4 KiB 505d1c3a2332c893b859120e7b42b6fccfe673f512ba679771dad19bd383a046

Available diffs

No changes file available.

Binary packages built by this source

ruby-capture-output: Ruby library to grab given IO output and return it as a string

 Provides Capture.output, Capture.stdout and Capture.stderr methods that can be
 used to grab output generated by current or spawned process.
 .
 This is useful for testing when you need to start a process and check its
 output or when you need to check current process output.