aws_ssh 0.1.6 → 0.1.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1547628a076b3d5b24d15ad42b5f9e9cb4e00717
4
- data.tar.gz: 7d7042c6a3942c7698a103c429d49b7fca991f8f
3
+ metadata.gz: 458fe357183686bc9be27dba0548a13b6edc9582
4
+ data.tar.gz: 8de0c19768895dddd4d9678c9d91f0c651fb4b98
5
5
  SHA512:
6
- metadata.gz: e65701700cebb3276ecd0decc906052e8983966139d23e40224319380e938933eab68933da5fdc2ba64f5b62d9be3279018d2a24f731afd71a5bd3ce969818f6
7
- data.tar.gz: 7b8d85eac78d55ac7617fee1fcb4a5f2ecd4182478578f7a86599f696f9b30098abe7c29489d5075fe076efe04f949c51d153433a8bfdb8be33209ca5f46f198
6
+ metadata.gz: 219bbcad7baaa65d0043ee93f29dec8a325a50cff5fd3225f109861284d84b3d752a32006ebd4e0cc8d0f03454a42776784f6b900240745a92482faeef935424
7
+ data.tar.gz: 9594a6f336e1c3a1170bfc4a82e27fb940f7a6bbb6930f4bcf0ff94bc9ba70a8ead4a12de4a77a0554c795a8054ef6c0e361e7de80a54e67f269f27c87f93e34
@@ -23,6 +23,11 @@ module AWS_SSH
23
23
  puts "Do you want to use a ProxyCommand? #{extras}: ".colorize(:yellow)
24
24
  newcmd = gets.chomp
25
25
  cmd = if newcmd.length > 0 && newcmd == "y" && ! found.nil? then found elsif newcmd.length >0 then newcmd else "" end
26
+ if cmd.nil?
27
+ puts "No command selected".colorize(:green)
28
+ else
29
+ puts "Using #{cmd}".colorize(:green)
30
+ end
26
31
  return cmd
27
32
  end
28
33
 
@@ -31,8 +36,9 @@ module AWS_SSH
31
36
  end
32
37
 
33
38
  def self.ssh_proxy_per_host?
34
- no_proxy_version = 6.6
35
- return AWS_SSH::SSH.ssh_version < no_proxy_version
39
+ # no_proxy_version = 6.6
40
+ # return AWS_SSH::SSH.ssh_version < no_proxy_version
41
+ true
36
42
  end
37
43
 
38
44
  end
@@ -1,3 +1,3 @@
1
1
  module AWS_SSH
2
- VERSION="0.1.6"
2
+ VERSION="0.1.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws_ssh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charles Marshall
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-27 00:00:00.000000000 Z
11
+ date: 2014-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize