ruby-tty-reader 0.9.0-1 source package in Ubuntu

Changelog

ruby-tty-reader (0.9.0-1) unstable; urgency=low

  * Team upload.

  [ Debian Janitor ]
  * Set field Upstream-Contact in debian/copyright.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).

  [ Athos Ribeiro ]
  * d/watch: Use github tarball to include test suite
  * New upstream version 0.9.0
  * d/control:
    - Adjust dependencies
    - Bump Standards-Version to 4.6.0
    - Move to compat level 13
  * d/control:
  * d/p/0001-drop-bundler.patch: Refresh patch
  * d/p/0002-bring-back-rspec-helper.patch: Drop patch applied upstream
  * d/p/0003-spec-helper-missing-require.patch: Drop patch applied upstream

 -- Athos Ribeiro <email address hidden>  Thu, 21 Oct 2021 19:01:09 -0300

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Low 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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-tty-reader_0.9.0-1.dsc 2.1 KiB df196bea0d254061ecda8674fd67effe7b2e3f32bb7114084463e7a64c0547b9
ruby-tty-reader_0.9.0.orig.tar.gz 450.2 KiB 970cab15cfbe28388ec6f86b16b02c09c062be90b84de8ece4a5c1e1db69b555
ruby-tty-reader_0.9.0-1.debian.tar.xz 2.9 KiB 3909d24603ed9bd4a17b5bb2dfa3b1cdecf1cb3d9ec8d76fcbacf2c8121d77e3

Available diffs

No changes file available.

Binary packages built by this source

ruby-tty-reader: Library for processing keyboard input in character, line and multiline modes

 This pure Ruby library allows terminal applications to provide convenient text
 input. It maintains a history of entered input with an ability to recall and
 re-edit those inputs. It can listen for keystroke events and trigger custom key
 events.
 .
 It is a component of the TTY Toolkit.