Registry / utility / fssm
library0.2.10rbrubygemsunverified

File System State Monitor that tracks path changes using FSEvents, Inotify, or polling.

gem install fssm
INSTALL
IMPORT
SIG · FSSM
F
fssm
utilityrubyv0.2.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FSSM
require 'fssm'

Monitor a directory for file changes

require 'fssm' FSSM.monitor('/path/to/dir') do update { |base, relative| puts "#{relative} updated" } end
Debug
Known issues
breakingFSSM is unmaintained and may not work on modern Ruby versions
fix
Use listen gem or ruby-filewatch instead
affects: >= 0.2.10
Upgrade
Version history
0.2.10latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
fssm — gem install fssm · libregistry