ruby-cmdparse 3.0.7-2 source package in Ubuntu

Changelog

ruby-cmdparse (3.0.7-2) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Update standards version to 4.6.2, no changes needed.

  [ Lucas Kanashiro ]
  * d/p/0001-Fix-FTBFS-with-Ruby-3.2.patch: replace File.exists? with
    File.exist?

 -- Lucas Kanashiro <email address hidden>  Thu, 22 Feb 2024 23:18:04 -0300

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe ruby

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-cmdparse_3.0.7-2.dsc 2.1 KiB 7b4af1f2359342c8b019d5804611ad2ba345064fb9ccc1676a926fbd7fc7a1e3
ruby-cmdparse_3.0.7.orig.tar.gz 50.5 KiB f06b91a2e000aa6a66a109a847fe26c0e5262a431409a82ded189c643c3faa91
ruby-cmdparse_3.0.7-2.debian.tar.xz 5.1 KiB 1e5f0fde4ed4ccb22c06e75d38d1295465a24cc6e9273f6ef8324bc0505d9bb2

Available diffs

No changes file available.

Binary packages built by this source

ruby-cmdparse: advanced command line parsing Ruby module supporting sub-commands

 It allows the creation of command style programs, that perform different
 functions depending on which command is invoked. Additionally, nesting
 of commands, i.e. commands that take commands themselves, is also possible.
 For option parsing, the Ruby standard library optparse is used.