runssh 0.4.2 → 0.4.3
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.
- data/Gemfile.lock +1 -1
- data/completions/_runssh +4 -0
- data/lib/runsshlib/version.rb +1 -1
- metadata +4 -4
data/Gemfile.lock
CHANGED
data/completions/_runssh
CHANGED
|
@@ -38,6 +38,10 @@ _runssh_subcmd_shell() {
|
|
|
38
38
|
_arguments \
|
|
39
39
|
'(-l --login)'{-l,--login}'+[Override login]: :' \
|
|
40
40
|
'(-n --host-name)'{-n,--host-name}'+[host to connect to]: :' \
|
|
41
|
+
'(-L --local-tunnel)'{-L,--local-tunnel}'+[(local) tunnel definition]: :' \
|
|
42
|
+
{\*-o,\*--option}'+[Ssh option]: :' \
|
|
43
|
+
'(-I --insecure-host-key)'{-I,--insecure-host-key}'[Delete the specified line from hosts file]' \
|
|
44
|
+
'(-T --no-pseudo-terminal)'{-T,--no-pseudo-terminal}'[Disable pseudo terminal (in remote command)]' \
|
|
41
45
|
'*: :_runssh_path_completions'
|
|
42
46
|
}
|
|
43
47
|
|
data/lib/runsshlib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: runssh
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 9
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 4
|
|
9
|
-
-
|
|
10
|
-
version: 0.4.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.4.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Haim Ashkenazi
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-05-
|
|
18
|
+
date: 2011-05-19 00:00:00 +03:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|