ruby-guard-shell 0.7.2-3 source package in Ubuntu

Changelog

ruby-guard-shell (0.7.2-3) unstable; urgency=medium

  * d/p/add-specs.patch: new patch, add test specs.
  * d/control,d/ruby-tests.rake: enable tests.
  * d/salsa-ci.yml: disable salsa-ci blhc and build package any tests.
  * Update Standards-Version to 4.6.2.

 -- HIGUCHI Daisuke (VDR dai) <email address hidden>  Thu, 05 Oct 2023 18:15:28 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-guard-shell_0.7.2-3.dsc 2.0 KiB 723c9afdfd6e12271456dde2ba879d43dbaaf7d79cce1099c8902c2d54e19b24
ruby-guard-shell_0.7.2.orig.tar.gz 3.2 KiB 947b01740f9e7614fc89497dc20b24ac822fcd74fb07e44373912923222085e8
ruby-guard-shell_0.7.2-3.debian.tar.xz 3.5 KiB 2333eecc55987353214f0aa97c8e75a7cbaac1320fcbc9d6ff7c6a71c71ba1b7

Available diffs

No changes file available.

Binary packages built by this source

ruby-guard-shell: Guard plugin for running shell commands

 Guard plugin to run shell commands when files are altered.
 .
 With this plugin, when a file changes it does something in a shell or ruby.
 It simply executes the block passed to watch if a change is detected,
 and if anything is returned from the block it will be printed.