pdnd-ruby-client 0.1.2 → 0.1.3

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: a5147d672ceaf32b646c3b7a47a3d6bdfd67d2cda7558307ed5d708fe192a38b
4
- data.tar.gz: 92237d97b41cd98201169b8896e3ecf9c173ad3e15c4d2367acbae08f5d2f5a9
3
+ metadata.gz: 42ce6a9a24fe0984b815ad960449efa9e2ca874c979625175a5fc744eedc0d89
4
+ data.tar.gz: 4a18328b81f988b347fd764298e0e6ea93403c5d99d68378518a06c2557a5c07
5
5
  SHA512:
6
- metadata.gz: 5bba7b3b03fdf8fa9c386dc6b4c18f6fa13aeb6865648b1469fbaa7b6161e0a04c040ed441736750cb262a59880c3759a4640e3c62b417b4f129169fed15fa59
7
- data.tar.gz: 4aca9b525ae0fa3a11130d9cd2a627a48c56945c8d91f76ac23fe0bfcc5e52828d8da4722cb13158f4d9820b52f05f57e4ade2f25d0b7027ffa8d30f2d3e77df
6
+ metadata.gz: 7132a885625772c8e479bb81da8dc3197c68ffb69a93a761ab2fbf5875f93e9c932e0427b4fe2deee6a70c5ad1bbe2931569b89409540805fca666dc98d95973
7
+ data.tar.gz: 4915420180d48d0828d9304b5a39451643c33991c2b94c11a45b2fd78c30a04755bf1b7a47db9349a61e0b1308eebb5903c5a963886ab8b68ea3b696020fe736
data/.env.sample CHANGED
File without changes
data/.rspec CHANGED
File without changes
data/.rubocop.yml CHANGED
File without changes
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [v0.1.3](https://github.com/isprambiente/pdnd-ruby-client/tree/v0.1.3) (2025-07-28)
4
+
5
+ [Full Changelog](https://github.com/isprambiente/pdnd-ruby-client/compare/v0.1.2...v0.1.3)
6
+
7
+ ## [v0.1.2](https://github.com/isprambiente/pdnd-ruby-client/tree/v0.1.2) (2025-07-28)
8
+
9
+ [Full Changelog](https://github.com/isprambiente/pdnd-ruby-client/compare/v0.1.1...v0.1.2)
10
+
11
+ ## [v0.1.1](https://github.com/isprambiente/pdnd-ruby-client/tree/v0.1.1) (2025-07-27)
12
+
13
+ [Full Changelog](https://github.com/isprambiente/pdnd-ruby-client/compare/3f6941089b70a828eb2ebeb3778be2e8f92e4325...v0.1.1)
14
+
3
15
 
4
16
 
5
17
  \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
data/LICENSE CHANGED
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
data/configs/sample.json CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -2,6 +2,6 @@
2
2
 
3
3
  module PDND
4
4
  class ClientVersion
5
- VERSION = '0.1.2'
5
+ VERSION = '0.1.3'
6
6
  end
7
7
  end
File without changes
File without changes
data/tmp/.gitkeep CHANGED
File without changes
data/tmp/pdnd_token.json CHANGED
File without changes
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.2
4
+ version: 0.1.3
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.7.1
135
+ rubygems_version: 3.6.9
136
136
  specification_version: 4
137
137
  summary: Client Ruby per la PDND.
138
138
  test_files: []