lib/guard/cane.rb in guard-cane-0.1.3 vs lib/guard/cane.rb in guard-cane-0.1.4

- old
+ new

@@ -27,10 +27,10 @@ def run_all cane end - def run_on_changes(paths) + def run_on_modifications(paths) cane paths end def cane(paths = []) command = build_command(paths)