sshmenu 0.0.4 → 0.0.5

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: b938477dc83e75acd03fae1b9240a7689648b3c9
4
- data.tar.gz: c2d859d28d313c9888582cb97affd9613f74a5c4
3
+ metadata.gz: 68822cd53b813b75cf2bb4d02674d34e1c79e12c
4
+ data.tar.gz: 82cbff3bc2db0157242baf058c90597a16e1e702
5
5
  SHA512:
6
- metadata.gz: 3ad502b7a435c409b39eb99319e028b1a10f4a5c563421dbb4612b8a98d0bbfd4d51a60ace7576e28b0583607493ff3a91ce629318ee247717fbc9660b0bbba1
7
- data.tar.gz: 20967ff7c87ea641bbb2453513657758f0cbaab6f99f72877056bc030622d52f624e75ae7242333c7d679c570db12e16849f9d216677ff7d28bbe87c7424c8c4
6
+ metadata.gz: 96e4591509a41b3c518af6900447466eb1fa95dea44cfc6a08e6f321aaef86c418c245719da6b5ad10afa794e70f05417d3d5739a6a0ff519c70e7dabffed65d
7
+ data.tar.gz: 9ce104c63c49f759169a8e0af5b48375d859f61692cb3956952d54018049bc703be4d4c05a2d77c04954a8789aca2a3b3432614e58778f87bc724c6e7e29ef4f
@@ -3,8 +3,9 @@
3
3
  # YAML configuration file for sshmenu.
4
4
  # See http://www.yaml.org if there are questions
5
5
  # regarding the syntax.
6
- # Passwords cannot be stored in this file. The
7
- # use of public key authentication is recommended.
6
+ # Passwords cannote be encrypted and stored securly
7
+ # in this file. The use of public key authentication
8
+ # is recommended.
8
9
  #
9
10
  general:
10
11
  ssh_exec: /usr/bin/ssh
@@ -1,3 +1,3 @@
1
1
  module SshMenu
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sshmenu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - ti
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-11 00:00:00.000000000 Z
11
+ date: 2016-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -25,10 +25,9 @@ dependencies:
25
25
  - !ruby/object:Gem::Version
26
26
  version: '11.2'
27
27
  description: |
28
- This gem provides the executable 'sshmenu', which brings up
29
- a list of configured ssh connections. From the list you can
30
- directly connect to one of the ssh servers or edit the
31
- available ssh connections.
28
+ This gem provides a simple ssh menu for the command line via the executable 'sshmenu'.
29
+ It basically brings up a list of configured ssh connections. From the list you can
30
+ directly connect to one of the ssh servers or edit the available ssh connections.
32
31
  email:
33
32
  - thefutureisunwritten@gmx.de
34
33
  executables: