tunnel 0.0.2 → 0.0.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,20 +1,18 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tunnel (0.0.1)
4
+ tunnel (0.0.2)
5
5
  highline (~> 1.6)
6
- thor (= 0.14.3)
6
+ thor
7
7
 
8
8
  GEM
9
9
  remote: http://rubygems.org/
10
10
  specs:
11
- highline (1.6.1)
12
- thor (0.14.3)
11
+ highline (1.6.11)
12
+ thor (0.14.6)
13
13
 
14
14
  PLATFORMS
15
15
  ruby
16
16
 
17
17
  DEPENDENCIES
18
- highline (~> 1.6)
19
- thor (= 0.14.3)
20
18
  tunnel!
data/MIT-LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright 2011 Ben Marini
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,3 +1,3 @@
1
1
  module Tunnel
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/tunnel.gemspec CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  s.description = %q{A ruby cli wrapper to make ssh tunneling a no brainer}
14
14
 
15
15
  s.rubyforge_project = "tunnel"
16
- s.add_dependency "thor", "0.14.3"
16
+ s.add_dependency "thor"
17
17
  s.add_dependency "highline", "~> 1.6"
18
18
 
19
19
  s.files = `git ls-files`.split("\n")
metadata CHANGED
@@ -1,67 +1,50 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: tunnel
3
- version: !ruby/object:Gem::Version
4
- hash: 27
5
- prerelease: false
6
- segments:
7
- - 0
8
- - 0
9
- - 2
10
- version: 0.0.2
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.3
5
+ prerelease:
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - Ben Marini
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
-
18
- date: 2010-11-22 00:00:00 -08:00
19
- default_executable:
20
- dependencies:
21
- - !ruby/object:Gem::Dependency
12
+ date: 2012-04-16 00:00:00.000000000Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
22
15
  name: thor
23
- prerelease: false
24
- requirement: &id001 !ruby/object:Gem::Requirement
16
+ requirement: &2158135680 !ruby/object:Gem::Requirement
25
17
  none: false
26
- requirements:
27
- - - "="
28
- - !ruby/object:Gem::Version
29
- hash: 33
30
- segments:
31
- - 0
32
- - 14
33
- - 3
34
- version: 0.14.3
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: '0'
35
22
  type: :runtime
36
- version_requirements: *id001
37
- - !ruby/object:Gem::Dependency
38
- name: highline
39
23
  prerelease: false
40
- requirement: &id002 !ruby/object:Gem::Requirement
24
+ version_requirements: *2158135680
25
+ - !ruby/object:Gem::Dependency
26
+ name: highline
27
+ requirement: &2158135160 !ruby/object:Gem::Requirement
41
28
  none: false
42
- requirements:
29
+ requirements:
43
30
  - - ~>
44
- - !ruby/object:Gem::Version
45
- hash: 3
46
- segments:
47
- - 1
48
- - 6
49
- version: "1.6"
31
+ - !ruby/object:Gem::Version
32
+ version: '1.6'
50
33
  type: :runtime
51
- version_requirements: *id002
34
+ prerelease: false
35
+ version_requirements: *2158135160
52
36
  description: A ruby cli wrapper to make ssh tunneling a no brainer
53
- email:
37
+ email:
54
38
  - bmarini@gmail.com
55
- executables:
39
+ executables:
56
40
  - tunnel
57
41
  extensions: []
58
-
59
42
  extra_rdoc_files: []
60
-
61
- files:
43
+ files:
62
44
  - .gitignore
63
45
  - Gemfile
64
46
  - Gemfile.lock
47
+ - MIT-LICENSE
65
48
  - README.md
66
49
  - Rakefile
67
50
  - bin/tunnel
@@ -71,39 +54,29 @@ files:
71
54
  - lib/tunnel/configfile.rb
72
55
  - lib/tunnel/version.rb
73
56
  - tunnel.gemspec
74
- has_rdoc: true
75
57
  homepage: http://github.com/bmarini/tunnel
76
58
  licenses: []
77
-
78
59
  post_install_message:
79
60
  rdoc_options: []
80
-
81
- require_paths:
61
+ require_paths:
82
62
  - lib
83
- required_ruby_version: !ruby/object:Gem::Requirement
63
+ required_ruby_version: !ruby/object:Gem::Requirement
84
64
  none: false
85
- requirements:
86
- - - ">="
87
- - !ruby/object:Gem::Version
88
- hash: 3
89
- segments:
90
- - 0
91
- version: "0"
92
- required_rubygems_version: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ! '>='
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ required_rubygems_version: !ruby/object:Gem::Requirement
93
70
  none: false
94
- requirements:
95
- - - ">="
96
- - !ruby/object:Gem::Version
97
- hash: 3
98
- segments:
99
- - 0
100
- version: "0"
71
+ requirements:
72
+ - - ! '>='
73
+ - !ruby/object:Gem::Version
74
+ version: '0'
101
75
  requirements: []
102
-
103
76
  rubyforge_project: tunnel
104
- rubygems_version: 1.3.7
77
+ rubygems_version: 1.8.10
105
78
  signing_key:
106
79
  specification_version: 3
107
80
  summary: A ruby cli wrapper to make ssh tunneling a no brainer
108
81
  test_files: []
109
-
82
+ has_rdoc: