bonethug 0.0.12 → 0.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/bonethug/version.rb +1 -1
- data/lib/bonethug/watcher.rb +3 -3
- metadata +1 -1
data/lib/bonethug/version.rb
CHANGED
data/lib/bonethug/watcher.rb
CHANGED
|
@@ -88,10 +88,10 @@ module Bonethug
|
|
|
88
88
|
end
|
|
89
89
|
|
|
90
90
|
puts 'Starting Watch Daemon...'
|
|
91
|
-
puts "Guardfile content "
|
|
92
|
-
puts guardfile_content
|
|
91
|
+
# puts "Guardfile content "
|
|
92
|
+
# puts guardfile_content
|
|
93
93
|
cmd = 'bundle exec guard --guardfile ' + target + '/.bonethug/Guardfile'
|
|
94
|
-
puts "calling: " + cmd
|
|
94
|
+
# puts "calling: " + cmd
|
|
95
95
|
exec cmd
|
|
96
96
|
|
|
97
97
|
# puts 'Starting Watch Daemons...'
|