brand.dev 0.1.0.pre.alpha.9 → 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 +4 -4
- data/CHANGELOG.md +26 -0
- data/README.md +1 -1
- data/lib/brand_dev/resources/brand.rb +1 -2
- data/lib/brand_dev/version.rb +1 -1
- data/rbi/brand_dev/resources/brand.rbi +1 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a666a0f4444202bc0c8696670859e71589dd7194c901681e1d41fe9796ee4bec
|
4
|
+
data.tar.gz: 78223ef274c1318f049161eb94d9492c81b8f56334443342fe4e927d6608face
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b1fa375c99a994fe61809051dc7436b6cf3c2694967a05b27f5f8a99dc1bd1e8aeab8cab0b215443a7469e429d95b51c811c2e9a6b56e76a908a97b97f3e3961
|
7
|
+
data.tar.gz: f7735aee12154998268c08ae41d2643f05f5fa83895d9b37863c3f62cbb3e75756082bfbbdbef03e0c52136f4457efec7d54f80ebc9feaf092ee1d41bef64e99
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,31 @@
|
|
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
|
+
|
16
|
+
## 0.1.0-alpha.10 (2025-06-19)
|
17
|
+
|
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)
|
19
|
+
|
20
|
+
### Features
|
21
|
+
|
22
|
+
* **api:** manual updates ([7d6d67c](https://github.com/brand-dot-dev/ruby-sdk/commit/7d6d67c7b7a3159e7793e2032dd49f9fe491ecce))
|
23
|
+
|
24
|
+
|
25
|
+
### Chores
|
26
|
+
|
27
|
+
* **internal:** version bump ([1cd51db](https://github.com/brand-dot-dev/ruby-sdk/commit/1cd51dbfd4ecb991f8513c180db3eb2b9f8d4a94))
|
28
|
+
|
3
29
|
## 0.1.0-alpha.9 (2025-06-19)
|
4
30
|
|
5
31
|
Full Changelog: [v0.1.0-alpha.8...v0.1.0-alpha.9](https://github.com/brand-dot-dev/ruby-sdk/compare/v0.1.0-alpha.8...v0.1.0-alpha.9)
|
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.
|
18
|
+
gem "brand.dev", "~> 0.1.0.pre.alpha.11"
|
19
19
|
```
|
20
20
|
|
21
21
|
<!-- x-release-please-end -->
|
@@ -269,8 +269,7 @@ module BrandDev
|
|
269
269
|
#
|
270
270
|
# Beta feature: Automatically extract comprehensive design system information from
|
271
271
|
# a brand's website including colors, typography, spacing, shadows, and UI
|
272
|
-
# components.
|
273
|
-
# patterns and create a reusable styleguide.
|
272
|
+
# components.
|
274
273
|
#
|
275
274
|
# @overload styleguide(domain:, timeout_ms: nil, request_options: {})
|
276
275
|
#
|
data/lib/brand_dev/version.rb
CHANGED
@@ -206,8 +206,7 @@ module BrandDev
|
|
206
206
|
|
207
207
|
# Beta feature: Automatically extract comprehensive design system information from
|
208
208
|
# a brand's website including colors, typography, spacing, shadows, and UI
|
209
|
-
# components.
|
210
|
-
# patterns and create a reusable styleguide.
|
209
|
+
# components.
|
211
210
|
sig do
|
212
211
|
params(
|
213
212
|
domain: String,
|
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.
|
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-
|
11
|
+
date: 2025-06-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: connection_pool
|