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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7109c9af59d23ee6cb020c4305f2ab55ac5b82145db9c12ee1a7365ab1c1bced
4
- data.tar.gz: 89598ae18e2451b2e9ef6919185cebc23a4d0c9814118e3d546e537397a35dc9
3
+ metadata.gz: 6d7bbfb30d7c9d1cef46d227d8f9e5f8b296a928f3b6f792c7c7f08232e9783d
4
+ data.tar.gz: 3ac478c17c4ff81b2f20238328cb625e3726587c2f7e2161928342af5c7045e2
5
5
  SHA512:
6
- metadata.gz: c1951d34c30d8224397fffe00a2a345f906e9d40a6e5d094920341c157b47732cd22cfeddd9414df0c54e202b35b1fd61e40f3bcadc44d853ef0fcea20e1afdf
7
- data.tar.gz: 8a4b9a068190ce0eaa8f253d03395e0637e454a25bfdd92fe654b12a6ba3751ac91ec38f3510bc1fd3b619a47659e32a20e64ec872a37e676a5a90119ac1d96c
6
+ metadata.gz: 359a10f9bd398f8ffa7269558130acae8772f2eb5a990b6dcdb13d46d23b0ad9f2409e0d813246784699221f6eaf15197a1515d9d17198f8ea8808f7d674e44d
7
+ data.tar.gz: b60b375b6867c70a79a7907284d0584c3e0e549de8efb08e520f4a8dd702309d349507869bc26da12cb8758e3b8cf3c0679a711cfd7dbf84657d2ed1985345ec
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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ssh-hull (1.0.0)
4
+ ssh-hull (1.0.1)
5
5
  activemodel (>= 5.2)
6
6
  activesupport (>= 5.2)
7
7
  gtk3
data/LICENSE CHANGED
@@ -1,19 +1,26 @@
1
- The MIT License (MIT)
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining a copy
4
- of this software and associated documentation files (the "Software"), to deal
5
- in the Software without restriction, including without limitation the rights
6
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
- copies of the Software, and to permit persons to whom the Software is
8
- furnished to do so, subject to the following conditions:
9
-
10
- The above copyright notice and this permission notice shall be included in
11
- all copies or substantial portions of the Software.
12
-
13
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
- THE SOFTWARE.
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
- [![GitHub license](https://img.shields.io/github/license/ungtb10d/ssh-hull.svg)](https://github.com/ungtb10d/ssh-hull/blob/master/LICENSE)
1
+ [![Gem Version](https://badge.fury.io/rb/ssh-hull@2x.png)](https://badge.fury.io/rb/ssh-hull)
2
2
  [![GitHub release](https://img.shields.io/github/release/ungtb10d/ssh-hull.svg)](https://github.com/ungtb10d/ssh-hull/releases/latest)
3
3
  [![CI](https://github.com/ungtb10d/ssh-hull/workflows/CI/badge.svg)](https://github.com/ungtb10d/ssh-hull/actions)
4
4
  [![Code Climate](https://codeclimate.com/github/ungtb10d/ssh-hull/badges/gpa.svg)](https://codeclimate.com/github/ungtb10d/ssh-hull)
5
5
  [![Test Coverage](https://codeclimate.com/github/ungtb10d/ssh-hull/badges/coverage.svg)](https://codeclimate.com/github/ungtb10d/ssh-hull/coverage)
6
6
 
7
- ## SSH Tunnel
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: devel
4
- confinement: devmode
5
- summary: SSH Tunnel Manager
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: desktop-launch $SNAP/bin/ssh-hull
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
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 = SSHTunnel::VERSION::STRING
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: 1.0.0
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
- - exe/ssh-tunnel
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/ssh_tunnel/ui/forms/host_form_spec.rb
292
- - spec/ssh_tunnel/ui/forms/tunnel_form_spec.rb
293
- - spec/ssh_tunnel/ui/models/host_spec.rb
294
- - spec/ssh_tunnel/ui/models/tunnel_spec.rb
295
- - spec/ssh_tunnel_spec.rb
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