terminal-shop 3.10.7 → 3.10.8

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: 2f49ac57fc7d4626b688eb4c59285fa4d2ceea628f328943c2dfe258cca93346
4
- data.tar.gz: 9f11e91589a5b2e44f17609685af05d8f0b091f0baecc105b75d2c93d0026222
3
+ metadata.gz: 34aef1dffb922821eefedc453dbd07281c6b399b162a901a871fba41b5e112f2
4
+ data.tar.gz: 872f7130734b63cabc6b756a1288efb9e6dc15f37bbfc0279a3cf5717ad824a9
5
5
  SHA512:
6
- metadata.gz: 9fecf41db24ccbc412e5b47f37e0d33f61e672c1c1f1a58aab36b9c9744629ce1df28bf7f9878d7dc4e3bd80aaf4dc4ad47b5674232e5d64878757587bf386c2
7
- data.tar.gz: 35a9aadb094b3730cd0a3f9e0eff0908a2e0e2e73a2a55fefdd676232a2c1bcfb91f7a9b62108fa7caa5c6a94a39373acb79263b39fafeef27e114f1518eadc8
6
+ metadata.gz: 6c3a2f4f7ed4d1ca08d72704bb35289c55ea000eeeb6393021903461b797dd5020eafc5b3574c209d1deefe8a6bb8f45bdac55bafb11e0f2bd5d470240c92ce7
7
+ data.tar.gz: 3ab84c53aeacbf4ea9e32b12a0c7284ec6a32e2f7f396bd9a55469c27d2c1cc7d6df7ab5a325f7d22862a6484c18b01c9f19c42ded3d8eb2fde07ee333583a51
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.10.8 (2026-04-01)
4
+
5
+ Full Changelog: [v3.10.7...v3.10.8](https://github.com/terminaldotshop/terminal-sdk-ruby/compare/v3.10.7...v3.10.8)
6
+
7
+ ### Bug Fixes
8
+
9
+ * variable name typo ([6f25050](https://github.com/terminaldotshop/terminal-sdk-ruby/commit/6f2505020bf0af7c63924a05a541535b201e1d73))
10
+
11
+
12
+ ### Chores
13
+
14
+ * **tests:** bump steady to v0.20.1 ([c1e537e](https://github.com/terminaldotshop/terminal-sdk-ruby/commit/c1e537ee32cc862736319bee06eba0e625dabad1))
15
+ * **tests:** bump steady to v0.20.2 ([168fa3b](https://github.com/terminaldotshop/terminal-sdk-ruby/commit/168fa3b706a2d89a8a1001104142e2d2ef03ae5c))
16
+
3
17
  ## 3.10.7 (2026-03-28)
4
18
 
5
19
  Full Changelog: [v3.10.6...v3.10.7](https://github.com/terminaldotshop/terminal-sdk-ruby/compare/v3.10.6...v3.10.7)
data/README.md CHANGED
@@ -26,7 +26,7 @@ To use this gem, install via Bundler by adding the following to your application
26
26
  <!-- x-release-please-start-version -->
27
27
 
28
28
  ```ruby
29
- gem "terminal-shop", "~> 3.10.7"
29
+ gem "terminal-shop", "~> 3.10.8"
30
30
  ```
31
31
 
32
32
  <!-- x-release-please-end -->
@@ -157,7 +157,7 @@ module TerminalShop
157
157
  in Hash | nil => coerced
158
158
  coerced
159
159
  else
160
- message = "Expected a #{Hash} or #{TerminalShop::Internal::Type::BaseModel}, got #{data.inspect}"
160
+ message = "Expected a #{Hash} or #{TerminalShop::Internal::Type::BaseModel}, got #{input.inspect}"
161
161
  raise ArgumentError.new(message)
162
162
  end
163
163
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TerminalShop
4
- VERSION = "3.10.7"
4
+ VERSION = "3.10.8"
5
5
  end
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.10.7
4
+ version: 3.10.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Terminal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-03-29 00:00:00.000000000 Z
11
+ date: 2026-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi