thecore_tcp_debug 3.0.6 → 3.0.10

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: 36f3657411177dd44a9a1911dfad3b6594059bea036e1ae4b6e1a2a5c26068e8
4
- data.tar.gz: 2d552dba7192edc5ac828b23ff8ac3fa384d85431e3845be13effa9a0ab0ba6d
3
+ metadata.gz: 2c9e19fffabb5e8e9f00a751d4e9c85b76311c1edce9121e411959d2d7836067
4
+ data.tar.gz: b1d6bc22e02065f3cf40ca7f3b03d61355adc4c93b6106605f345e82ca51b1bd
5
5
  SHA512:
6
- metadata.gz: bf956de3a9e5be545697770600452f8e72a404290ebe4b2cccf77ca8bc06624bb328160053ae96dddf6c2a8423d467cc56051ad4dcadde122a379dafe741beb5
7
- data.tar.gz: 501d6df8ed627e2204dee88cfe60d899754e333df07596cab98cd41e918c54dfd6b112009578997f30e04650b93073a656a67081f1286167ce9e24439e91d1fe
6
+ metadata.gz: 91aafe029adccf848eadede6b38e5cdb42fbb2de780eda3f20874c15d5f12626a5f2cbc75443804dc7c5ddb73c06852434ec8b9447ebb87c1a1a78ac2c5cc4a3
7
+ data.tar.gz: b3c4620a2bda076160419285adeb8afde246723c52b93987194676a158dbdbb1e23106645bb250df36784e87259f7a259add0e54292911c816455ec47bff9a23
data/README.md CHANGED
@@ -1,2 +1 @@
1
- # thecore_tcp_debug
2
- Thecore and Rails Admin Module to conveniently test a TCP Port or by Ping from the Admin UI
1
+ This is part of Thecore framework: https://github.com/gabrieletassoni/thecore/tree/release/3
@@ -1,15 +1,15 @@
1
1
  it:
2
- tcp_debug_telnet_ko: L'indirizzo di rete %{host} sulla porta %{port} non ha risposto prima del timeout, controllare che sia online e il servizio sulla porta indicata sia attivo.
3
- tcp_debug_telnet_ok: L'indirizzo di rete %{host} sulla porta %{port} ha risposto correttamente.
4
- tcp_debug_ping_ko: L'indirizzo di rete %{host} non risponde al ping.
5
- tcp_debug_ping_ok: L'indirizzo di rete %{host} ha risposto correttamente al ping.
2
+ tcp_debug_telnet_ko: "L'indirizzo di rete %{host} sulla porta %{port} non ha risposto prima del timeout, controllare che sia online e che il servizio sulla porta indicata sia attivo."
3
+ tcp_debug_telnet_ok: "L'indirizzo di rete %{host} sulla porta %{port} ha risposto correttamente."
4
+ tcp_debug_ping_ko: "L'indirizzo di rete %{host} non risponde al ping."
5
+ tcp_debug_ping_ok: "L'indirizzo di rete %{host} ha risposto correttamente al ping."
6
6
  ping_address: Ping di un indirizzo
7
- tcp_address_and_port: Test di una porta
7
+ tcp_address_and_port: Test di una porta TCP
8
8
  test_it: Avvia il test
9
9
  invalid_test: Il test richiesto non esiste fra quelli disponibili.
10
10
  admin:
11
11
  actions:
12
- thecore_tcp_debug:
13
- breadcrumb: Network Debug
14
- menu: Network Debug
15
- title: Network Debug
12
+ tcp_debug:
13
+ breadcrumb: Debug di Rete
14
+ menu: Debug di Rete
15
+ title: Debug di Rete
@@ -1,4 +1,3 @@
1
1
  module ThecoreTcpDebug
2
- VERSION = "3.0.6".freeze
3
- # "#{`git describe --tags $(git rev-list --tags --max-count=1)`}"
2
+ VERSION = "3.0.10".freeze
4
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_tcp_debug
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.6
4
+ version: 3.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-30 00:00:00.000000000 Z
11
+ date: 2026-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-ping
@@ -66,7 +66,7 @@ licenses:
66
66
  - MIT
67
67
  metadata:
68
68
  allowed_push_host: https://rubygems.org
69
- post_install_message:
69
+ post_install_message:
70
70
  rdoc_options: []
71
71
  require_paths:
72
72
  - lib
@@ -81,8 +81,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  requirements: []
84
- rubygems_version: 3.4.10
85
- signing_key:
84
+ rubygems_version: 3.4.20
85
+ signing_key:
86
86
  specification_version: 4
87
87
  summary: Gemt o collect UI overrides.
88
88
  test_files: []