sshmenu 0.0.1 → 0.0.2

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: 02b810d4fc98c9ed2f7108df1c914fd67923e1b9
4
- data.tar.gz: 9384df5c89464f5f70b1fd6cdcd70babe478e491
3
+ metadata.gz: 253c7a7f7a0a20ee5e3fa8a6da40e498caca810e
4
+ data.tar.gz: 5ed08912d8f8b1c44ab9513ff52714d17fd8a91c
5
5
  SHA512:
6
- metadata.gz: 0d4733264a6047ea10cd3cbbafc295b0be1f180f9d290b14cb6415db608c19ab6c26b0ed546095e99fd9d204093e98edff3d4f94dcc6d51faf8878f3c811f64a
7
- data.tar.gz: 9fd99d815020502f6499ed7b6d6fff5390de4300dc07f980a23d7bcfa353a6f0389017991d172f36fdf92bf8e44d987419e62e1e175b2e285767d3b39ba39688
6
+ metadata.gz: 3e3f9297eed4d6d9cc4dca957d728eccb0008a782d95803f2564cb3e6fd57917422931e89967bd7298754b9f359aaf84c4c3d9519ed86f97f6a00e8f722591d6
7
+ data.tar.gz: ebc336f8a2453eb468bff10a6bcb956f2d166129059e9dde84a5de44afcf6536641c4c18ed595ee9a9006546eecfd3d6269fdd83b9993a2b1d26f0f259371431
@@ -1,4 +1,11 @@
1
- # YAML configuration file for sshmenu
1
+ # ~/.config/sshmenu/config.yml
2
+ #
3
+ # YAML configuration file for sshmenu.
4
+ # See http://www.yaml.org if there are questions
5
+ # regarding the syntax.
6
+ # Passwords cannot be stored in this file. The
7
+ # use of public key authentication is recommended.
8
+ #
2
9
  general:
3
10
  ssh_exec: /usr/bin/ssh
4
11
  ssh_opts: -C
@@ -8,3 +15,9 @@ connections:
8
15
  user: example_user
9
16
  description: example connection
10
17
  ssh_opts: -X
18
+ - host: devbox
19
+ user: cooder
20
+ description: development box
21
+ - host: buildbox
22
+ user: builder
23
+ description: CI box
@@ -1,3 +1,3 @@
1
1
  module SshMenu
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
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.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ti
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-22 00:00:00.000000000 Z
11
+ date: 2016-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -24,7 +24,11 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '11.2'
27
- description: Simple ssh connection menu for the console
27
+ description: |
28
+ This gem provides the executable 'sshmenu', which brings up
29
+ a list of configured ssh connection. From the list you can
30
+ directly connect to one of the ssh servers or edit the
31
+ available ssh connections.
28
32
  email:
29
33
  - thefutureisunwritten@gmx.de
30
34
  executables:
@@ -52,7 +56,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
52
56
  requirements:
53
57
  - - ">="
54
58
  - !ruby/object:Gem::Version
55
- version: '0'
59
+ version: 1.9.3
56
60
  required_rubygems_version: !ruby/object:Gem::Requirement
57
61
  requirements:
58
62
  - - ">="
@@ -60,8 +64,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
60
64
  version: '0'
61
65
  requirements: []
62
66
  rubyforge_project:
63
- rubygems_version: 2.6.4
67
+ rubygems_version: 2.6.6
64
68
  signing_key:
65
69
  specification_version: 4
66
- summary: SSH menu
70
+ summary: SSH menu for the console
67
71
  test_files: []