google-cloud-support-v2 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 957cf4fee031d313a141a5ec666e35919f92bada7a47f76f9cbd41ca97179a3d
4
- data.tar.gz: df8deb9d2490b90945b50ae4a00e7c1f8a65e10549ae59686f01cbcd14d60b69
3
+ metadata.gz: e31853fc8a4eaa7918a7b3f83858a47627db4b85f841218a75dcecb0085f7aa2
4
+ data.tar.gz: f3b3b51c01c5ad73bb64173cd2620002da890185b00eef28859af2d97b9beca8
5
5
  SHA512:
6
- metadata.gz: ba0cba4f053d1b312007bb178933c78287d763bc1f240bf5a92ef6f1f18c96cc3fe8e440f5f0e9472e7e4cacdfe5c2a1f5f3cc5d5fdbbd16ac599c916b6c0e2f
7
- data.tar.gz: 7b99ec4b4f899727c6a441b5d47e14a83ffe14c57879f23012ac4f2e7ce8fd94f2ba595e604b99bfd5ce3373e86f2f4f39e6e9934365cabdbbe3055c28941375
6
+ metadata.gz: 60d68858ec697a7e1f899ccea5f67c0cbf2f3fa9912f414b4c872fe27311e07ab7f4e18ff683fd2a109673951bd7084871da4ba98e8fafc91806159a716af80e
7
+ data.tar.gz: 491eddbda8e5a325e0bc47509ab313f7a30adb5adf583dabd3cf89c08af7bca7b29b7ee687644a3a4b47f5c8d5eb0edea50bc092b4d0ac0e7890c37015fe0c18
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 2.7+.
89
+ This library is supported on Ruby 3.0+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -331,6 +331,13 @@ module Google
331
331
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
332
332
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
333
333
  # * (`nil`) indicating no credentials
334
+ #
335
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
336
+ # external source for authentication to Google Cloud, you must validate it before
337
+ # providing it to a Google API client library. Providing an unvalidated credential
338
+ # configuration to Google APIs can compromise the security of your systems and data.
339
+ # For more information, refer to [Validate credential configurations from external
340
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
334
341
  # @return [::Object]
335
342
  # @!attribute [rw] scope
336
343
  # The OAuth scopes
@@ -1048,6 +1048,13 @@ module Google
1048
1048
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1049
1049
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1050
1050
  # * (`nil`) indicating no credentials
1051
+ #
1052
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1053
+ # external source for authentication to Google Cloud, you must validate it before
1054
+ # providing it to a Google API client library. Providing an unvalidated credential
1055
+ # configuration to Google APIs can compromise the security of your systems and data.
1056
+ # For more information, refer to [Validate credential configurations from external
1057
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1051
1058
  # @return [::Object]
1052
1059
  # @!attribute [rw] scope
1053
1060
  # The OAuth scopes
@@ -419,6 +419,13 @@ module Google
419
419
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
420
420
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
421
421
  # * (`nil`) indicating no credentials
422
+ #
423
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
424
+ # external source for authentication to Google Cloud, you must validate it before
425
+ # providing it to a Google API client library. Providing an unvalidated credential
426
+ # configuration to Google APIs can compromise the security of your systems and data.
427
+ # For more information, refer to [Validate credential configurations from external
428
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
422
429
  # @return [::Object]
423
430
  # @!attribute [rw] scope
424
431
  # The OAuth scopes
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Support
23
23
  module V2
24
- VERSION = "1.1.0"
24
+ VERSION = "1.2.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-support-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.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-10 00:00:00.000000000 Z
10
+ date: 2025-01-29 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: gapic-common
@@ -16,7 +15,7 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 0.24.0
18
+ version: 0.25.0
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
21
  version: 2.a
@@ -26,7 +25,7 @@ dependencies:
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: 0.24.0
28
+ version: 0.25.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -103,7 +102,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
103
102
  licenses:
104
103
  - Apache-2.0
105
104
  metadata: {}
106
- post_install_message:
107
105
  rdoc_options: []
108
106
  require_paths:
109
107
  - lib
@@ -111,15 +109,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
111
109
  requirements:
112
110
  - - ">="
113
111
  - !ruby/object:Gem::Version
114
- version: '2.7'
112
+ version: '3.0'
115
113
  required_rubygems_version: !ruby/object:Gem::Requirement
116
114
  requirements:
117
115
  - - ">="
118
116
  - !ruby/object:Gem::Version
119
117
  version: '0'
120
118
  requirements: []
121
- rubygems_version: 3.5.23
122
- signing_key:
119
+ rubygems_version: 3.6.2
123
120
  specification_version: 4
124
121
  summary: Manages Google Cloud technical support cases for Customer Care support offerings.
125
122
  test_files: []