ruby-fssm 0.2.10-4 source package in Ubuntu

Changelog

ruby-fssm (0.2.10-4) unstable; urgency=medium

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Use secure URI in debian/watch.
  * Bump debhelper from old 9 to 13.
  * Update Vcs-* headers from vcswatch.
  * Update watch file format version to 4.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on ruby-rspec.

  [ Cédric Boutillier ]
  * Remove version in the gem2deb build-dependency
  * Use https:// in Vcs-* fields
  * Replace exists? by exist? in spec (ruby3.2 support)
  * Drop X?-Ruby-Versions
  * Drop explicit dependency on ruby interpreter, use ${ruby:Depends}
  * Rules does not require root
  * Bump Standards-Version to 4.6.2 (no changes needed)

 -- Cédric Boutillier <email address hidden>  Fri, 27 Oct 2023 23:41:38 +0200

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe ruby

Downloads

File Size SHA-256 Checksum
ruby-fssm_0.2.10-4.dsc 1.4 KiB 5282796f5c9e446aa2e20b55239c0879eea6d025c3b7ee2d408640b1d9453064
ruby-fssm_0.2.10.orig.tar.gz 20.5 KiB 55d223c0c008f325643a9ece9d65f1e84ba517b5fa5aabd8b40de50810ef69b3
ruby-fssm_0.2.10-4.debian.tar.xz 4.4 KiB 6d4ed9075d93c899ebeb5efd2ad2e1afb8210fdf6abd2b9acb580c8a8c78c4c1

Available diffs

No changes file available.

Binary packages built by this source

ruby-fssm: Ruby library firing events when the state of monitored paths changes

 FFSM (File System State Monitor) keeps track of the state of any number of
 paths and will fire events when said state changes (create/update/delete).
 .
 FSSM supports inotify on GNU/Linux and polling anywhere else.