api_adaptor 1.0.1 → 1.0.2
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 +4 -4
- data/CHANGELOG.md +6 -0
- data/Gemfile.lock +1 -1
- data/lib/api_adaptor/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fab97b3e1bb7d87f4c0ed77d89401773e5e9fe20938f32c77c5eceeac0b384cf
|
|
4
|
+
data.tar.gz: 3f6f31dc0705ee9e22c5c58089728d96a8be3f4e1f42be6c9a92f839810eaf65
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c024d28a09fd4814af5c74d4682afba8f14f29138f207fecca9a73e0bdac95ed1a69d24331f0cb8408a95261598eb570a548c2e9bdbe291cd076621d2f1c8248
|
|
7
|
+
data.tar.gz: 51d127cca47a52640a36225bb5d556c461293c953a738d3915d7751ab01df5c331415475184798871471f10ed01901996f7c7e00efdcd28070e0bf5c2f69024b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [1.0.2] - 2026-05-31
|
|
2
|
+
|
|
3
|
+
### Changed
|
|
4
|
+
- Removed Ruby 3.2 from CI test and lint matrices because Ruby 3.2 reached end-of-life on 2026-04-01.
|
|
5
|
+
- Ruby 3.2 remains installable for this release, but runtime support will be dropped in the next major release.
|
|
6
|
+
|
|
1
7
|
## [1.0.1] - 2026-05-31
|
|
2
8
|
|
|
3
9
|
### Changed
|
data/Gemfile.lock
CHANGED
data/lib/api_adaptor/version.rb
CHANGED