ruby-shellany 0.0.1-5 source package in Ubuntu

Changelog

ruby-shellany (0.0.1-5) unstable; urgency=medium

  * set Multi-Arch: foreign by MA hinter.

 -- HIGUCHI Daisuke (VDR dai) <email address hidden>  Sat, 16 Jul 2022 15:28:46 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-shellany_0.0.1-5.dsc 2.0 KiB 094dd3d96e6f463d1dee22568bb9027dc1c675846f80fe0a10ffb2898ad691a4
ruby-shellany_0.0.1.orig.tar.gz 5.0 KiB ab034a49761b1a670eaa9aaafffea3e0ff0d326ab044ca464882ba6d1373ebcf
ruby-shellany_0.0.1-5.debian.tar.xz 3.3 KiB f2e547def248f713ea00e11be3301bb4638632c38d9cca3cd8f8c917ede9aacd

Available diffs

No changes file available.

Binary packages built by this source

ruby-shellany: MRI+JRuby compatible command output capturing

 Shellany captures command output with several features:
  * portability (should work on recent JRuby versions)
  * capturing stdout, stderr in a convenient way
  * returning the result in a convenient way
  * detecting if a shell is needed (though incomplete/primitive implementation)
  * prevents running the same command multiple times