hotdog 0.16.0 → 0.16.1

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: b815e449286ca6604e3f3b04fdd18c5588dd07ee
4
- data.tar.gz: e022e85d07a01c4738861a85f3285937949a5390
3
+ metadata.gz: c762eea37cef48b1e77ad7ff752104eeb38082e3
4
+ data.tar.gz: ec51f5cdc67ec3112188438e6f24d40e9bae4624
5
5
  SHA512:
6
- metadata.gz: 5c6f2faf19be1bb5350abf82b119fcf80ba2ae30a608a58bf387d8a3fec849de226559d4434f335bbdceab98305c9880d952d8df3e6fe56896dc3c458efcf5fc
7
- data.tar.gz: 4d75ceaba7bef826c9e86ecd68d51230325f7353960ac91a251b1152a84e2673e0c01fc7d458fd4b5e801847652ff85fe97d5fa3ab56731140b12286535ac126
6
+ metadata.gz: 5aae1f00e344f9328e033eef38e53dbcc5e3256ad4a594f3d15bf6674d6f52717f4361dc5e46c33693d7a4989044f2f66f16d139560203f18f150f1de5da4317
7
+ data.tar.gz: fc94018049aa90686ab51c81b63d8d3caebe547f57744d7bf4d3b4172af402875820b0bb0403f1762ddbfb8617e4be57e6b0e1f04775785036edc7e95b9a065e
@@ -20,7 +20,7 @@ module Hotdog
20
20
  # nop
21
21
  end
22
22
  if options[:ssh_config]
23
- cmdline << "-F" << options[:ssh_config]
23
+ cmdline << "-F" << File.expand_path(options[:ssh_config])
24
24
  end
25
25
  if options[:identity_file]
26
26
  arguments << "-i" << options[:identity_file]
@@ -22,7 +22,7 @@ module Hotdog
22
22
  # nop
23
23
  end
24
24
  if options[:ssh_config]
25
- cmdline << "-F" << options[:ssh_config]
25
+ cmdline << "-F" << File.expand_path(options[:ssh_config])
26
26
  end
27
27
  if options[:identity_file]
28
28
  arguments << "-i" << options[:identity_file]
@@ -120,7 +120,7 @@ module Hotdog
120
120
  cmdline << "-A"
121
121
  end
122
122
  if options[:ssh_config]
123
- cmdline << "-F" << options[:ssh_config]
123
+ cmdline << "-F" << File.expand_path(options[:ssh_config])
124
124
  end
125
125
  if options[:identity_file]
126
126
  cmdline << "-i" << options[:identity_file]
@@ -1,3 +1,3 @@
1
1
  module Hotdog
2
- VERSION = "0.16.0"
2
+ VERSION = "0.16.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hotdog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.16.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yamashita Yuu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-01 00:00:00.000000000 Z
11
+ date: 2016-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler