lib/rerun.rb in rerun-0.7.1 vs lib/rerun.rb in rerun-0.8.0

- old
+ new

@@ -1,8 +1,9 @@ here = File.expand_path(File.dirname(__FILE__)) $: << here unless $:.include?(here) require "listen" # pull in the Listen gem +require "rerun/options" require "rerun/system" require "rerun/runner" require "rerun/watcher" require "rerun/glob"