ztk 1.10.5 → 1.10.6
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/upload.rb +1 -1
- data/lib/ztk/version.rb +1 -1
- metadata +8 -2
data/lib/ztk/ssh/upload.rb
CHANGED
|
@@ -69,7 +69,7 @@ module ZTK
|
|
|
69
69
|
opened or (options.on_progress.nil? or options.on_progress.call(:open, args) and (opened = true))
|
|
70
70
|
|
|
71
71
|
options.ui.logger.debug { "put(#{args[0].remote}, sent #{args[1]}, total #{args[0].size})" }
|
|
72
|
-
options.on_progress.nil? or options.on_progress.call(:
|
|
72
|
+
options.on_progress.nil? or options.on_progress.call(:put, args)
|
|
73
73
|
end
|
|
74
74
|
|
|
75
75
|
options.ui.logger.debug { "finish" }
|
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.10.
|
|
4
|
+
version: 1.10.6
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-01-
|
|
12
|
+
date: 2014-01-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|
|
@@ -305,12 +305,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
305
305
|
- - ! '>='
|
|
306
306
|
- !ruby/object:Gem::Version
|
|
307
307
|
version: '0'
|
|
308
|
+
segments:
|
|
309
|
+
- 0
|
|
310
|
+
hash: 2651440182341483314
|
|
308
311
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
309
312
|
none: false
|
|
310
313
|
requirements:
|
|
311
314
|
- - ! '>='
|
|
312
315
|
- !ruby/object:Gem::Version
|
|
313
316
|
version: '0'
|
|
317
|
+
segments:
|
|
318
|
+
- 0
|
|
319
|
+
hash: 2651440182341483314
|
|
314
320
|
requirements: []
|
|
315
321
|
rubyforge_project:
|
|
316
322
|
rubygems_version: 1.8.25
|