google-apis-sts_v1 0.40.0 → 0.42.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: c6e17853d56c5ae3b9d63a4658d98ff21b8ba964d3d0388e60c8cc85d0bed520
4
- data.tar.gz: 7d80adfefa937f2bec8acb690bff9dc59dca07b5594b34fbd90f1636d9c62084
3
+ metadata.gz: 15393269cf7b9c9f82738e32064b48ac95f147e71d0c4b50b4c380f3a1123728
4
+ data.tar.gz: 112b13decee1ce0b0bb53eeb4b48bf3548867f77c0f54b72cef4ec3b779ee299
5
5
  SHA512:
6
- metadata.gz: 5b3ca4f2d7759f183e167c8a426bdcec3b59a75b40a6dd0830a4cc24e7f1bf22d3c69182cc424d1cd159bd5ca230c045d2f25fa02de9d88de5ab24fff255ca01
7
- data.tar.gz: a87841a8fd9f02c786d2f42d9e3a46782aaa57aa1f0ca32b62c0785496cf071171780a89e9abcf9d41bc2341aa2008cd5113c3fd7e858f69efdae31578f66ba7
6
+ metadata.gz: 9f4e545a1869e49dd66b4df90e92de307729c087f35af08c405d150cc9f532abac3598c0a3f408c358d1347185628f5240dd30212b5db0371d048c7d88fe57f2
7
+ data.tar.gz: cd57c2e4b07c181ddbb45e2cbff7d729cdc1f3f9a0ef091c63c94f0b7c1b0171c5a31041276514020da00ff5d379d67ece2e63df16b0ed9b3925da160cfb53d7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-sts_v1
2
2
 
3
+ ### v0.42.0 (2025-06-01)
4
+
5
+ * Regenerated from discovery document revision 20250521
6
+ * Regenerated using generator version 0.18.0
7
+
8
+ ### v0.41.0 (2025-05-04)
9
+
10
+ * Regenerated from discovery document revision 20250331
11
+ * Regenerated using generator version 0.17.0
12
+
3
13
  ### v0.40.0 (2024-11-17)
4
14
 
5
15
  * Regenerated from discovery document revision 20241106
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](http://cloud.google.com/iam/docs/workload-identity-f
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -233,8 +233,11 @@ module Google
233
233
  attr_accessor :requested_token_type
234
234
 
235
235
  # The OAuth 2.0 scopes to include on the resulting access token, formatted as a
236
- # list of space-delimited, case-sensitive strings. Required when exchanging an
237
- # external credential for a Google access token.
236
+ # list of space-delimited, case-sensitive strings; for example, `https://www.
237
+ # googleapis.com/auth/cloud-platform`. Required when exchanging an external
238
+ # credential for a Google access token. For a list of OAuth 2.0 scopes, see [
239
+ # OAuth 2.0 Scopes for Google APIs](https://developers.google.com/identity/
240
+ # protocols/oauth2/scopes).
238
241
  # Corresponds to the JSON property `scope`
239
242
  # @return [String]
240
243
  attr_accessor :scope
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module StsV1
18
18
  # Version of the google-apis-sts_v1 gem
19
- GEM_VERSION = "0.40.0"
19
+ GEM_VERSION = "0.42.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241106"
25
+ REVISION = "20250521"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-sts_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.0
4
+ version: 0.42.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sts_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1/v0.40.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1/v0.42.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sts_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -68,15 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
66
  requirements:
69
67
  - - ">="
70
68
  - !ruby/object:Gem::Version
71
- version: '2.7'
69
+ version: '3.1'
72
70
  required_rubygems_version: !ruby/object:Gem::Requirement
73
71
  requirements:
74
72
  - - ">="
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.22
79
- signing_key:
76
+ rubygems_version: 3.6.9
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Security Token Service API V1
82
79
  test_files: []