ruby-commander 4.6.0-2 source package in Ubuntu

Changelog

ruby-commander (4.6.0-2) unstable; urgency=medium

  * Team upload.
  * Add patch 0001-Loosen-requirement-on-highline.patch. Closes: #1050583
  * Refresh packaging using dh-make-ruby.

 -- Lucas Nussbaum <email address hidden>  Wed, 30 Aug 2023 21:54:19 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-commander_4.6.0-2.dsc 2.1 KiB cdde91f2cefcab55d7d0ef59c10c3323953ca2bb0a145fd29bae5ed65deaae4c
ruby-commander_4.6.0.orig.tar.gz 34.2 KiB c6bf2beb1c6713904e6347f989c8ee95fab43685f402ed669418f43bf4fd0d43
ruby-commander_4.6.0-2.debian.tar.xz 4.4 KiB e622d602ab0fefa44e4254cd2f2117c1bd5769935509b4ee1b97629b69c44f40

Available diffs

No changes file available.

Binary packages built by this source

ruby-commander: Ruby command-line interface library

 "Commander" bridges the gap between other terminal related libraries
 you know and love (OptionParser, HighLine), while providing many new
 features, and an elegant API.
 .
 Features:
    * Easier than baking cookies
    * Parses options using OptionParser
    * Auto-populates struct with options:
      ( no more { |v| options[:recursive] = v } )
    * Auto-generates help documentation via pluggable help formatters
    * Optional default command when none is present
    * Global / Command level options
    * Packaged with two help formatters (Terminal, TerminalCompact)
    * Imports the highline gem for interacting with the terminal
    * Adds additional user interaction functionality
    * Highly customizable progress bar with intuitive, simple usage
    * Multi-word command name support
    * Sexy paging for long bodies of text
    * Command aliasing
    * Use the 'commander' executable to initialize a commander driven program