ruby-path-expander 1.1.0-2 source package in Ubuntu

Changelog

ruby-path-expander (1.1.0-2) unstable; urgency=medium

  * Source-only upload.
  * Add myself as an uploader

 -- Utkarsh Gupta <email address hidden>  Wed, 19 Aug 2020 19:18:32 +0530

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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-path-expander_1.1.0-2.dsc 2.1 KiB b302587d17c332afdef61da1a675bd531d09c75a34bc8e762034655906a80ea6
ruby-path-expander_1.1.0.orig.tar.gz 7.8 KiB 410ed7bdf56ade9dab87b678df4d4960d2fffc292e937cc578bfefbb13633197
ruby-path-expander_1.1.0-2.debian.tar.xz 2.4 KiB 490a652a55367d115d8fa1ba4bf95eca5059320e9b93acfc0acbac4996516e29

Available diffs

No changes file available.

Binary packages built by this source

ruby-path-expander: PathExpander helps pre-process command-line arguments

 PathExpander helps pre-process command-line arguments expanding
 directories into their constituent files. It further helps by
 providing additional mechanisms to make specifying subsets easier
 with path subtraction and allowing for command-line arguments to be
 saved in a file.
 .
 NOTE: this is NOT an options processor. It is a path processor
 (basically everything else besides options). It does provide a
 mechanism for pre-filtering cmdline options, but not with the intent
 of actually processing them in PathExpander. Use OptionParser to
 deal with options either before or after passing ARGV through
 PathExpander.