google-apis-core 1.2.2 → 1.2.4
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 +12 -0
- data/lib/google/apis/core/api_command.rb +1 -0
- data/lib/google/apis/core/version.rb +1 -1
- metadata +4 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e473e85fbf99d63f40efe7a2ad6a62aa63e2243098d0ca89de9913b0158f16ed
|
|
4
|
+
data.tar.gz: ac5ef1511631d8fe647c25891cf25ef8fd6c57fddcfdf6be86def2dd79eab50a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9043b70319aa23ec2bb0d902595124e47b81fa3d1bb523edc98533642e23a2835038e6fa2f6fe267f08eb721c2c26c37465aa5c97fb7d02b6878cb9a5702ef48
|
|
7
|
+
data.tar.gz: ea1b48cdcbb50d39686a19499bca54ef7dd8f60a8241917d8299858376d3d31441a0f6b2aa41cc0b8bfcec007a33a53f9fb6ec0dfdc53d1d784c2decc0dd9f7c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
+
### 1.2.4 (2026-06-28)
|
|
4
|
+
|
|
5
|
+
#### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* map sharingRateLimitExceeded to RateLimitError ([#27178](https://github.com/googleapis/google-api-ruby-client/issues/27178)) ([80c0656](https://github.com/googleapis/google-api-ruby-client/commit/80c0656d3933418993f5857b39c6d5bd968a8118)), closes [#26531](https://github.com/googleapis/google-api-ruby-client/issues/26531)
|
|
8
|
+
|
|
9
|
+
### 1.2.3 (2026-06-10)
|
|
10
|
+
|
|
11
|
+
#### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* upgrade addressable dependency to ~> 2.9 ([#26622](https://github.com/googleapis/google-api-ruby-client/issues/26622))
|
|
14
|
+
|
|
3
15
|
### 1.2.2 (2026-06-10)
|
|
4
16
|
|
|
5
17
|
#### Bug Fixes
|
|
@@ -30,6 +30,7 @@ module Google
|
|
|
30
30
|
ERROR_REASON_MAPPING = {
|
|
31
31
|
'rateLimitExceeded' => Google::Apis::RateLimitError,
|
|
32
32
|
'userRateLimitExceeded' => Google::Apis::RateLimitError,
|
|
33
|
+
'sharingRateLimitExceeded' => Google::Apis::RateLimitError,
|
|
33
34
|
'projectNotLinked' => Google::Apis::ProjectNotLinkedError
|
|
34
35
|
}
|
|
35
36
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -15,20 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - "~>"
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: '2.
|
|
19
|
-
- - ">="
|
|
20
|
-
- !ruby/object:Gem::Version
|
|
21
|
-
version: 2.8.7
|
|
18
|
+
version: '2.9'
|
|
22
19
|
type: :runtime
|
|
23
20
|
prerelease: false
|
|
24
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
22
|
requirements:
|
|
26
23
|
- - "~>"
|
|
27
24
|
- !ruby/object:Gem::Version
|
|
28
|
-
version: '2.
|
|
29
|
-
- - ">="
|
|
30
|
-
- !ruby/object:Gem::Version
|
|
31
|
-
version: 2.8.7
|
|
25
|
+
version: '2.9'
|
|
32
26
|
- !ruby/object:Gem::Dependency
|
|
33
27
|
name: faraday
|
|
34
28
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -173,7 +167,7 @@ licenses:
|
|
|
173
167
|
metadata:
|
|
174
168
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
175
169
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/google-apis-core/CHANGELOG.md
|
|
176
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-core/v1.2.
|
|
170
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-core/v1.2.4
|
|
177
171
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/google-apis-core
|
|
178
172
|
rdoc_options: []
|
|
179
173
|
require_paths:
|