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 CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- runssh (0.4.2)
4
+ runssh (0.4.3)
5
5
  highline (~> 1.6.1)
6
6
  trollop (~> 1.16.2)
7
7
 
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
 
@@ -20,7 +20,7 @@ module RunSSHLib
20
20
  module Version
21
21
  MAJOR = 0
22
22
  MINOR = 4
23
- BUILD = 2
23
+ BUILD = 3
24
24
 
25
25
  STRING = [MAJOR, MINOR, BUILD].compact.join('.')
26
26
  end
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: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 2
10
- version: 0.4.2
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-07 00:00:00 +03:00
18
+ date: 2011-05-19 00:00:00 +03:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency