ruby-tty-which 0.5.0-1 source package in Ubuntu

Changelog

ruby-tty-which (0.5.0-1) unstable; urgency=medium

  * New upstream version 0.5.0
  * Add .gitattributes to prevent exporting unneeded files in the source
    package
  * Bump debhelper-compat to 13
  * Remove patch, applied upstream
  * Bump Standards-Version to 4.6.0 (no changes needed)

 -- Cédric Boutillier <email address hidden>  Tue, 21 Sep 2021 07:41:08 +0200

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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-tty-which_0.5.0-1.dsc 1.4 KiB b87e552da3d58a1605fb050a204de0c8cbff9372e7ab768eb059300c3d58e38a
ruby-tty-which_0.5.0.orig.tar.gz 11.3 KiB e7116a505846f42ee25b8f755260b227f4e8b09a628c3ca8e5cabb05459adf14
ruby-tty-which_0.5.0-1.debian.tar.xz 2.4 KiB a6f696b768a5a980b22a188303735eb70521208840ba7a61309edfafc9a8411e

Available diffs

No changes file available.

Binary packages built by this source

ruby-tty-which: platform-independent implementation of Unix which command

 This library provides a platform-independent analogue of Unix `which`
 command.
 .
 TTY::Which has a `which` method that searches set of directories for an
 executable file based on the `PATH` environment variable, which returns
 an absolute path if the executable program exists, and `nil` otherwise.
 .
 This is part of the TTY components framework to easily build terminal
 applications in Ruby.