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 +4 -4
- data/README.md +1 -2
- data/config/locales/it.thecore_tcp_debug.yml +9 -9
- data/lib/thecore_tcp_debug/version.rb +1 -2
- metadata +6 -6
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
|
data/README.md
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
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
|
-
|
|
13
|
-
breadcrumb:
|
|
14
|
-
menu:
|
|
15
|
-
title:
|
|
12
|
+
tcp_debug:
|
|
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
|
-
autorequire:
|
|
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
|
|
@@ -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.
|
|
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: []
|