jordansissel / eventmachine-tail

Ruby EventMachine file tailing and friends. 'gem install eventmachine-tail' to install.
127 stars 16 forks source link

Wrong method in error message #8

Closed gaiottino closed 13 years ago

gaiottino commented 13 years ago

It complains that you haven't implemented the file_found when you're missing file_deleted

https://github.com/gaiottino/eventmachine-tail/commit/34bd543fadec56b77f98f940de91ba3656b5adf6

jordansissel commented 13 years ago

Fixed in master. Thanks!

I'll push a new gem when issue/7 gets fixed.