pdnd-ruby-client 0.1.14 → 1.0.0

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: '0851283b3eb0d48ad3bdd35c1e65384fbe71b84786827ae951abb3f0dfe31cda'
4
- data.tar.gz: 560f3603d3d5c46719b0c89c15d8f24ec84ea44f967bb8926824203854a17a1a
3
+ metadata.gz: ba81577178e3cc511462bc6983361f52d2b09fdeade89537624a3353bc638c91
4
+ data.tar.gz: 861d809afa57eaabf193531d2258e14d04c231cd2adc92028d96c99e29b5e745
5
5
  SHA512:
6
- metadata.gz: 1b410643479c7232125431390a3a7dae87d8ea36373764dab5790027cfa9d8d52749d2cfe40006509aa4a790174ea52c0c7fb66e7ddbb82774c42d8afdb7298f
7
- data.tar.gz: 6702cc94f8a0771c8aa3b759667d889c1039e6a6cbf1b88304ab9767be0580ab5275b41e2c50b2f64a3fdae41ee961d89d04dbcab6677a3ce7730a4a576e1bff
6
+ metadata.gz: e953ea9106f69861408ad76f10e321ffbae1b9cdfd329ecd1588d7c12af5bbe77280a83716134095b07f0fea90ef8f2ebb2cf2250a975fdfe6fe9807ed8bc5cf
7
+ data.tar.gz: c47ea9ee33e8e44925020002665b75f3bb8f74b8937d50fb92816ca2c35d00a8152aed804ff671af06e85984c1a6011eb74c55d2e621a88c068fde21b672fa3d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [v1.0.0](https://github.com/isprambiente/pdnd-ruby-client/tree/v1.0.0) (2026-07-27)
4
+
5
+ [Full Changelog](https://github.com/isprambiente/pdnd-ruby-client/compare/v0.1.15...v1.0.0)
6
+
7
+ ## [v0.1.15](https://github.com/isprambiente/pdnd-ruby-client/tree/v0.1.15) (2026-07-27)
8
+
9
+ [Full Changelog](https://github.com/isprambiente/pdnd-ruby-client/compare/v0.1.14...v0.1.15)
10
+
3
11
  ## [v0.1.14](https://github.com/isprambiente/pdnd-ruby-client/tree/v0.1.14) (2026-03-20)
4
12
 
5
13
  [Full Changelog](https://github.com/isprambiente/pdnd-ruby-client/compare/v0.1.13...v0.1.14)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module PDND
4
4
  class ClientVersion
5
- VERSION = '0.1.14'
5
+ VERSION = '1.0.0'
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.14
7
- releaseDate: 2026-03-20
6
+ softwareVersion: 1.0
7
+ releaseDate: 2026-07-27
8
8
  platforms:
9
9
  - web
10
10
  - windows
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.14
4
+ version: 1.0.0
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: 4.0.6
135
+ rubygems_version: 4.0.16
136
136
  specification_version: 4
137
137
  summary: Client Ruby per la PDND.
138
138
  test_files: []