ruby-rainbow 3.0.0-3 source package in Ubuntu

Changelog

ruby-rainbow (3.0.0-3) unstable; urgency=medium

  * Team upload.
  * d/compat: Remove obsolete file.
  * d/control: Add Rules-Requires-Root field.
    (Build-Depends): Use debhelper-compat version 12 and depend on ruby-rspec
    to fix the FTBFS (closes: #952087). Add ruby-coveralls required by specs.
    (Standards-Version): Bump to 4.5.0.
    (Depends): Use ${ruby:Depends} and remove interpreter.
  * d/copyright: Add myself.
    (Format): Fix insecure-copyright-format-uri.
  * d/rules: Add override to install upstream Changelog.md.
  * d/upstream/metadata: Add metadata.

 -- Daniel Leidert <email address hidden>  Mon, 24 Feb 2020 00:50:18 +0100

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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-rainbow_3.0.0-3.dsc 2.0 KiB 497f904e336e294d24c1b5f275e813dada68b9d16d39f810b7d420b31384ce31
ruby-rainbow_3.0.0.orig.tar.gz 14.8 KiB 5210430865b409c099bce954de9ce404edec2c92b99016cacec56b93d6713d64
ruby-rainbow_3.0.0-3.debian.tar.xz 2.8 KiB 273888175902a20894f550a9d60a2c220517c16961415c92fc1ae64c9d716621

Available diffs

No changes file available.

Binary packages built by this source

ruby-rainbow: extension of Ruby String class enabling colored text on ANSI terminals

 Rainbow extends the ruby string class to enable coloring text on
 ANSI terminals. It adds methods to the String class and allowing
 the use offoreground and background color, bright, italic, underline,
 blink, reverse, hide and reset on text for ANSI terminals.