terminal-shop 3.10.5 → 3.10.6

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: a5f59e58ba9b2b2dae0f8a15903ebdef7872ec3f20f79727997467690c35cd4d
4
- data.tar.gz: bdade6647ddb43a0f267ddee19674389d54069055cdc373d4d4c0568f398cabc
3
+ metadata.gz: a4f90844e115a6f6ee3579c112f27a699dfbb79619494e33fbaa1285cb853c11
4
+ data.tar.gz: ff1b343d47ff97fe356c1f167820b04a1f8909af0c1f9742e20386c238b1f0c1
5
5
  SHA512:
6
- metadata.gz: 988e2783f70de494ce12b1ea1826c4f3e1fdafd3dea7ef1a1889171345e7367fd12dcf235ccbb9fb75889d2fcde3342976d9f7816e0cbb216cbd833051c2d9ee
7
- data.tar.gz: e56d9dddcbb962ac318f3f5651cd16f1bc34d12dad32f1b892b002165a992b03ef32df9644da7128e3974f70d9ecbc86adf4166e71ccb61536e35ef74e79493c
6
+ metadata.gz: 43f59775927e994ae3326846c61f4cfa7bca952685b7b3ec38f74edecd0668b5adbd233af6e1d0c58549037dbf8a91cd09e8bd2af0316d9ab18ec6dbeca71b87
7
+ data.tar.gz: 8c87b44e645e7f766899719224a262fb451d11c5cd6b994cfa87c59f4c43678e4edb408b8cbea407ec2975d393ea47816cb478a1f79a756dac9512ba0263ed90
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.10.6 (2026-02-27)
4
+
5
+ Full Changelog: [v3.10.5...v3.10.6](https://github.com/terminaldotshop/terminal-sdk-ruby/compare/v3.10.5...v3.10.6)
6
+
7
+ ### Bug Fixes
8
+
9
+ * properly mock time in ruby ci tests ([4640b85](https://github.com/terminaldotshop/terminal-sdk-ruby/commit/4640b85e8b5ea21e88797d5afa1c6733ab6872af))
10
+
11
+
12
+ ### Chores
13
+
14
+ * update mock server docs ([c4a57a9](https://github.com/terminaldotshop/terminal-sdk-ruby/commit/c4a57a9b1a17608cdecc9859dd00d976878ef919))
15
+
3
16
  ## 3.10.5 (2026-02-07)
4
17
 
5
18
  Full Changelog: [v3.10.4...v3.10.5](https://github.com/terminaldotshop/terminal-sdk-ruby/compare/v3.10.4...v3.10.5)
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.5"
29
+ gem "terminal-shop", "~> 3.10.6"
30
30
  ```
31
31
 
32
32
  <!-- x-release-please-end -->
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TerminalShop
4
- VERSION = "3.10.5"
4
+ VERSION = "3.10.6"
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.5
4
+ version: 3.10.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Terminal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-02-07 00:00:00.000000000 Z
11
+ date: 2026-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi