ztk 1.10.0 → 1.10.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -53,11 +53,11 @@ module ZTK
53
53
 
54
54
  # Iterate the keys and proxy_keys, converting them as needed.
55
55
  def process_keys
56
- config.keys = config.keys.collect do |key|
56
+ config.keys = [config.keys].flatten.compact.collect do |key|
57
57
  process_key(key)
58
58
  end
59
59
 
60
- config.proxy_keys = config.proxy_keys.collect do |proxy_key|
60
+ config.proxy_keys = [config.proxy_keys].flatten.compact.collect do |proxy_key|
61
61
  process_key(proxy_key)
62
62
  end
63
63
  end
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.0"
4
+ VERSION = "1.10.1"
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.0
4
+ version: 1.10.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -307,7 +307,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
307
307
  version: '0'
308
308
  segments:
309
309
  - 0
310
- hash: -3144121438206062484
310
+ hash: 2541131187377809140
311
311
  required_rubygems_version: !ruby/object:Gem::Requirement
312
312
  none: false
313
313
  requirements:
@@ -316,7 +316,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
316
316
  version: '0'
317
317
  segments:
318
318
  - 0
319
- hash: -3144121438206062484
319
+ hash: 2541131187377809140
320
320
  requirements: []
321
321
  rubyforge_project:
322
322
  rubygems_version: 1.8.25