ewollesen / autotest-inotify

Teaches autotest to use inotify (on Linux) instead of filesystem polling.
http://kill-0.com/projects/autotest-inotify
MIT License
18 stars 7 forks source link

Don't require 'ruby-debug' in version releases unless really needed #3

Closed sriedel closed 14 years ago

sriedel commented 14 years ago

Otherwise I'll be forced to require ruby-debug in my bundler files for coming rails projects. Which would be slightly annoying.

ewollesen commented 14 years ago

Doh, let me get right on that.