Source: ruby-fssm Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Micah Anderson , Cédric Boutillier Build-Depends: debhelper (>= 9~), gem2deb (>= 0.7.5~), rake, ruby-rspec (>= 2.4.0) Standards-Version: 3.9.7 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-fssm.git Vcs-Browser: https://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-fssm.git;a=summary Homepage: https://github.com/ttilley/fssm XS-Ruby-Versions: all Package: ruby-fssm Architecture: any XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends} Recommends: ruby-rb-inotify [linux-any] Description: 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.