ztk 1.10.5 → 1.10.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -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(:get, args)
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
@@ -1,6 +1,6 @@
1
1
  module ZTK
2
2
 
3
3
  # ZTK Version String
4
- VERSION = "1.10.5"
4
+ VERSION = "1.10.6"
5
5
 
6
6
  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.10.5
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 00:00:00.000000000 Z
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