ssh-hull 1.0.0 → 2.0
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.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yml +0 -0
- data/.gitignore +0 -0
- data/.rubocop.yml +0 -0
- data/.tool-versions +0 -0
- data/Gemfile.lock +1 -1
- data/LICENSE +26 -19
- data/README.md +2 -2
- data/lib/{ssh-tunnel.rb → ssh-hull.rb} +0 -0
- data/snap/snapcraft.yaml +5 -4
- data/spec/factories/hull.rb +16 -0
- data/spec/{ssh_tunnel → ssh_hull}/ui/forms/host_form_spec.rb +0 -0
- data/spec/{ssh_tunnel → ssh_hull}/ui/forms/tunnel_form_spec.rb +0 -0
- data/spec/{ssh_tunnel → ssh_hull}/ui/models/host_spec.rb +0 -0
- data/spec/{ssh_tunnel → ssh_hull}/ui/models/tunnel_spec.rb +0 -0
- data/spec/{ssh_tunnel_spec.rb → ssh_hull_spec.rb} +0 -0
- data/ssh-hull.gemspec +1 -1
- metadata +8 -8
- data/exe/ssh-tunnel +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6d7bbfb30d7c9d1cef46d227d8f9e5f8b296a928f3b6f792c7c7f08232e9783d
|
|
4
|
+
data.tar.gz: 3ac478c17c4ff81b2f20238328cb625e3726587c2f7e2161928342af5c7045e2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 359a10f9bd398f8ffa7269558130acae8772f2eb5a990b6dcdb13d46d23b0ad9f2409e0d813246784699221f6eaf15197a1515d9d17198f8ea8808f7d674e44d
|
|
7
|
+
data.tar.gz: b60b375b6867c70a79a7907284d0584c3e0e549de8efb08e520f4a8dd702309d349507869bc26da12cb8758e3b8cf3c0679a711cfd7dbf84657d2ed1985345ec
|
data/.github/workflows/ci.yml
CHANGED
|
File without changes
|
data/.gitignore
CHANGED
|
File without changes
|
data/.rubocop.yml
CHANGED
|
File without changes
|
data/.tool-versions
CHANGED
|
File without changes
|
data/Gemfile.lock
CHANGED
data/LICENSE
CHANGED
|
@@ -1,19 +1,26 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
1
|
+
# DON'T BE A DICK PUBLIC LICENSE
|
|
2
|
+
|
|
3
|
+
> Version 1.1, December 2016
|
|
4
|
+
|
|
5
|
+
> Copyright (C) [year] [fullname]
|
|
6
|
+
|
|
7
|
+
Everyone is permitted to copy and distribute verbatim or modified
|
|
8
|
+
copies of this license document.
|
|
9
|
+
|
|
10
|
+
> DON'T BE A DICK PUBLIC LICENSE
|
|
11
|
+
> TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
12
|
+
|
|
13
|
+
1. Do whatever you like with the original work, just don't be a dick.
|
|
14
|
+
|
|
15
|
+
Being a dick includes - but is not limited to - the following instances:
|
|
16
|
+
|
|
17
|
+
1a. Outright copyright infringement - Don't just copy this and change the name.
|
|
18
|
+
1b. Selling the unmodified original with no work done what-so-ever, that's REALLY being a dick.
|
|
19
|
+
1c. Modifying the original work to contain hidden harmful content. That would make you a PROPER dick.
|
|
20
|
+
|
|
21
|
+
2. If you become rich through modifications, related works/services, or supporting the original work,
|
|
22
|
+
share the love. Only a dick would make loads off this work and not buy the original work's
|
|
23
|
+
creator(s) a pint.
|
|
24
|
+
|
|
25
|
+
3. Code is provided with no warranty. Using somebody else's code and bitching when it goes wrong makes
|
|
26
|
+
you a DONKEY dick. Fix the problem yourself. A non-dick would submit the fix back.
|
data/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
[](https://badge.fury.io/rb/ssh-hull)
|
|
2
2
|
[](https://github.com/ungtb10d/ssh-hull/releases/latest)
|
|
3
3
|
[](https://github.com/ungtb10d/ssh-hull/actions)
|
|
4
4
|
[](https://codeclimate.com/github/ungtb10d/ssh-hull)
|
|
5
5
|
[](https://codeclimate.com/github/ungtb10d/ssh-hull/coverage)
|
|
6
6
|
|
|
7
|
-
## SSH
|
|
7
|
+
## SSH hull
|
|
8
8
|
|
|
9
9
|
A Ruby/GTK3 gem to manage ssh hulls
|
|
10
10
|
|
|
File without changes
|
data/snap/snapcraft.yaml
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
name: ssh-hull
|
|
2
2
|
version: '1.0.0'
|
|
3
|
-
grade:
|
|
4
|
-
confinement:
|
|
5
|
-
summary: SSH
|
|
3
|
+
grade: stable
|
|
4
|
+
confinement: strict
|
|
5
|
+
summary: SSH hull Manager
|
|
6
|
+
base: core18
|
|
6
7
|
description: |
|
|
7
8
|
A Ruby/GTK3 application to manage ssh hulls.
|
|
8
9
|
|
|
9
10
|
apps:
|
|
10
11
|
ssh-hull:
|
|
11
|
-
command:
|
|
12
|
+
command: ssh-hull
|
|
12
13
|
plugs:
|
|
13
14
|
- home
|
|
14
15
|
- desktop
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
FactoryBot.define do
|
|
2
|
+
factory :tunnel, class: 'SSHTunnel::UI::Models::Tunnel' do
|
|
3
|
+
|
|
4
|
+
uuid { '117aacde-5adf-4a6d-a0f9-5acdddf4a5b9' }
|
|
5
|
+
name { 'mysql' }
|
|
6
|
+
type { 'local' }
|
|
7
|
+
local_host { '127.0.0.1' }
|
|
8
|
+
local_port { 10000 }
|
|
9
|
+
remote_host { '127.0.0.1' }
|
|
10
|
+
remote_port { 3306 }
|
|
11
|
+
|
|
12
|
+
factory :tunnel_wih_parent do
|
|
13
|
+
parent { build(:host) }
|
|
14
|
+
end
|
|
15
|
+
end
|
|
16
|
+
end
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/ssh-hull.gemspec
CHANGED
|
@@ -4,7 +4,7 @@ require_relative 'lib/ssh-hull/version'
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |s|
|
|
6
6
|
s.name = 'ssh-hull'
|
|
7
|
-
s.version =
|
|
7
|
+
s.version = 2.00
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
9
|
s.authors = ['Anders Pippi Tednes']
|
|
10
10
|
s.email = ['theblckswan@protonmail.com']
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ssh-hull
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: '2.0'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Anders Pippi Tednes
|
|
@@ -245,7 +245,7 @@ files:
|
|
|
245
245
|
- config/locales/en.yml
|
|
246
246
|
- config/locales/fr.yml
|
|
247
247
|
- exe/ssh-hull
|
|
248
|
-
-
|
|
248
|
+
- lib/ssh-hull.rb
|
|
249
249
|
- lib/ssh-hull/cli.rb
|
|
250
250
|
- lib/ssh-hull/logger.rb
|
|
251
251
|
- lib/ssh-hull/ui/application.rb
|
|
@@ -274,7 +274,6 @@ files:
|
|
|
274
274
|
- lib/ssh-hull/ui/windows/tunnels/edit_window.rb
|
|
275
275
|
- lib/ssh-hull/ui/windows/tunnels/new_window.rb
|
|
276
276
|
- lib/ssh-hull/version.rb
|
|
277
|
-
- lib/ssh-tunnel.rb
|
|
278
277
|
- resources/gresources.xml
|
|
279
278
|
- resources/ui/about_window.glade
|
|
280
279
|
- resources/ui/application_window.glade
|
|
@@ -286,13 +285,14 @@ files:
|
|
|
286
285
|
- resources/ui/tunnels/new_window.glade
|
|
287
286
|
- snap/snapcraft.yaml
|
|
288
287
|
- spec/factories/host.rb
|
|
288
|
+
- spec/factories/hull.rb
|
|
289
289
|
- spec/factories/tunnel.rb
|
|
290
290
|
- spec/spec_helper.rb
|
|
291
|
-
- spec/
|
|
292
|
-
- spec/
|
|
293
|
-
- spec/
|
|
294
|
-
- spec/
|
|
295
|
-
- spec/
|
|
291
|
+
- spec/ssh_hull/ui/forms/host_form_spec.rb
|
|
292
|
+
- spec/ssh_hull/ui/forms/tunnel_form_spec.rb
|
|
293
|
+
- spec/ssh_hull/ui/models/host_spec.rb
|
|
294
|
+
- spec/ssh_hull/ui/models/tunnel_spec.rb
|
|
295
|
+
- spec/ssh_hull_spec.rb
|
|
296
296
|
- ssh-hull.gemspec
|
|
297
297
|
homepage: https://github.com/ungtb10d/ssh-hull
|
|
298
298
|
licenses:
|
data/exe/ssh-tunnel
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
ssh-hull
|