brand.dev 0.31.0 → 1.0.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 +4 -4
- data/CHANGELOG.md +17 -0
- data/README.md +2 -2
- data/SECURITY.md +1 -1
- data/lib/brand_dev/resources/brand.rb +3 -5
- data/lib/brand_dev/version.rb +1 -1
- data/rbi/brand_dev/resources/brand.rbi +3 -5
- 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: ad2c410bc6a4dba1388e8de6188f14672a5bdf8c9c63fdb9fbb53728219d2913
|
|
4
|
+
data.tar.gz: 32a0fa5ae7f7344dc3cc0fef343b860dae4ba985dfe98235a69119e7576167a5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd2e3fd908c4071730ddbdf7a7a8ee330700aa30cd27d1a0f373151a0d09b03b5b96313bb24082bdfc79cedc697183181e909a678cf5d35e366d7be968a6d8c5
|
|
7
|
+
data.tar.gz: 38b50a3a3e45f4ec1003ddd9cd8b41b456700f768837307c2da330415a4ff2b4f26f69a4bef99fabc4f89cb32e27be0ddd2c2f3f61604b3453860d20d41e589a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.0.0 (2026-03-25)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.32.0...v1.0.0](https://github.com/context-dot-dev/deprecated-brand-ruby-sdk/compare/v0.32.0...v1.0.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([e10b343](https://github.com/context-dot-dev/deprecated-brand-ruby-sdk/commit/e10b3438772d9bc37350370bf7bf0e7e9a1cf1e4))
|
|
10
|
+
* **api:** manual updates ([a8fd0cb](https://github.com/context-dot-dev/deprecated-brand-ruby-sdk/commit/a8fd0cb9fb3e922ff1075202a205e3663beb7cb4))
|
|
11
|
+
|
|
12
|
+
## 0.32.0 (2026-03-25)
|
|
13
|
+
|
|
14
|
+
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)
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* **api:** manual updates ([6d017ed](https://github.com/context-dot-dev/deprecated-brand-ruby-sdk/commit/6d017ed5df52193779f6da273984046f5fa6bfad))
|
|
19
|
+
|
|
3
20
|
## 0.31.0 (2026-03-25)
|
|
4
21
|
|
|
5
22
|
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.
|
|
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.
|
|
29
|
+
gem "brand.dev", "~> 1.0.0"
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
<!-- x-release-please-end -->
|
data/SECURITY.md
CHANGED
|
@@ -20,7 +20,7 @@ or products provided by Brand Dev, please follow the respective company's securi
|
|
|
20
20
|
|
|
21
21
|
### Brand Dev Terms and Policies
|
|
22
22
|
|
|
23
|
-
Please contact
|
|
23
|
+
Please contact yahia@context.dev for any questions or concerns regarding the security of our services.
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|
|
@@ -530,8 +530,7 @@ module BrandDev
|
|
|
530
530
|
)
|
|
531
531
|
end
|
|
532
532
|
|
|
533
|
-
# Scrapes the given URL and returns the raw HTML content of the page.
|
|
534
|
-
# automatic proxy escalation to handle blocked sites.
|
|
533
|
+
# Scrapes the given URL and returns the raw HTML content of the page.
|
|
535
534
|
#
|
|
536
535
|
# @overload web_scrape_html(url:, request_options: {})
|
|
537
536
|
#
|
|
@@ -582,9 +581,8 @@ module BrandDev
|
|
|
582
581
|
# Some parameter documentations has been truncated, see
|
|
583
582
|
# {BrandDev::Models::BrandWebScrapeMdParams} for more details.
|
|
584
583
|
#
|
|
585
|
-
# Scrapes the given URL, converts the HTML content to
|
|
586
|
-
#
|
|
587
|
-
# sites.
|
|
584
|
+
# Scrapes the given URL, converts the HTML content to Markdown, and returns the
|
|
585
|
+
# result.
|
|
588
586
|
#
|
|
589
587
|
# @overload web_scrape_md(url:, include_images: nil, include_links: nil, shorten_base64_images: nil, request_options: {})
|
|
590
588
|
#
|
data/lib/brand_dev/version.rb
CHANGED
|
@@ -466,8 +466,7 @@ module BrandDev
|
|
|
466
466
|
)
|
|
467
467
|
end
|
|
468
468
|
|
|
469
|
-
# Scrapes the given URL and returns the raw HTML content of the page.
|
|
470
|
-
# automatic proxy escalation to handle blocked sites.
|
|
469
|
+
# Scrapes the given URL and returns the raw HTML content of the page.
|
|
471
470
|
sig do
|
|
472
471
|
params(
|
|
473
472
|
url: String,
|
|
@@ -497,9 +496,8 @@ module BrandDev
|
|
|
497
496
|
)
|
|
498
497
|
end
|
|
499
498
|
|
|
500
|
-
# Scrapes the given URL, converts the HTML content to
|
|
501
|
-
#
|
|
502
|
-
# sites.
|
|
499
|
+
# Scrapes the given URL, converts the HTML content to Markdown, and returns the
|
|
500
|
+
# result.
|
|
503
501
|
sig do
|
|
504
502
|
params(
|
|
505
503
|
url: String,
|
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.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brand Dev
|
|
@@ -39,7 +39,7 @@ dependencies:
|
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
41
|
description:
|
|
42
|
-
email:
|
|
42
|
+
email: yahia@context.dev
|
|
43
43
|
executables: []
|
|
44
44
|
extensions: []
|
|
45
45
|
extra_rdoc_files:
|