brand.dev 0.31.0 → 0.32.0

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: 8089cbace4af59feaee6062b0c450fefd511db6585de5c911e5c722fe724dbc6
4
- data.tar.gz: 9b8f377e4c7d1ec7e6124974f03041c2e2579711488c75f4b32a5b0001940da4
3
+ metadata.gz: 231e73050b4bf5b28b8b6dde0138d2a99a456f06f5f7c4f1d14ef176bf8d3ba3
4
+ data.tar.gz: 1852c03bc8de20f23a6236a39c81eba70fec994a89e8b5e8036e8feefa2d3035
5
5
  SHA512:
6
- metadata.gz: e9b1abee2d225d9d6137390ed3b18a21520def80a0fc8992c524cc7f4f0c0ded59204ac6958b98ae07a338689485a345d473b40350ef42a72bc30639d0120815
7
- data.tar.gz: d9d1e054d3d8373f03589ce8fe356335029a3d3d394b851cb33aadab7d3ee82c73300bb9f94d2859cdb483a5b51d616ae1d1a5cb9b1f715573a3a28565151791
6
+ metadata.gz: f77e137daa87328e193805f16d716ad2de3f094a15543b98fbd747728ea783fb7a8a83d45dbc478ab0fb024db236af25e1a839d818eeb3de69dcf534dabcc48a
7
+ data.tar.gz: f79e1ed1dc918a14789353d5b499ec815ba5f62f1a1b4a4e8cddc853775faabbc6d3682b79fa234df2c8984006f0d7b62b5e5c6e2274d58ab67a72d275b9595d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.32.0 (2026-03-25)
4
+
5
+ Full Changelog: [v0.31.0...v0.32.0](https://github.com/context-dot-dev/deprecated-brand-ruby-sdk/compare/v0.31.0...v0.32.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** manual updates ([6d017ed](https://github.com/context-dot-dev/deprecated-brand-ruby-sdk/commit/6d017ed5df52193779f6da273984046f5fa6bfad))
10
+
3
11
  ## 0.31.0 (2026-03-25)
4
12
 
5
13
  Full Changelog: [v0.30.0...v0.31.0](https://github.com/context-dot-dev/deprecated-brand-ruby-sdk/compare/v0.30.0...v0.31.0)
data/README.md CHANGED
@@ -17,7 +17,7 @@ Use the Brand Dev MCP Server to enable AI assistants to interact with this API,
17
17
 
18
18
  Documentation for releases of this gem can be found [on RubyDoc](https://gemdocs.org/gems/brand.dev).
19
19
 
20
- The REST API documentation can be found on [docs.brand.dev](https://docs.brand.dev/).
20
+ The REST API documentation can be found on [docs.context.dev](https://docs.context.dev/).
21
21
 
22
22
  ## Installation
23
23
 
@@ -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 "brand.dev", "~> 0.31.0"
29
+ gem "brand.dev", "~> 0.32.0"
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 BrandDev
4
- VERSION = "0.31.0"
4
+ VERSION = "0.32.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brand.dev
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.0
4
+ version: 0.32.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brand Dev