Guardfile in hash_deep_diff-0.4.0 vs Guardfile in hash_deep_diff-0.4.1
- old
+ new
@@ -18,10 +18,9 @@
# and, you'll have to watch "config/Guardfile" instead of "Guardfile"
guard :rubocop do
watch(/.+\.rb$/)
watch(/.+\.gemspec$/)
- watch(%r{(?:.+/)?\.rubocop(?:_todo)?\.yml$}) { |m| File.dirname(m[0]) }
end
guard :minitest do
# with Minitest::Unit
watch(%r{^test/(.*)/?test_(.*)\.rb$})