ruby-commander 4.4.4-1 source package in Ubuntu

Changelog

ruby-commander (4.4.4-1) unstable; urgency=medium

  * Team upload.

  [ HIGUCHI Daisuke (VDR dai) ]
  * New upstream release
  * update upstream homepage.
  * eliminate lintian warning: insecure-copyright-format-uri
  * Move Vcs-* to salsa.debian.org
  * Bump debhelper compatibility level to 11
  * Update Standards-Version to 4.1.3

 -- HIGUCHI Daisuke (VDR dai) <email address hidden>  Sat, 17 Feb 2018 23:48:14 +0900

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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-commander_4.4.4-1.dsc 2.1 KiB 93f396125e1f98765cf57008b85588a260ec849bc7b7df171853ce8cfdfbf0de
ruby-commander_4.4.4.orig.tar.gz 32.0 KiB 6fe2b99e83c4e160bb25aefe52a507eeb2bda6a9efd28d87e55897bb2cda8a63
ruby-commander_4.4.4-1.debian.tar.xz 3.8 KiB 3cb107a2a8661fb2c804158310d279450b89bf34a17ac7122a58edaca17c6c8c

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