brand.dev 0.1.0.pre.alpha.10 → 0.1.0.pre.alpha.11

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: 39288345d4afc44ccbd1c459d0d2ba5e6e77a7a291d24be8527b687158f50da1
4
- data.tar.gz: 92d30faa9d507c2a2f1c9d9f27e953aa0f384f37619ceac7e383aba47c66c047
3
+ metadata.gz: a666a0f4444202bc0c8696670859e71589dd7194c901681e1d41fe9796ee4bec
4
+ data.tar.gz: 78223ef274c1318f049161eb94d9492c81b8f56334443342fe4e927d6608face
5
5
  SHA512:
6
- metadata.gz: fb1e59ad5d7520884adccc5d8a9d412f872e22e36fda8af118b542849da81e37055935ddd9dca44d3e8a654ecd4c87e3c5dc53c9dd8957806a2adc2309cccc9b
7
- data.tar.gz: 0d6a1bed805a952596aa562e5ef614adff1873ecb5cd5ea8ea99f47640c6dff42b00f3dc486df3720a628d207abb7d3d17f1f7f2bbf342486790c33173e9c569
6
+ metadata.gz: b1fa375c99a994fe61809051dc7436b6cf3c2694967a05b27f5f8a99dc1bd1e8aeab8cab0b215443a7469e429d95b51c811c2e9a6b56e76a908a97b97f3e3961
7
+ data.tar.gz: f7735aee12154998268c08ae41d2643f05f5fa83895d9b37863c3f62cbb3e75756082bfbbdbef03e0c52136f4457efec7d54f80ebc9feaf092ee1d41bef64e99
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.0-alpha.11 (2025-06-27)
4
+
5
+ Full Changelog: [v0.1.0-alpha.10...v0.1.0-alpha.11](https://github.com/brand-dot-dev/ruby-sdk/compare/v0.1.0-alpha.10...v0.1.0-alpha.11)
6
+
7
+ ### Bug Fixes
8
+
9
+ * **ci:** release-doctor — report correct token name ([d8ea78e](https://github.com/brand-dot-dev/ruby-sdk/commit/d8ea78ebf0d975cac2720b3441e4cc98e49e348c))
10
+
11
+
12
+ ### Chores
13
+
14
+ * **internal:** version bump ([41f18be](https://github.com/brand-dot-dev/ruby-sdk/commit/41f18bedff6bd714f0679df48e7b23e0995916ce))
15
+
3
16
  ## 0.1.0-alpha.10 (2025-06-19)
4
17
 
5
18
  Full Changelog: [v0.1.0-alpha.9...v0.1.0-alpha.10](https://github.com/brand-dot-dev/ruby-sdk/compare/v0.1.0-alpha.9...v0.1.0-alpha.10)
data/README.md CHANGED
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
15
15
  <!-- x-release-please-start-version -->
16
16
 
17
17
  ```ruby
18
- gem "brand.dev", "~> 0.1.0.pre.alpha.10"
18
+ gem "brand.dev", "~> 0.1.0.pre.alpha.11"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BrandDev
4
- VERSION = "0.1.0.pre.alpha.10"
4
+ VERSION = "0.1.0.pre.alpha.11"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brand.dev
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre.alpha.10
4
+ version: 0.1.0.pre.alpha.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brand Dev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-20 00:00:00.000000000 Z
11
+ date: 2025-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: connection_pool