lib/guard/preek/templates/Guardfile in guard-preek-0.0.4 vs lib/guard/preek/templates/Guardfile in guard-preek-0.0.5
- old
+ new
@@ -1,7 +1,7 @@
# A sample Guardfile
# More info at https://github.com/guard/guard#readme
guard :preek, run_all_dir: 'lib' do
- watch(/lib\/(.*).rb/)
+ watch(/^lib\/(.*).rb/)
end