Guardfile in basquiat-1.2.0 vs Guardfile in basquiat-1.3.0.pre.1

- old
+ new

@@ -14,5 +14,9 @@ guard :rubocop, { cmd: 'rubocop', cli: '-fs -c./.rubocop.yml' } do #watch(%r{.+\.rb$}) #watch(%r{(?:.+/)?\.rubocop\.yml$}) { |m| File.dirname(m[0]) } end + +guard 'yard', { cli: '-r' } do + watch(%r{lib/.+\.rb}) +end