Guardfile in textbringer-0.1.8 vs Guardfile in textbringer-0.1.9

- old
+ new

@@ -15,8 +15,8 @@ # # and, you'll have to watch "config/Guardfile" instead of "Guardfile" guard :shell do watch(%r'^(lib|test)/.+\.rb$') do - `ripper-tags -R` + `bundle exec tbtags -R` end end