ztk 1.3.1 → 1.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/ztk/ssh/exec.rb +0 -1
  2. data/lib/ztk/version.rb +1 -1
  3. 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
@@ -21,6 +21,6 @@
21
21
  module ZTK
22
22
 
23
23
  # ZTK Version String
24
- VERSION = "1.3.1"
24
+ VERSION = "1.3.2"
25
25
 
26
26
  end
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.1
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: 368115665755490767
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: 368115665755490767
258
+ hash: -2695640330954509398
259
259
  requirements: []
260
260
  rubyforge_project:
261
261
  rubygems_version: 1.8.25