ruby-guard 2.14.2-2 source package in Ubuntu

Changelog

ruby-guard (2.14.2-2) unstable; urgency=medium

  * d/p/do_not_use_gem_bin_path.patch: use full path for _guard-core.
  * eliminate lintian warning: insecure-copyright-format-url
  * Move Vcs-* to salsa.debian.org
  * Bump debhelper compatibility level to 11.

 -- HIGUCHI Daisuke (VDR dai) <email address hidden>  Sat, 03 Mar 2018 12:04:08 +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-guard_2.14.2-2.dsc 2.3 KiB b954a09def61ec58c89c0d6211e11dae2c0056b8813cff5e8ee2c0ebabfd1c37
ruby-guard_2.14.2.orig.tar.gz 262.6 KiB c3daf8c39bc631f97b484dd5b9b891458cd42004043ac2bf7ba7df4f8512bc88
ruby-guard_2.14.2-2.debian.tar.xz 3.8 KiB 21bb117b1281375646048a65136b5f437e04295131027c85be05d1acd137ea4d

Available diffs

No changes file available.

Binary packages built by this source

ruby-guard: Commandline to easily handle events on file system modifications

 Guard automates various tasks by running custom rules whenever file or
 directories are modified.
 It's frequently used by software developers, web designers, writers and other
 specialists to avoid mundane, repetitive actions and commands such as
 "relaunching" tools after changing source files or configurations.
 .
 Features:
  * File system changes handled by awesome Listen gem.
  * Support for visual system notifications.
  * Huge eco-system with more than 220 Guard plugins.
  * Tested against Ruby 2.2.8, 2.3.5, 2.4.2, JRuby & Rubinius.