ruby-guard 2.14.2-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * d/watch: watch github release instead of rubygem due to lacking specs.
  * d/p/add_specs.patch: remove due to import upstream source with specs.
  * d/p/do_not_use_git_ls-files.patch: do not use `git ls-files` in gemspec.
  * refresh patch.
  * bump up Standards-Version 4.1.3.

 -- HIGUCHI Daisuke (VDR dai) <email address hidden>  Thu, 04 Jan 2018 18:35:33 +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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-guard_2.14.2-1.dsc 2.3 KiB 34eb93aa40f2a82d0e513166575f92d14cc42e8147017858c2b8e053bfa673c4
ruby-guard_2.14.2.orig.tar.gz 262.6 KiB c3daf8c39bc631f97b484dd5b9b891458cd42004043ac2bf7ba7df4f8512bc88
ruby-guard_2.14.2-1.debian.tar.xz 3.7 KiB 257e9a750a23fe7343f41f12bc2cdeaee32152dd16a7e22692f1ea1f97ab3f5c

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.