0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Setting version (0.1.1), updating History. More... almost 16 years ago
Adding #deleted_files to the events array. More... almost 16 years ago
FSEvents::Event#deleted_files -- returns files deleted for this event. More... almost 16 years ago
Setting version (0.1.0), updating History. More... almost 16 years ago
Stripping trailing slash from paths. More... almost 16 years ago
Modifying stream caching strategy to store subdirs. More... almost 16 years ago
Better empty-cache behavior in Event#modified_files. More... almost 16 years ago
Modifying Stream#update_last_event to consider mode. More... almost 16 years ago
Adding stream mode. More... almost 16 years ago
Checking stream mode in Event#modified_files. More... almost 16 years ago
Modified spec to use kind_of matcher instead of block passed to with(). More... almost 16 years ago
Setting version (0.0.2), updating History, README, and Manifest for changes. More... almost 16 years ago
Extending the events array with #files and #modified_files. More... almost 16 years ago
Housecleaning. More... almost 16 years ago
Added FSEvents::Stream#run as a way to easily run the stream. More... almost 16 years ago
FSEvents::Event#modified_files -- uses the stream last event time to get modified files in the event path. More... almost 16 years ago
FSEvents::Stream now stores the time of its last event. More... almost 16 years ago
FSEvents::Stream now creates FSEvents::Event objects to pass to the callback (instead of just simple paths). More... almost 16 years ago
Creating FSEvents::Event class, mostly to make getting files from the path easier. More... almost 16 years ago
Reorganizing the startup spec code, moving it to a better place in the spec. More... almost 16 years ago
Adding FSEvents::Stream.watch, which returns a newly created FSEvents::Stream object and starts it up. More... almost 16 years ago
Adding FSEvents::Stream.create, which returns a new FSEvents::Stream object with the stream created. More... almost 16 years ago
Requiring a callback block for initialization. More... almost 16 years ago
Completing initialization refactoring, simplifying initialization. More... almost 16 years ago
Continuing initialization refactoring, creating fs event stream. More... almost 16 years ago
Continuing initialization refactoring, stream callback. More... almost 16 years ago
Continuing initialization refactoring, storing callback block. More... almost 16 years ago
Refactoring FSEvents::Stream initialization to not do too much. More... almost 16 years ago
Letting paths default to present working directory. More... almost 16 years ago
Letting stream initialization accept multiple paths (not as an array). More... almost 16 years ago