Move filewatch lib here, refactor and add new features. by guyboertje · Pull Request #171 · logstash-plugins/logstash-input-file

NOTES for Reviewers: There are a lot of code changes, mainly to split the monolithic procedures filewatch had before into separate classes. BEFORE (filewatch 0.9.0): watched_file.rb -> WatchedFile ...