thecore_tcp_debug 3.0.9 → 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: 884657d399c8f77add4c4a42bbbad88834fe6b51946d0a5cfb4bdb1dd19d473b
4
- data.tar.gz: eef57d4b56c80fc6bcc4098a7d293f10a76f32152fe7dce193522f4c095c9793
3
+ metadata.gz: 2c9e19fffabb5e8e9f00a751d4e9c85b76311c1edce9121e411959d2d7836067
4
+ data.tar.gz: b1d6bc22e02065f3cf40ca7f3b03d61355adc4c93b6106605f345e82ca51b1bd
5
5
  SHA512:
6
- metadata.gz: 6f67721ab7f7e1fa00610943c8657cf9e4846f90882a4d9afe924580d47d6b68d08f350f42c9a2f21f7f6ed413409cf42922087a81780ed3fb089029de95e9b9
7
- data.tar.gz: c1cb9ae5c743aacebefd8e0378edb6e12029eed946b89f460652d5d0a55c4254c8ea2b3cb6ef0ba69b586f29a60f99e25ecc9e1188bdbcbcb6f7451fe1dd70fd
6
+ metadata.gz: 91aafe029adccf848eadede6b38e5cdb42fbb2de780eda3f20874c15d5f12626a5f2cbc75443804dc7c5ddb73c06852434ec8b9447ebb87c1a1a78ac2c5cc4a3
7
+ data.tar.gz: b3c4620a2bda076160419285adeb8afde246723c52b93987194676a158dbdbb1e23106645bb250df36784e87259f7a259add0e54292911c816455ec47bff9a23
@@ -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
12
  tcp_debug:
13
- breadcrumb: Network Debug
14
- menu: Network Debug
15
- title: Network Debug
13
+ breadcrumb: Debug di Rete
14
+ menu: Debug di Rete
15
+ title: Debug di Rete
@@ -1,3 +1,3 @@
1
1
  module ThecoreTcpDebug
2
- VERSION = "3.0.9".freeze
2
+ VERSION = "3.0.10".freeze
3
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.9
4
+ version: 3.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-12 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