bonethug 0.0.54.4 → 0.0.54.5

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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  module Bonethug
3
- VERSION = "0.0.54.4"
4
- BUILD_DATE = "2013-10-13 09:38:51 +1300"
3
+ VERSION = "0.0.54.5"
4
+ BUILD_DATE = "2013-10-13 09:42:23 +1300"
5
5
  end
6
6
 
@@ -110,7 +110,9 @@ module Bonethug
110
110
 
111
111
  puts 'Starting Watch Daemon...'
112
112
  poll = RbConfig::CONFIG['target_os'] =~ /mswin|mingw|cygwin/i ? '--force-polling' : ''
113
- exec 'bundle exec guard --debug ' + poll + ' --guardfile "' + target + '/.bonethug/Guardfile"'
113
+ cmd = 'bundle exec guard --debug ' + poll + ' --guardfile "' + target + '/.bonethug/Guardfile"'
114
+ puts cmd
115
+ exec cmd
114
116
 
115
117
  end
116
118
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bonethug
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.54.4
4
+ version: 0.0.54.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: