google-apis-core 1.2.1 → 1.2.2
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 +6 -0
- data/lib/google/apis/core/version.rb +1 -1
- metadata +10 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0b2b236257e82c526a7c3e008dc507926d98008bf862f1b0ba51c8b955848b73
|
|
4
|
+
data.tar.gz: ba628b77bcdcbae95c6eacf106cf46ffbef897d21005602fcfa25ad195fdbcd3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 564fc06e9555677e372ea1cb815b95639173d0688fea86e791089e2a65a787f9812e29de523e26eeef380b7d8eead443869f7fd8e97cf05625f6f60f97109789
|
|
7
|
+
data.tar.gz: 022cf57eea8859d5af62fd76ac1c38d398c3fdcf5c9f983e245a45b5070193188ca1b3c1d128487977f9cf810a645357059040b7301648dc266401964a527a0d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
+
### 1.2.2 (2026-06-10)
|
|
4
|
+
|
|
5
|
+
#### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* Relax retriable dependency constraint ([#26621](https://github.com/googleapis/google-api-ruby-client/issues/26621)) ([1511d44](https://github.com/googleapis/google-api-ruby-client/commit/1511d44e3945caebf41160e47cc42f7bdfdb5fe2)), closes [#26620](https://github.com/googleapis/google-api-ruby-client/issues/26620)
|
|
8
|
+
|
|
3
9
|
### 1.2.1 (2026-06-09)
|
|
4
10
|
|
|
5
11
|
#### Bug Fixes
|
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.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -117,16 +117,22 @@ dependencies:
|
|
|
117
117
|
name: retriable
|
|
118
118
|
requirement: !ruby/object:Gem::Requirement
|
|
119
119
|
requirements:
|
|
120
|
-
- - "
|
|
120
|
+
- - ">="
|
|
121
121
|
- !ruby/object:Gem::Version
|
|
122
122
|
version: '3.1'
|
|
123
|
+
- - "<"
|
|
124
|
+
- !ruby/object:Gem::Version
|
|
125
|
+
version: '5.0'
|
|
123
126
|
type: :runtime
|
|
124
127
|
prerelease: false
|
|
125
128
|
version_requirements: !ruby/object:Gem::Requirement
|
|
126
129
|
requirements:
|
|
127
|
-
- - "
|
|
130
|
+
- - ">="
|
|
128
131
|
- !ruby/object:Gem::Version
|
|
129
132
|
version: '3.1'
|
|
133
|
+
- - "<"
|
|
134
|
+
- !ruby/object:Gem::Version
|
|
135
|
+
version: '5.0'
|
|
130
136
|
email: googleapis-packages@google.com
|
|
131
137
|
executables: []
|
|
132
138
|
extensions: []
|
|
@@ -167,7 +173,7 @@ licenses:
|
|
|
167
173
|
metadata:
|
|
168
174
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
169
175
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/google-apis-core/CHANGELOG.md
|
|
170
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-core/v1.2.
|
|
176
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-core/v1.2.2
|
|
171
177
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/google-apis-core
|
|
172
178
|
rdoc_options: []
|
|
173
179
|
require_paths:
|