ruby-listen 3.7.0-2 source package in Ubuntu

Changelog

ruby-listen (3.7.0-2) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable):
    + Build-Depends: Drop versioned constraint on ruby-rb-inotify.
  * Update standards version to 4.6.1, no changes needed.

  [ HIGUCHI Daisuke (VDR dai) ]
  * Fix FTBFS with rspec-mock 3.12 and ruby 3.1 (Closes: #1027079).
  * Drop XS-Ruby-Version and XB-Ruby-Version.
  * d/p/*: set Forwarded as not-needed.
  * eliminate lintian warning: update-debian-copyright

 -- HIGUCHI Daisuke (VDR dai) <email address hidden>  Wed, 28 Dec 2022 12:47: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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-listen_3.7.0-2.dsc 2.0 KiB b0a0f989cf47293327a514c397d71aa73ed0adbad014efd9be6353d0c53e4904
ruby-listen_3.7.0.orig.tar.gz 54.9 KiB 6853aa84bc8bb5910c59a48dcd5afe83bdb19653024b7a3a5ea046ddc5a00899
ruby-listen_3.7.0-2.debian.tar.xz 6.6 KiB d6f40981962f0e4987b15560d157596fd676786578118c9c06eda0aa13b5bdca

Available diffs

No changes file available.

Binary packages built by this source

ruby-listen: Ruby library listening to file modifications

 This Ruby library listens to file modifications and notifies you about the
 changes.
 .
 It detects file modification, addition and removal, and supports multiple
 directories from a single listener. It uses checksum comparison for
 modifications made under the same second, and allows supplying regexp-patterns
 to ignore and filter paths for better results.