brand.dev 0.13.0 → 0.14.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: 7345fd0c4a995324b2445ec0b5dda19ac6d7a92b486b2ea6474b60f7e297f3e0
4
- data.tar.gz: d948fd3f7cfb083757d0982cb4ed96151f625fe9c5bf0dedb015c18403a7a8bd
3
+ metadata.gz: fda4fc2056b5d95165ea2382b716c6289a31530ac84e95ad5184882c77c8b16c
4
+ data.tar.gz: 446f5ace123e360e235d06acf5f0b0ff012f0b233993afa9bbaba89850bf4707
5
5
  SHA512:
6
- metadata.gz: ff2c874347bef037df231844dccefa881c8abb269ce96e25e96040ad2fe6bac39ca1d5347345a6da13db61ea6482a967f33d1a0588f5a38c432594977f4d5783
7
- data.tar.gz: 686086c0e2b25367c362a039450f998818d2d29d3f795e788845540b1cd79b6ace46318adfde01baa3d196b226931d38ba99773c6c1059dd679cb11ebf10b89a
6
+ metadata.gz: d4dc5e7f463794528ebb79f2bab854dd169ed4088343568c7c6332c987b4544d9743580aa75c3936159723df6087848de2c3b9d2b8584079d13a684c09492aac
7
+ data.tar.gz: 8807c59f396a4e6a1e9217dba3c8fcdddc85497917b762a6ed9fc2ece4ba721885cf9f6c8e280aade89c3d5ad4e6fe75bf1df5cc9045843813e6eb9f585203f3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.14.0 (2025-11-24)
4
+
5
+ Full Changelog: [v0.13.0...v0.14.0](https://github.com/brand-dot-dev/ruby-sdk/compare/v0.13.0...v0.14.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([0879232](https://github.com/brand-dot-dev/ruby-sdk/commit/0879232c59941198887fca145bb561b7b7195bec))
10
+
3
11
  ## 0.13.0 (2025-11-24)
4
12
 
5
13
  Full Changelog: [v0.12.0...v0.13.0](https://github.com/brand-dot-dev/ruby-sdk/compare/v0.12.0...v0.13.0)
data/README.md CHANGED
@@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
17
17
  <!-- x-release-please-start-version -->
18
18
 
19
19
  ```ruby
20
- gem "brand.dev", "~> 0.13.0"
20
+ gem "brand.dev", "~> 0.14.0"
21
21
  ```
22
22
 
23
23
  <!-- x-release-please-end -->
@@ -20,8 +20,8 @@ module BrandDev
20
20
  optional :city, String
21
21
 
22
22
  # @!attribute country_gl
23
- # Optional country code (GL parameter) to specify the country for Google search
24
- # results. This affects the geographic location used for search queries.
23
+ # Optional country code (GL parameter) to specify the country. This affects the
24
+ # geographic location used for search queries.
25
25
  #
26
26
  # @return [Symbol, BrandDev::Models::BrandIdentifyFromTransactionParams::CountryGl, nil]
27
27
  optional :country_gl, enum: -> { BrandDev::BrandIdentifyFromTransactionParams::CountryGl }
@@ -63,7 +63,7 @@ module BrandDev
63
63
  #
64
64
  # @param city [String] Optional city name to prioritize when searching for the brand.
65
65
  #
66
- # @param country_gl [Symbol, BrandDev::Models::BrandIdentifyFromTransactionParams::CountryGl] Optional country code (GL parameter) to specify the country for Google search re
66
+ # @param country_gl [Symbol, BrandDev::Models::BrandIdentifyFromTransactionParams::CountryGl] Optional country code (GL parameter) to specify the country. This affects the ge
67
67
  #
68
68
  # @param force_language [Symbol, BrandDev::Models::BrandIdentifyFromTransactionParams::ForceLanguage] Optional parameter to force the language of the retrieved brand data.
69
69
  #
@@ -75,8 +75,8 @@ module BrandDev
75
75
  #
76
76
  # @param request_options [BrandDev::RequestOptions, Hash{Symbol=>Object}]
77
77
 
78
- # Optional country code (GL parameter) to specify the country for Google search
79
- # results. This affects the geographic location used for search queries.
78
+ # Optional country code (GL parameter) to specify the country. This affects the
79
+ # geographic location used for search queries.
80
80
  module CountryGl
81
81
  extend BrandDev::Internal::Type::Enum
82
82
 
@@ -80,7 +80,7 @@ module BrandDev
80
80
  #
81
81
  # @param city [String] Optional city name to prioritize when searching for the brand.
82
82
  #
83
- # @param country_gl [Symbol, BrandDev::Models::BrandIdentifyFromTransactionParams::CountryGl] Optional country code (GL parameter) to specify the country for Google search re
83
+ # @param country_gl [Symbol, BrandDev::Models::BrandIdentifyFromTransactionParams::CountryGl] Optional country code (GL parameter) to specify the country. This affects the ge
84
84
  #
85
85
  # @param force_language [Symbol, BrandDev::Models::BrandIdentifyFromTransactionParams::ForceLanguage] Optional parameter to force the language of the retrieved brand data.
86
86
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BrandDev
4
- VERSION = "0.13.0"
4
+ VERSION = "0.14.0"
5
5
  end
@@ -25,8 +25,8 @@ module BrandDev
25
25
  sig { params(city: String).void }
26
26
  attr_writer :city
27
27
 
28
- # Optional country code (GL parameter) to specify the country for Google search
29
- # results. This affects the geographic location used for search queries.
28
+ # Optional country code (GL parameter) to specify the country. This affects the
29
+ # geographic location used for search queries.
30
30
  sig do
31
31
  returns(
32
32
  T.nilable(
@@ -107,8 +107,8 @@ module BrandDev
107
107
  transaction_info:,
108
108
  # Optional city name to prioritize when searching for the brand.
109
109
  city: nil,
110
- # Optional country code (GL parameter) to specify the country for Google search
111
- # results. This affects the geographic location used for search queries.
110
+ # Optional country code (GL parameter) to specify the country. This affects the
111
+ # geographic location used for search queries.
112
112
  country_gl: nil,
113
113
  # Optional parameter to force the language of the retrieved brand data.
114
114
  force_language: nil,
@@ -146,8 +146,8 @@ module BrandDev
146
146
  def to_hash
147
147
  end
148
148
 
149
- # Optional country code (GL parameter) to specify the country for Google search
150
- # results. This affects the geographic location used for search queries.
149
+ # Optional country code (GL parameter) to specify the country. This affects the
150
+ # geographic location used for search queries.
151
151
  module CountryGl
152
152
  extend BrandDev::Internal::Type::Enum
153
153
 
@@ -83,8 +83,8 @@ module BrandDev
83
83
  transaction_info:,
84
84
  # Optional city name to prioritize when searching for the brand.
85
85
  city: nil,
86
- # Optional country code (GL parameter) to specify the country for Google search
87
- # results. This affects the geographic location used for search queries.
86
+ # Optional country code (GL parameter) to specify the country. This affects the
87
+ # geographic location used for search queries.
88
88
  country_gl: nil,
89
89
  # Optional parameter to force the language of the retrieved brand data.
90
90
  force_language: nil,
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.13.0
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brand Dev