silver_spurs 0.0.6 → 0.0.7

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.
@@ -40,8 +40,9 @@ module SilverSpurs
40
40
 
41
41
  strap_r, strap_w = IO.pipe
42
42
 
43
- logger.debug "Knife command line: #{['knife', 'bootstrap', *arguments, ip].join ' '}"
44
- knife_pid = spawn('knife', 'bootstrap', *arguments, ip, :err => :out, :out => strap_w)
43
+ command = ['knife', 'bootstrap', *arguments, ip].join ' '
44
+ logger.debug "Knife command line: #{command}"
45
+ knife_pid = spawn(command, :err => :out, :out => strap_w)
45
46
 
46
47
  Process.waitpid(knife_pid)
47
48
  exitcode = $?.exitstatus
@@ -1,3 +1,3 @@
1
1
  module SilverSpurs
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: silver_spurs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: