ruby-guard 2.18.1-2 source package in Ubuntu

Changelog

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

  * d/p/ignore-unicode-emoji-ambiguous-whitespaces-with-formatador-0.3+.patch:
    New patch. Ignore unicode emoji ambiguous whitespaces with formatador 0.3+.
    See also:
      - https://github.com/guard/guard/pull/986#issuecomment-1303991720
      - https://github.com/geemus/formatador/pull/26
      - https://github.com/hamano/locale-eaw (in Japanese)

 -- HIGUCHI Daisuke (VDR dai) <email address hidden>  Tue, 26 Sep 2023 14:41: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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-guard_2.18.1-2.dsc 2.1 KiB 0bd695be96847d3c6316514e21cd2cd7c3108c70916534bc80752afd417bab09
ruby-guard_2.18.1.orig.tar.gz 265.4 KiB 2d362fb232b2c77004a2df7adb56ce492763799b09d1f138f303f8c59d78ab8e
ruby-guard_2.18.1-2.debian.tar.xz 8.0 KiB f563e84bcbf1283f720720e2dc7c83404b91065a6396ba58c5dc333ad47b4ab0

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.