thecore_tcp_debug 3.0.5 → 3.0.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2b8a39ea1c4c564c1674f4cf2875797d9080e58f821f1bf625447c8bc0ba6b59
4
- data.tar.gz: 675fb4e845b17ef8399a46acc968d640e01daf9f1e391e713a322041423b6e95
3
+ metadata.gz: 884657d399c8f77add4c4a42bbbad88834fe6b51946d0a5cfb4bdb1dd19d473b
4
+ data.tar.gz: eef57d4b56c80fc6bcc4098a7d293f10a76f32152fe7dce193522f4c095c9793
5
5
  SHA512:
6
- metadata.gz: a423f91a4d5699f3c0ee2945c9cc933bdd2b05c1234d33296604e6a3f5ada3114dae45c15d0028060afd0ef1d718b92af24522e867ae2771bb5cd9f3ee11f8d1
7
- data.tar.gz: 5feaa6841b651d60f839c28d88a275191661979c4461a4c0a6f28a85964a52efb21bc47c37a3d8d96b0dfa24cfe8403ec2be95830dac69fbe172c3cfa98754dc
6
+ metadata.gz: 6f67721ab7f7e1fa00610943c8657cf9e4846f90882a4d9afe924580d47d6b68d08f350f42c9a2f21f7f6ed413409cf42922087a81780ed3fb089029de95e9b9
7
+ data.tar.gz: c1cb9ae5c743aacebefd8e0378edb6e12029eed946b89f460652d5d0a55c4254c8ea2b3cb6ef0ba69b586f29a60f99e25ecc9e1188bdbcbcb6f7451fe1dd70fd
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
@@ -9,7 +9,7 @@ it:
9
9
  invalid_test: Il test richiesto non esiste fra quelli disponibili.
10
10
  admin:
11
11
  actions:
12
- thecore_tcp_debug:
12
+ tcp_debug:
13
13
  breadcrumb: Network Debug
14
14
  menu: Network Debug
15
15
  title: Network Debug
@@ -1,4 +1,3 @@
1
1
  module ThecoreTcpDebug
2
- VERSION = "3.0.5".freeze
3
- # "#{`git describe --tags $(git rev-list --tags --max-count=1)`}"
2
+ VERSION = "3.0.9".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.5
4
+ version: 3.0.9
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: 2025-02-12 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.3.26
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: []