lib/rerun.rb in rerun-0.11.0 vs lib/rerun.rb in rerun-0.12.0

- old
+ new

@@ -1,15 +1,15 @@ -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/notification" -require "rerun/runner" -require "rerun/watcher" -require "rerun/glob" - -module Rerun - -end - +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/notification" +require "rerun/runner" +require "rerun/watcher" +require "rerun/glob" + +module Rerun + +end +