ztk 1.4.19 → 1.4.20

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.
@@ -9,7 +9,7 @@ module ZTK
9
9
  verbosity = ((ENV['LOG_LEVEL'] == "DEBUG") ? '-vv' : '-q')
10
10
 
11
11
  command = Array.new
12
- command << [ %(sshpass -p '#{config.password}') ] if config.password
12
+ # command << [ %(sshpass -p '#{config.password}') ] if config.password
13
13
  command << [ %(ssh) ]
14
14
  command << [ verbosity ]
15
15
  command << [ "-x" ]
@@ -35,7 +35,7 @@ module ZTK
35
35
  verbosity = ((ENV['LOG_LEVEL'] == "DEBUG") ? '-vv' : '-q')
36
36
 
37
37
  command = Array.new
38
- command << [ %(sshpass -p '#{config.proxy_password}') ] if config.proxy_password
38
+ # command << [ %(sshpass -p '#{config.proxy_password}') ] if config.proxy_password
39
39
  command << [ %(ssh) ]
40
40
  command << [ verbosity ]
41
41
  command << [ "-x" ]
data/lib/ztk/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module ZTK
2
2
 
3
3
  # ZTK Version String
4
- VERSION = "1.4.19"
4
+ VERSION = "1.4.20"
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.4.19
4
+ version: 1.4.20
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: 2013-05-21 00:00:00.000000000 Z
12
+ date: 2013-05-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: erubis
@@ -265,7 +265,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
265
265
  version: '0'
266
266
  segments:
267
267
  - 0
268
- hash: 2819603724192962944
268
+ hash: 1623916729135851728
269
269
  required_rubygems_version: !ruby/object:Gem::Requirement
270
270
  none: false
271
271
  requirements:
@@ -274,7 +274,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
274
274
  version: '0'
275
275
  segments:
276
276
  - 0
277
- hash: 2819603724192962944
277
+ hash: 1623916729135851728
278
278
  requirements: []
279
279
  rubyforge_project:
280
280
  rubygems_version: 1.8.25