Skip to content

Commit

Permalink
Update for Guard v1.1 Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dnunez24 committed Jun 10, 2012
1 parent 750e4e1 commit 8945398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/guard/yard.rb
Expand Up @@ -33,7 +33,7 @@ def run_all
true
end

def run_on_change(paths)
def run_on_changes(paths)
UI.info "[Guard::Yard] Detected changes in #{paths.join(',')}."
paths.each{ |path| document([path]) }
UI.info "[Guard::Yard] Updated documentation for #{paths.join(',')}."
Expand Down

0 comments on commit 8945398

Please sign in to comment.