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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 23016a54b68479b8c18e5e6ca5f3b4d406f2325b13bdcc45961f598bdd89d044
4
- data.tar.gz: 70847be82c560254f11b262179ad912c362fbc3cbf0520073dd9153e343adfd0
3
+ metadata.gz: 99d0f73f1d2bb56dbdca97ae904e740b2545048aec68424f59bedc99cae58558
4
+ data.tar.gz: 800484f6f43ce7b819517baf2759c22a4e868947d569464b91345ca6d884bd3a
5
5
  SHA512:
6
- metadata.gz: 1a12a63e5a30e0649682fd1ebb942d1486cfb1ebc6eb49519d3011f0b3ba2c34092a31ac8f1b362513d8a702bbe1dfe1a2d2a4bcb49826c97ae8581611d47b73
7
- data.tar.gz: 497d0a13f98f1306c9997abcd5334484d339158d5e8361de7ba1da6c75a98a86305499b94e39668b15210bbba430ab204c4f71fca3b9c66baa631668a47e4364
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
@@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
17
17
  <!-- x-release-please-start-version -->
18
18
 
19
19
  ```ruby
20
- gem "terminal-shop", "~> 3.8.6"
20
+ gem "terminal-shop", "~> 3.8.7"
21
21
  ```
22
22
 
23
23
  <!-- x-release-please-end -->
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TerminalShop
4
- VERSION = "3.8.6"
4
+ VERSION = "3.8.7"
5
5
  end
@@ -68,7 +68,7 @@ module TerminalShop
68
68
  params(
69
69
  bearer_token: T.nilable(String),
70
70
  app_id: T.nilable(String),
71
- environment: NilClass,
71
+ environment: T.nilable(T.any(Symbol, String)),
72
72
  base_url: T.nilable(String),
73
73
  max_retries: Integer,
74
74
  timeout: Float,
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.6
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-27 00:00:00.000000000 Z
11
+ date: 2025-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: connection_pool