tbm 0.1.0 → 0.1.1
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/Rakefile +1 -1
- data/lib/tunnel/meta.rb +1 -1
- metadata +3 -3
data/Rakefile
CHANGED
|
@@ -33,7 +33,7 @@ spec = Gem::Specification.new do |spec|
|
|
|
33
33
|
|
|
34
34
|
spec.files = Dir['{lib,spec}/**/*.rb', 'bin/*', 'Rakefile', 'README.md', 'UNLICENSE']
|
|
35
35
|
|
|
36
|
-
spec.add_dependency( 'net
|
|
36
|
+
spec.add_dependency( 'net-ssh', '>= 2.6.2' )
|
|
37
37
|
end
|
|
38
38
|
|
|
39
39
|
Gem::PackageTask.new( spec ) do |pkg|
|
data/lib/tunnel/meta.rb
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.1.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Geoffrey Wiseman
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
- 6
|
|
29
29
|
- 2
|
|
30
30
|
version: 2.6.2
|
|
31
|
-
name: net
|
|
31
|
+
name: net-ssh
|
|
32
32
|
requirement: *id001
|
|
33
33
|
prerelease: false
|
|
34
34
|
description: The "Tunnel Boring Machine" is meant to bore ssh tunnels through the internet to your desired destination simply and repeatedly, as often as you need them. This is a tool for someone who needs SSH tunnels frequently.
|