pdnd-ruby-client 0.1.12 → 0.1.13
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/CHANGELOG.md +4 -0
- data/README.md +2 -2
- data/lib/pdnd-ruby-client/version.rb +1 -1
- data/publiccode.yml +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e045ffae80357cdadf426af827ff4f3af6d47045b55b5037581b5fdf459afdd0
|
|
4
|
+
data.tar.gz: 72167ace4b6b941415b747f7538a2880c81f99d867d6c86937e04e17a8382057
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 28ca911b8877e4be199cb076821350bc8d323f291d715a49d437c459276978c33382476b3ae46375ef766030045e7da2f71da72a3dd033e73d7ddc275f68c53a
|
|
7
|
+
data.tar.gz: 33cad7d80af44483bef2a2efc3aa331d1b970a80d204ad67d29eac656acaf34b4249e4489bca77dc5ad9b7ba70ef402467dc88c82f058ce43a20b6a9aae678a3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [v0.1.13](https://github.com/isprambiente/pdnd-ruby-client/tree/v0.1.13) (2026-03-20)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/isprambiente/pdnd-ruby-client/compare/v0.1.12...v0.1.13)
|
|
6
|
+
|
|
3
7
|
## [v0.1.12](https://github.com/isprambiente/pdnd-ruby-client/tree/v0.1.12) (2026-02-16)
|
|
4
8
|
|
|
5
9
|
[Full Changelog](https://github.com/isprambiente/pdnd-ruby-client/compare/v0.1.11...v0.1.12)
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|

|
|
3
3
|

|
|
4
4
|

|
|
5
|
-

|
|
6
6
|

|
|
7
7
|

|
|
8
8
|
|
|
@@ -14,7 +14,7 @@ MIT
|
|
|
14
14
|
|
|
15
15
|
## Requisiti
|
|
16
16
|
|
|
17
|
-
- Ruby >= 3.
|
|
17
|
+
- Ruby >= 3.3 (versioni precedenti sono [EOL](https://endoflife.date/ruby))
|
|
18
18
|
|
|
19
19
|
## Installazione
|
|
20
20
|
|
data/publiccode.yml
CHANGED
|
@@ -3,8 +3,8 @@ name: PDND Ruby Client
|
|
|
3
3
|
applicationSuite: PDNDClient
|
|
4
4
|
url: https://github.com/isprambiente/pdnd-ruby-client.git
|
|
5
5
|
landingURL: https://github.com/isprambiente/pdnd-ruby-client
|
|
6
|
-
softwareVersion: 0.1.
|
|
7
|
-
releaseDate: 2026-
|
|
6
|
+
softwareVersion: 0.1.13
|
|
7
|
+
releaseDate: 2026-03-20
|
|
8
8
|
platforms:
|
|
9
9
|
- web
|
|
10
10
|
- windows
|
|
@@ -28,7 +28,7 @@ description:
|
|
|
28
28
|
documentation: https://github.com/isprambiente/pdnd-ruby-client?tab=readme-ov-file#pdnd-ruby-client---
|
|
29
29
|
apiDocumentation: https://github.com/isprambiente/pdnd-ruby-client?tab=readme-ov-file#esempio-di-configurazione-minima
|
|
30
30
|
features:
|
|
31
|
-
- Compatibile con Ruby 3.
|
|
31
|
+
- Compatibile con Ruby 3.3 e versioni successive
|
|
32
32
|
- Supporta autenticazione OAuth2 con JWT Bearer Token
|
|
33
33
|
- Gestione automatica del rinnovo del token di accesso
|
|
34
34
|
- Facile integrazione con API RESTful di PDND
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pdnd-ruby-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Francesco Loreti
|
|
@@ -125,14 +125,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
125
125
|
requirements:
|
|
126
126
|
- - ">="
|
|
127
127
|
- !ruby/object:Gem::Version
|
|
128
|
-
version: 3.
|
|
128
|
+
version: 3.3.0
|
|
129
129
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
130
130
|
requirements:
|
|
131
131
|
- - ">="
|
|
132
132
|
- !ruby/object:Gem::Version
|
|
133
133
|
version: '0'
|
|
134
134
|
requirements: []
|
|
135
|
-
rubygems_version: 4.0.
|
|
135
|
+
rubygems_version: 4.0.6
|
|
136
136
|
specification_version: 4
|
|
137
137
|
summary: Client Ruby per la PDND.
|
|
138
138
|
test_files: []
|