terminal-shop 3.6.0 → 3.6.1

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: dc0479939e95aa687fda067b94d569d46523c34733d086cdf097130e456889f3
4
- data.tar.gz: ac2c7202e2c6fa2b01a4924e6e3183949d94e998eaa063e0986244c0226482aa
3
+ metadata.gz: d2baf89c820940247a6fcbaf7280e6650071b784336532310bc835ef84af19ac
4
+ data.tar.gz: 0d7a226044c4ef501334b7a8307e02232bf82c03365aa7456b76e0eafde61eec
5
5
  SHA512:
6
- metadata.gz: bc4b7532f4a5ad77586e7dfa9aa7d06360f3439554e2876323bbab003f1dc87e9b710c572e7d0b44090b172a9c1b05af00aaf41be292324415087372e4a370d0
7
- data.tar.gz: 0cfdf3b9ea2c19eacab42061b28d68807396acff5d5d14f5440b98a30862f338211d568cb07ce6392bd57a6edf2264eafa23db190dc9d5dbd88a06775d384de0
6
+ metadata.gz: ed79d30315f5958c0986ecd0bc3ce08b2d7e548ecffa9b6a0eda6a2b1b2c183439650e16f7b42b7f53da77db75eff537e9362948b6c2d831ba7576d0255b080d
7
+ data.tar.gz: e21a7d7893fadbcd2ee1484576b51e778205ccdc1fb77c6d419c64f44d18d4be1f991adb1b394473176ad3371e79aae1203a177e9e1e693d93898e6880c6da34
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.6.1 (2025-05-06)
4
+
5
+ Full Changelog: [v3.6.0...v3.6.1](https://github.com/terminaldotshop/terminal-sdk-ruby/compare/v3.6.0...v3.6.1)
6
+
7
+ ### Bug Fixes
8
+
9
+ * **internal:** fix formatting script for macos ([2a11953](https://github.com/terminaldotshop/terminal-sdk-ruby/commit/2a119536aeb607452bbeee0b6eb444dc7e592b58))
10
+
11
+
12
+ ### Chores
13
+
14
+ * **internal:** version bump ([d10ec26](https://github.com/terminaldotshop/terminal-sdk-ruby/commit/d10ec2627089405c24d0fab842fe38e4162fd88a))
15
+ * revert ignoring Gemfile.lock ([aeb56e3](https://github.com/terminaldotshop/terminal-sdk-ruby/commit/aeb56e3ed5baeb5a212bcd7315b2ce793bf33e9f))
16
+
3
17
  ## 3.6.0 (2025-05-06)
4
18
 
5
19
  Full Changelog: [v3.5.0...v3.6.0](https://github.com/terminaldotshop/terminal-sdk-ruby/compare/v3.5.0...v3.6.0)
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.6.0"
20
+ gem "terminal-shop", "~> 3.6.1"
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.6.0"
4
+ VERSION = "3.6.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: terminal-shop
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.6.0
4
+ version: 3.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Terminal