brand.dev 0.4.0 → 0.5.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 +8 -0
- data/README.md +3 -1
- data/SECURITY.md +4 -0
- data/lib/brand_dev/version.rb +1 -1
- 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: c9b8a81df466bce38f7b002c56275419af4bb2aeb616c1283db6f796f4a10599
|
4
|
+
data.tar.gz: 280fc8c7f29abc5fb6afbc5e8a7f506bfd1f7f404471ed1caa3989842ed7021d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d9978b7e21668705ea2c2a3cf90f58363ebdd131e1b554a0bcb489e7656375ff7b3b51405540441d0de3f7bc1a9c41667ff54034a75ef780174e4bb48420d3b7
|
7
|
+
data.tar.gz: 0cdeef945be5f1957fe94861c2aeba966f1c98c2e073c41ad46738e61fa1fa64e5e381132e2251e3f99cf7b288c447ecffe30fac5045c303738d8b6c0aec0ba4
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 0.5.0 (2025-09-07)
|
4
|
+
|
5
|
+
Full Changelog: [v0.4.0...v0.5.0](https://github.com/brand-dot-dev/ruby-sdk/compare/v0.4.0...v0.5.0)
|
6
|
+
|
7
|
+
### Features
|
8
|
+
|
9
|
+
* **api:** manual updates ([474915a](https://github.com/brand-dot-dev/ruby-sdk/commit/474915acc723c741b0de7ce1dcb64e0bc331435c))
|
10
|
+
|
3
11
|
## 0.4.0 (2025-09-07)
|
4
12
|
|
5
13
|
Full Changelog: [v0.3.2...v0.4.0](https://github.com/brand-dot-dev/ruby-sdk/compare/v0.3.2...v0.4.0)
|
data/README.md
CHANGED
@@ -8,6 +8,8 @@ It is generated with [Stainless](https://www.stainless.com/).
|
|
8
8
|
|
9
9
|
Documentation for releases of this gem can be found [on RubyDoc](https://gemdocs.org/gems/brand.dev).
|
10
10
|
|
11
|
+
The REST API documentation can be found on [docs.brand.dev](https://docs.brand.dev/).
|
12
|
+
|
11
13
|
## Installation
|
12
14
|
|
13
15
|
To use this gem, install via Bundler by adding the following to your application's `Gemfile`:
|
@@ -15,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
|
|
15
17
|
<!-- x-release-please-start-version -->
|
16
18
|
|
17
19
|
```ruby
|
18
|
-
gem "brand.dev", "~> 0.
|
20
|
+
gem "brand.dev", "~> 0.5.0"
|
19
21
|
```
|
20
22
|
|
21
23
|
<!-- x-release-please-end -->
|
data/SECURITY.md
CHANGED
@@ -18,6 +18,10 @@ before making any information public.
|
|
18
18
|
If you encounter security issues that are not directly related to SDKs but pertain to the services
|
19
19
|
or products provided by Brand Dev, please follow the respective company's security reporting guidelines.
|
20
20
|
|
21
|
+
### Brand Dev Terms and Policies
|
22
|
+
|
23
|
+
Please contact hello@brand.dev for any questions or concerns regarding the security of our services.
|
24
|
+
|
21
25
|
---
|
22
26
|
|
23
27
|
Thank you for helping us keep the SDKs and systems they interact with secure.
|
data/lib/brand_dev/version.rb
CHANGED
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: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brand Dev
|
@@ -25,7 +25,7 @@ dependencies:
|
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
27
|
description:
|
28
|
-
email:
|
28
|
+
email: hello@brand.dev
|
29
29
|
executables: []
|
30
30
|
extensions: []
|
31
31
|
extra_rdoc_files:
|