silver_spurs 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -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: