google-apis-core 1.2.1 → 1.2.3
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/version.rb +1 -1
- metadata +12 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 875da1ee3191009c4c597b589dd94e4047dd1e6a02e14ecacd2bd4e4ea238977
|
|
4
|
+
data.tar.gz: 6fb2e66161321b311d26c24cf6ce0eafffae04352933618dc0a38e987ed21f2b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b22179a823a689cfe4257655f1a7943f63ae88bd0d0f14ae829d314c2b3fed24507cd874fae6915657b39dd4ecb3ac15488abbe3ef0b50957d96a0b7ad94887a
|
|
7
|
+
data.tar.gz: ad0018b7c5ffe8f2d43cbea3b32dc822b3ec9bfbe3a0eccb3566961661031203353a8c6eabc90a557740773c0ca6f717af0d1369dae2fde72ec6c0a22946baa2
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
+
### 1.2.3 (2026-06-10)
|
|
4
|
+
|
|
5
|
+
#### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* upgrade addressable dependency to ~> 2.9 ([#26622](https://github.com/googleapis/google-api-ruby-client/issues/26622))
|
|
8
|
+
|
|
9
|
+
### 1.2.2 (2026-06-10)
|
|
10
|
+
|
|
11
|
+
#### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* 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)
|
|
14
|
+
|
|
3
15
|
### 1.2.1 (2026-06-09)
|
|
4
16
|
|
|
5
17
|
#### 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.3
|
|
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
|
|
@@ -117,16 +111,22 @@ dependencies:
|
|
|
117
111
|
name: retriable
|
|
118
112
|
requirement: !ruby/object:Gem::Requirement
|
|
119
113
|
requirements:
|
|
120
|
-
- - "
|
|
114
|
+
- - ">="
|
|
121
115
|
- !ruby/object:Gem::Version
|
|
122
116
|
version: '3.1'
|
|
117
|
+
- - "<"
|
|
118
|
+
- !ruby/object:Gem::Version
|
|
119
|
+
version: '5.0'
|
|
123
120
|
type: :runtime
|
|
124
121
|
prerelease: false
|
|
125
122
|
version_requirements: !ruby/object:Gem::Requirement
|
|
126
123
|
requirements:
|
|
127
|
-
- - "
|
|
124
|
+
- - ">="
|
|
128
125
|
- !ruby/object:Gem::Version
|
|
129
126
|
version: '3.1'
|
|
127
|
+
- - "<"
|
|
128
|
+
- !ruby/object:Gem::Version
|
|
129
|
+
version: '5.0'
|
|
130
130
|
email: googleapis-packages@google.com
|
|
131
131
|
executables: []
|
|
132
132
|
extensions: []
|
|
@@ -167,7 +167,7 @@ licenses:
|
|
|
167
167
|
metadata:
|
|
168
168
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
169
169
|
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.
|
|
170
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-core/v1.2.3
|
|
171
171
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/google-apis-core
|
|
172
172
|
rdoc_options: []
|
|
173
173
|
require_paths:
|