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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3275e253526f53dc73d65660206958f8f1a0b5aaea41fca668ef923243e5aa04
4
- data.tar.gz: f70e2a235b5609a8ac650f322387fc0a058ef9f9b2dbe65cabd24974d28640be
3
+ metadata.gz: e045ffae80357cdadf426af827ff4f3af6d47045b55b5037581b5fdf459afdd0
4
+ data.tar.gz: 72167ace4b6b941415b747f7538a2880c81f99d867d6c86937e04e17a8382057
5
5
  SHA512:
6
- metadata.gz: 157959121828f0f5c582f3bbecaadf3b5ec644a5c833285d9664beced1743324227ed8a02e4c20b99bdfa0337af371977662a1ee7b43e2a38c7da4f2bcf9f3aa
7
- data.tar.gz: ace72e1d8cf89f0f7c638a555b5ec9a98e388de0b2d354ef44593e83b219712e2d3117afd3b48d1e9ef0e70795aaa84a14d1fec5358f211641bb1c7f44d5094b
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
  ![CI](https://img.shields.io/github/actions/workflow/status/isprambiente/pdnd-ruby-client/ci.yml?label=CI)
3
3
  ![Security Audit](https://img.shields.io/github/actions/workflow/status/isprambiente/pdnd-ruby-client/security-audit.yml?label=Security%20Audit)
4
4
  ![Licenza MIT](https://img.shields.io/badge/license-MIT-green)
5
- ![Versione Ruby](https://img.shields.io/badge/ruby-%3E%3D3.2-blue)
5
+ ![Versione Ruby](https://img.shields.io/badge/ruby-%3E%3D3.3-blue)
6
6
  ![Ultima versione](https://img.shields.io/gem/v/pdnd-ruby-client)
7
7
  ![Download totali](https://img.shields.io/gem/dt/pdnd-ruby-client)
8
8
 
@@ -14,7 +14,7 @@ MIT
14
14
 
15
15
  ## Requisiti
16
16
 
17
- - Ruby >= 3.2 (versioni precedenti sono [EOL](https://endoflife.date/ruby))
17
+ - Ruby >= 3.3 (versioni precedenti sono [EOL](https://endoflife.date/ruby))
18
18
 
19
19
  ## Installazione
20
20
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module PDND
4
4
  class ClientVersion
5
- VERSION = '0.1.12'
5
+ VERSION = '0.1.13'
6
6
  end
7
7
  end
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.12
7
- releaseDate: 2026-02-16
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.2 e versioni successive
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.12
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.2.0
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.3
135
+ rubygems_version: 4.0.6
136
136
  specification_version: 4
137
137
  summary: Client Ruby per la PDND.
138
138
  test_files: []