ztk 1.3.1 → 1.3.2
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.
- data/lib/ztk/ssh/exec.rb +0 -1
- data/lib/ztk/version.rb +1 -1
- metadata +3 -3
data/lib/ztk/ssh/exec.rb
CHANGED
|
@@ -59,7 +59,6 @@ module ZTK
|
|
|
59
59
|
begin
|
|
60
60
|
Timeout.timeout(options.timeout) do
|
|
61
61
|
ZTK::RescueRetry.try(:tries => 3, :on => EOFError) do
|
|
62
|
-
@ssh = Net::SSH.start(options.host_name, options.user, ssh_options)
|
|
63
62
|
|
|
64
63
|
channel = ssh.open_channel do |chan|
|
|
65
64
|
options.ui.logger.debug { "Channel opened." }
|
data/lib/ztk/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ztk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -246,7 +246,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
246
246
|
version: '0'
|
|
247
247
|
segments:
|
|
248
248
|
- 0
|
|
249
|
-
hash:
|
|
249
|
+
hash: -2695640330954509398
|
|
250
250
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
251
251
|
none: false
|
|
252
252
|
requirements:
|
|
@@ -255,7 +255,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
255
255
|
version: '0'
|
|
256
256
|
segments:
|
|
257
257
|
- 0
|
|
258
|
-
hash:
|
|
258
|
+
hash: -2695640330954509398
|
|
259
259
|
requirements: []
|
|
260
260
|
rubyforge_project:
|
|
261
261
|
rubygems_version: 1.8.25
|