rundock 0.4.7 → 0.4.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d6306278c215abde7527128864a8606e85a78f03
4
- data.tar.gz: d6860fb90bd18bc80d8899ecc8cb2e8b2e36e948
3
+ metadata.gz: 9ca8602714ab2dca12d312ddae3619c2e2632d29
4
+ data.tar.gz: 636b26551c99bb514b603f908a24778f1b2c1df4
5
5
  SHA512:
6
- metadata.gz: 2bdfc6eca1648ab3f338f07b6aa9a7fd051c9b7a5efc841e9ed9ea4cd6c3bf23d4a1b74832ceeffe091da3fc891a5c4a6247b18fc16567e2c904c81821b10569
7
- data.tar.gz: 2c60385ca9bbf563ec2a06db44b374cac5855a79a1f5c218b89d7ed71f917dcae3c43bfcdc16765591841c1c7a935c5334cdc8010926ed0ee157e9e57d2b3980
6
+ metadata.gz: 32559507e9f787ae08b05de133926e52b37d361d53391b9578068a6a1090228117a5ffc2d675c63fdafb13cb728d40ab0dc0cb26a929fa7032ed5b6fa0b31191
7
+ data.tar.gz: 8c3be830faa2de8131a1109091d59ada52966045e916413a57bd92953741ffda92324f5c4323e157da41c7c7b9d1b274a7f03becb553eb0750765c1ba2382084
@@ -53,7 +53,7 @@ module Rundock
53
53
  # replace cli ssh options if exists
54
54
  %w(:user :key :port :ssh_config :ask_password :sudo).each { |o| @node_info[@nodename.to_sym][:ssh_opts][o] = @options[o] if @options[o] }
55
55
 
56
- opts[:host] = @nodename
56
+ opts[:host] = opts[:nodename] = @nodename
57
57
  opts
58
58
  end
59
59
 
@@ -1,3 +1,3 @@
1
1
  module Rundock
2
- VERSION = '0.4.7'
2
+ VERSION = '0.4.8'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rundock
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.7
4
+ version: 0.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - hiracy