terminal-shop 3.8.6 → 3.8.7
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 +13 -0
- data/README.md +1 -1
- data/lib/terminal_shop/version.rb +1 -1
- data/rbi/terminal_shop/client.rbi +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 99d0f73f1d2bb56dbdca97ae904e740b2545048aec68424f59bedc99cae58558
|
4
|
+
data.tar.gz: 800484f6f43ce7b819517baf2759c22a4e868947d569464b91345ca6d884bd3a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2dacd276cac86212cffc23a8ffc4bebfafbc21f0c8a2a912f695cce424fc55214815d527eec863f12a8528451df1eb35c7f15f2195618a7e0f5a3f11114dc31d
|
7
|
+
data.tar.gz: 592e2811109a03b19cd06b29944525d4cd9b07a8e0fb69bd2df2238c9f1aeb0e20341dd63715f999205bc09387fb85a7f73d8a95e79830eec14934755113ce07
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 3.8.7 (2025-06-28)
|
4
|
+
|
5
|
+
Full Changelog: [v3.8.6...v3.8.7](https://github.com/terminaldotshop/terminal-sdk-ruby/compare/v3.8.6...v3.8.7)
|
6
|
+
|
7
|
+
### Bug Fixes
|
8
|
+
|
9
|
+
* sorbet type annotation on client's `environ` settings ([644ab1c](https://github.com/terminaldotshop/terminal-sdk-ruby/commit/644ab1c82711603dd0b93521aa1d025fd446ce47))
|
10
|
+
|
11
|
+
|
12
|
+
### Chores
|
13
|
+
|
14
|
+
* **internal:** codegen related update ([1391c7f](https://github.com/terminaldotshop/terminal-sdk-ruby/commit/1391c7f943ab85c1abf4f5bda9d1ab7f468b8f12))
|
15
|
+
|
3
16
|
## 3.8.6 (2025-06-27)
|
4
17
|
|
5
18
|
Full Changelog: [v3.8.5...v3.8.6](https://github.com/terminaldotshop/terminal-sdk-ruby/compare/v3.8.5...v3.8.6)
|
data/README.md
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: terminal-shop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.8.
|
4
|
+
version: 3.8.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Terminal
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: connection_pool
|