bonethug 0.0.54.7 → 0.0.54.8
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 +2 -2
- data/lib/bonethug/watcher.rb +1 -0
- metadata +1 -1
data/lib/bonethug/version.rb
CHANGED
data/lib/bonethug/watcher.rb
CHANGED
@@ -110,6 +110,7 @@ module Bonethug
|
|
110
110
|
|
111
111
|
puts 'Starting Watch Daemon...'
|
112
112
|
poll = RbConfig::CONFIG['target_os'] =~ /mswin|mingw|cygwin/i ? '--force-polling' : ''
|
113
|
+
poll = ''
|
113
114
|
cmd = 'bundle exec guard --debug ' + poll + ' --guardfile "' + target + '/.bonethug/Guardfile"'
|
114
115
|
puts cmd
|
115
116
|
exec cmd
|