ztk 1.3.2 → 1.3.3
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 +2 -2
- data/lib/ztk/version.rb +1 -1
- metadata +3 -3
data/lib/ztk/ssh/exec.rb
CHANGED
|
@@ -102,11 +102,11 @@ module ZTK
|
|
|
102
102
|
output += data
|
|
103
103
|
end
|
|
104
104
|
|
|
105
|
-
ch.on_request("exit-status") do |
|
|
105
|
+
ch.on_request("exit-status") do |c, data|
|
|
106
106
|
exit_code = data.read_long
|
|
107
107
|
end
|
|
108
108
|
|
|
109
|
-
ch.on_request("exit-signal") do |
|
|
109
|
+
ch.on_request("exit-signal") do |c, data|
|
|
110
110
|
exit_signal = data.read_long
|
|
111
111
|
end
|
|
112
112
|
|
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.3
|
|
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: -566135137334067410
|
|
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: -566135137334067410
|
|
259
259
|
requirements: []
|
|
260
260
|
rubyforge_project:
|
|
261
261
|
rubygems_version: 1.8.25
|