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 +4 -4
- data/config/locales/it.thecore_tcp_debug.yml +8 -8
- data/lib/thecore_tcp_debug/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c9e19fffabb5e8e9f00a751d4e9c85b76311c1edce9121e411959d2d7836067
|
|
4
|
+
data.tar.gz: b1d6bc22e02065f3cf40ca7f3b03d61355adc4c93b6106605f345e82ca51b1bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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:
|
|
14
|
-
menu:
|
|
15
|
-
title:
|
|
13
|
+
breadcrumb: Debug di Rete
|
|
14
|
+
menu: Debug di Rete
|
|
15
|
+
title: Debug di Rete
|
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.
|
|
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:
|
|
11
|
+
date: 2026-03-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: net-ping
|