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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f781d6747974b08179ff2e512b932bed3aaa9a489415d45aced8e7744f252ef4
4
- data.tar.gz: d7a9a53c60e607807b0e620284686334b2a0ebecaec0558c41592263d0c8d54a
3
+ metadata.gz: a666a0f4444202bc0c8696670859e71589dd7194c901681e1d41fe9796ee4bec
4
+ data.tar.gz: 78223ef274c1318f049161eb94d9492c81b8f56334443342fe4e927d6608face
5
5
  SHA512:
6
- metadata.gz: 1fc1534b87113da79ea3b1ddf08d053212eaed2ddd2513bfcaf8493cb8e2d8083f074951f7701e37d45f9a697f643801c4999bdbfd41818a23a2779914c298b6
7
- data.tar.gz: a810c38c4880798ac949affbb68114277bf4b5547d1779723e53bcb767bed587d8c863ba6adc8f9539b4fccdb3a2c1c1bfafb877d3fcbe2bd0ac9a3a2ce6cd54
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.9"
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. Uses AI-powered analysis of website screenshots to identify design
273
- # patterns and create a reusable styleguide.
272
+ # components.
274
273
  #
275
274
  # @overload styleguide(domain:, timeout_ms: nil, request_options: {})
276
275
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BrandDev
4
- VERSION = "0.1.0.pre.alpha.9"
4
+ VERSION = "0.1.0.pre.alpha.11"
5
5
  end
@@ -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. Uses AI-powered analysis of website screenshots to identify design
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.9
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-19 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