tunnel_vision 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,10 +1,10 @@
1
- # TunnelVission!
1
+ TunnelVision!
2
2
 
3
3
  ## What is it?
4
4
 
5
5
  Simple tool which lets you create definitions of ssh tunnels your project will need.
6
6
 
7
- Then you by issuing one command you can open all of them and carry on with your work.
7
+ By issuing one command it opens all required ssh tunnels and lets you carry on with your work.
8
8
 
9
9
  ### Scratching an itch:
10
10
 
@@ -1,3 +1,3 @@
1
1
  module TunnelVision
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/lib/tunnel_vision.rb CHANGED
@@ -18,8 +18,9 @@ module TunnelVision
18
18
  ssh.forward.local from, host, to
19
19
  ssh.loop { true }
20
20
  end
21
- rescue
21
+ rescue => e
22
22
  puts ">>> AUTH ERROR <<"
23
+ puts e.inspect
23
24
  exit 1
24
25
  end
25
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tunnel_vision
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - "\xC5\x81ukasz Korecki"
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-07-03 00:00:00 +01:00
18
+ date: 2011-07-05 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -83,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  requirements: []
84
84
 
85
85
  rubyforge_project:
86
- rubygems_version: 1.5.0
86
+ rubygems_version: 1.6.2
87
87
  signing_key:
88
88
  specification_version: 3
89
89
  summary: SSH tunnel manager