pdnd-ruby-client 0.1.8 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bae1645fd551de26656b5f584106785c506f36df8385539bce449051cb64a3b2
4
- data.tar.gz: 7ebb2b41a7f706dc5f706dc929065d2ae52c68febc960a59812bb956840e88d5
3
+ metadata.gz: 0d399c4c1bdb3030a29944fa2a2772ac347c23033ef8498d3d303bea7b817ebd
4
+ data.tar.gz: 7e8abb9d7e32e31d127231038af5d3c333f55f08328079cc5d6f19250001758b
5
5
  SHA512:
6
- metadata.gz: e9f3d655828043ee8f6a76faf1d1a5ea80baff0519330844375930a119ea3cd24217ed6bcffa915a0fb5f2bb815e93587236482a98fc0cf8149699c532c2f20e
7
- data.tar.gz: c4bd729e5abd4eed356a90635dcb26957e6a6b347601391ba7552f372bf4bbd832e8b98ab5fe20879662b1f16fbe296110d23d534e3414fa94d52df51aa9a8ba
6
+ metadata.gz: e8a35963fd62f51186e59d1cc5df2400f1dd6f7da0086e1bd452027c18cb878b76495937eadc3823ca62e02afa38aa2f23773f176c9ed049ff0e3b506199080e
7
+ data.tar.gz: 930c8fe928c34068faa8aa403712994f08f3f0b3c12885df9ee7f7e9319225eb96a2c04bca3eeb3f72ebe326be0a61c188188aa07c382898a87380318af24af5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [v0.1.10](https://github.com/isprambiente/pdnd-ruby-client/tree/v0.1.10) (2025-12-27)
4
+
5
+ [Full Changelog](https://github.com/isprambiente/pdnd-ruby-client/compare/v0.1.9...v0.1.10)
6
+
7
+ ## [v0.1.9](https://github.com/isprambiente/pdnd-ruby-client/tree/v0.1.9) (2025-12-12)
8
+
9
+ [Full Changelog](https://github.com/isprambiente/pdnd-ruby-client/compare/v0.1.8...v0.1.9)
10
+
3
11
  ## [v0.1.8](https://github.com/isprambiente/pdnd-ruby-client/tree/v0.1.8) (2025-11-14)
4
12
 
5
13
  [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.10'
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.10
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
@@ -131,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
131
132
  - !ruby/object:Gem::Version
132
133
  version: '0'
133
134
  requirements: []
134
- rubygems_version: 3.6.9
135
+ rubygems_version: 4.0.3
135
136
  specification_version: 4
136
137
  summary: Client Ruby per la PDND.
137
138
  test_files: []