pdnd-ruby-client 0.1.8 → 0.1.9

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: bae1645fd551de26656b5f584106785c506f36df8385539bce449051cb64a3b2
4
- data.tar.gz: 7ebb2b41a7f706dc5f706dc929065d2ae52c68febc960a59812bb956840e88d5
3
+ metadata.gz: af413a45032167a856a8d51b5e222c315632eb196771bc3f7d851a43557fa662
4
+ data.tar.gz: 1e08ac4933156f71f4fd4036ddd8dbf147bd416b60980aa1de73fa455d20b301
5
5
  SHA512:
6
- metadata.gz: e9f3d655828043ee8f6a76faf1d1a5ea80baff0519330844375930a119ea3cd24217ed6bcffa915a0fb5f2bb815e93587236482a98fc0cf8149699c532c2f20e
7
- data.tar.gz: c4bd729e5abd4eed356a90635dcb26957e6a6b347601391ba7552f372bf4bbd832e8b98ab5fe20879662b1f16fbe296110d23d534e3414fa94d52df51aa9a8ba
6
+ metadata.gz: d9c68932ffd968fe47f0148952960b6d96ac3e0bc7772eff157f1fa085c3a3acfb7876ccdbe3a59bf91d6ad8802217e739ad148795527fdb5347e7b2e7abc817
7
+ data.tar.gz: ce49b346ec42eeb4506bd1552821c207b90c35ea3aa4f6ebe2930cd1a418edfc794c549a4506c5f1443246bb0d86534fbb2c4b031e7edf6662a095e4e719c85f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [v0.1.9](https://github.com/isprambiente/pdnd-ruby-client/tree/v0.1.9) (2025-12-12)
4
+
5
+ [Full Changelog](https://github.com/isprambiente/pdnd-ruby-client/compare/v0.1.8...v0.1.9)
6
+
3
7
  ## [v0.1.8](https://github.com/isprambiente/pdnd-ruby-client/tree/v0.1.8) (2025-11-14)
4
8
 
5
9
  [Full Changelog](https://github.com/isprambiente/pdnd-ruby-client/compare/v0.1.7...v0.1.8)
data/README.md CHANGED
@@ -1,4 +1,10 @@
1
- # pdnd-ruby-client ![CI](https://img.shields.io/github/actions/workflow/status/isprambiente/pdnd-ruby-client/README.md) ![Versione Ruby](https://img.shields.io/badge/ruby-%3E%3D3.2-blue) ![Licenza MIT](https://img.shields.io/badge/license-MIT-green)
1
+ # pdnd-ruby-client
2
+ ![CI](https://img.shields.io/github/actions/workflow/status/isprambiente/pdnd-ruby-client/ci.yml?label=CI)
3
+ ![Security Audit](https://img.shields.io/github/actions/workflow/status/isprambiente/pdnd-ruby-client/security-audit.yml?label=Security%20Audit)
4
+ ![Licenza MIT](https://img.shields.io/badge/license-MIT-green)
5
+ ![Versione Ruby](https://img.shields.io/badge/ruby-%3E%3D3.2-blue)
6
+ ![Ultima versione](https://img.shields.io/gem/v/pdnd-ruby-client)
7
+ ![Download totali](https://img.shields.io/gem/dt/pdnd-ruby-client)
2
8
 
3
9
  Client Ruby per autenticazione e interazione con le API della Piattaforma Digitale Nazionale Dati (PDND).
4
10
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module PDND
4
4
  class ClientVersion
5
- VERSION = '0.1.8'
5
+ VERSION = '0.1.9'
6
6
  end
7
7
  end
data/publiccode.yml ADDED
@@ -0,0 +1,50 @@
1
+ publiccodeYmlVersion: 0.5.0
2
+ name: PDND Ruby Client
3
+ applicationSuite: PDNDClient
4
+ url: https://github.com/isprambiente/pdnd-ruby-client.git
5
+ landingURL: https://github.com/isprambiente/pdnd-ruby-client
6
+ softwareVersion: 0.1.9
7
+ releaseDate: 2025-12-12
8
+ platforms:
9
+ - web
10
+ - windows
11
+ - linux
12
+ categories:
13
+ - application-development
14
+ - it-development
15
+ organisation:
16
+ uri: urn:x-italian-pa:ispra_rm
17
+ usedBy:
18
+ - ISPRA
19
+ developmentStatus: stable
20
+ softwareType: library
21
+ description:
22
+ it:
23
+ localisedName: PDND Ruby Client
24
+ shortDescription: Client Ruby per autenticazione e chiamata API PDND (Piattaforma
25
+ Digitale Nazionale Dati).
26
+ longDescription: Client Ruby per autenticazione e interazione con le API della Piattaforma Digitale Nazionale Dati (PDND).
27
+ https://github.com/isprambiente/pdnd-ruby-client
28
+ documentation: https://github.com/isprambiente/pdnd-ruby-client?tab=readme-ov-file#pdnd-ruby-client---
29
+ apiDocumentation: https://github.com/isprambiente/pdnd-ruby-client?tab=readme-ov-file#esempio-di-configurazione-minima
30
+ features:
31
+ - Compatibile con Ruby 3.2 e versioni successive
32
+ - Supporta autenticazione OAuth2 con JWT Bearer Token
33
+ - Gestione automatica del rinnovo del token di accesso
34
+ - Facile integrazione con API RESTful di PDND
35
+ - Documentazione completa e esempi di utilizzo
36
+ - Open Source con licenza MIT
37
+ - Audit di sicurezza
38
+ legal:
39
+ license: MIT
40
+ maintenance:
41
+ type: internal
42
+ contacts:
43
+ - name: Francesco Loreti
44
+ email: francesco.loreti@isprambiente.it
45
+ phone: "0650072225"
46
+ affiliation: ISPRA
47
+ localisation:
48
+ localisationReady: false
49
+ availableLanguages:
50
+ - it-IT
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.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francesco Loreti
@@ -108,6 +108,7 @@ files:
108
108
  - lib/pdnd-ruby-client/jwt_generator.rb
109
109
  - lib/pdnd-ruby-client/token_manager.rb
110
110
  - lib/pdnd-ruby-client/version.rb
111
+ - publiccode.yml
111
112
  - sig/pdnd-ruby-client.rbs
112
113
  - tmp/.gitkeep
113
114
  homepage: https://github.com/isprambiente/pdnd-ruby-client