pdnd-ruby-client 0.1.9 → 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: af413a45032167a856a8d51b5e222c315632eb196771bc3f7d851a43557fa662
4
- data.tar.gz: 1e08ac4933156f71f4fd4036ddd8dbf147bd416b60980aa1de73fa455d20b301
3
+ metadata.gz: 0d399c4c1bdb3030a29944fa2a2772ac347c23033ef8498d3d303bea7b817ebd
4
+ data.tar.gz: 7e8abb9d7e32e31d127231038af5d3c333f55f08328079cc5d6f19250001758b
5
5
  SHA512:
6
- metadata.gz: d9c68932ffd968fe47f0148952960b6d96ac3e0bc7772eff157f1fa085c3a3acfb7876ccdbe3a59bf91d6ad8802217e739ad148795527fdb5347e7b2e7abc817
7
- data.tar.gz: ce49b346ec42eeb4506bd1552821c207b90c35ea3aa4f6ebe2930cd1a418edfc794c549a4506c5f1443246bb0d86534fbb2c4b031e7edf6662a095e4e719c85f
6
+ metadata.gz: e8a35963fd62f51186e59d1cc5df2400f1dd6f7da0086e1bd452027c18cb878b76495937eadc3823ca62e02afa38aa2f23773f176c9ed049ff0e3b506199080e
7
+ data.tar.gz: 930c8fe928c34068faa8aa403712994f08f3f0b3c12885df9ee7f7e9319225eb96a2c04bca3eeb3f72ebe326be0a61c188188aa07c382898a87380318af24af5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ## [v0.1.9](https://github.com/isprambiente/pdnd-ruby-client/tree/v0.1.9) (2025-12-12)
4
8
 
5
9
  [Full Changelog](https://github.com/isprambiente/pdnd-ruby-client/compare/v0.1.8...v0.1.9)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module PDND
4
4
  class ClientVersion
5
- VERSION = '0.1.9'
5
+ VERSION = '0.1.10'
6
6
  end
7
7
  end
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.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francesco Loreti
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
132
  - !ruby/object:Gem::Version
133
133
  version: '0'
134
134
  requirements: []
135
- rubygems_version: 3.6.9
135
+ rubygems_version: 4.0.3
136
136
  specification_version: 4
137
137
  summary: Client Ruby per la PDND.
138
138
  test_files: []