You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spec.summary = "eventmachine tail - a file tail implementation with glob support"
spec.description = "Add file 'tail' implemented with EventMachine. Also includes a 'glob watch' class for watching a directory pattern for new matches, like /var/log/*.log"
spec.add_dependency("eventmachine")
spec.files = files
spec.require_paths << "lib"
spec.bindir = "bin"
spec.executables << "rtail"
# Add 'emtail' since 'rtail' conflicts with gem 'file-tail' rtail