google-cloud-confidential_computing-v1 1.5.0 → 1.6.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: 78781d4e0181191d30a932f9a02c41a2a959ea127814f55e68cf6665a6a358f9
4
- data.tar.gz: fe6b3b0150c507fd5b29d5ddffbbf9d26e89de4b397b0e3e6fdb5e4fa102ce9a
3
+ metadata.gz: 5d00cb8396de3c9bdfb7ec061c35950f0f2a789c5dc2fd3627547a681c2d76df
4
+ data.tar.gz: 8529a9b97f04c83d2a05d32bc81bb013eb893afc8153a04ef02fa6c1c154ea0c
5
5
  SHA512:
6
- metadata.gz: d700026e8627bb2f472e9e0d0ae9f78659e8ce7a178f810c739467c5c1ee9af26d8337aaabc8ea18b2e630d18f83e9ef3548f454222063d9b07fce5bdf131d5e
7
- data.tar.gz: 20ab25f291b104dc17846fcb8947623745c7418492977bb7847d2e7f39b5481b8ad44b0f2ee0f4600905329897cc0fa9b2c53ca40d3e3f75f6bb01c6e6c41fd6
6
+ metadata.gz: 3d662f9bc2c764129fdad6cfa795b03de0ed72eecc9f2ff904f2256598399953b88d7686b4a06087a347c033f3ebab74d01fe8f557ca1007dd6116d2aaa324c9
7
+ data.tar.gz: d65e4b3536310bf3e4ad32f0ccb9d26f90de4ea5f47411e60c18474cd6a59f16b972ef13980f7fab3227c9d661c2f3478de88329276138543a58cb9c0edec5c4
@@ -514,8 +514,8 @@ module Google
514
514
 
515
515
  config_attr :endpoint, nil, ::String, nil
516
516
  config_attr :credentials, nil do |value|
517
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
518
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
517
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
518
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
519
519
  allowed.any? { |klass| klass === value }
520
520
  end
521
521
  config_attr :scope, nil, ::String, ::Array, nil
@@ -485,7 +485,7 @@ module Google
485
485
 
486
486
  config_attr :endpoint, nil, ::String, nil
487
487
  config_attr :credentials, nil do |value|
488
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
488
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
489
489
  allowed.any? { |klass| klass === value }
490
490
  end
491
491
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ConfidentialComputing
23
23
  module V1
24
- VERSION = "1.5.0"
24
+ VERSION = "1.6.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,34 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-confidential_computing-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-25 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: 0.25.0
19
- - - "<"
16
+ - - "~>"
20
17
  - !ruby/object:Gem::Version
21
- version: 2.a
18
+ version: '1.0'
22
19
  type: :runtime
23
20
  prerelease: false
24
21
  version_requirements: !ruby/object:Gem::Requirement
25
22
  requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- version: 0.25.0
29
- - - "<"
23
+ - - "~>"
30
24
  - !ruby/object:Gem::Version
31
- version: 2.a
25
+ version: '1.0'
32
26
  - !ruby/object:Gem::Dependency
33
27
  name: google-cloud-errors
34
28
  requirement: !ruby/object:Gem::Requirement
@@ -47,22 +41,16 @@ dependencies:
47
41
  name: google-cloud-location
48
42
  requirement: !ruby/object:Gem::Requirement
49
43
  requirements:
50
- - - ">="
51
- - !ruby/object:Gem::Version
52
- version: '0.7'
53
- - - "<"
44
+ - - "~>"
54
45
  - !ruby/object:Gem::Version
55
- version: 2.a
46
+ version: '1.0'
56
47
  type: :runtime
57
48
  prerelease: false
58
49
  version_requirements: !ruby/object:Gem::Requirement
59
50
  requirements:
60
- - - ">="
61
- - !ruby/object:Gem::Version
62
- version: '0.7'
63
- - - "<"
51
+ - - "~>"
64
52
  - !ruby/object:Gem::Version
65
- version: 2.a
53
+ version: '1.0'
66
54
  description: Attestation verifier for Confidential Space. Note that google-cloud-confidential_computing-v1
67
55
  is a version-specific client library. For most uses, we recommend installing the
68
56
  main client library google-cloud-confidential_computing instead. See the readme
@@ -111,14 +99,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
111
99
  requirements:
112
100
  - - ">="
113
101
  - !ruby/object:Gem::Version
114
- version: '3.0'
102
+ version: '3.1'
115
103
  required_rubygems_version: !ruby/object:Gem::Requirement
116
104
  requirements:
117
105
  - - ">="
118
106
  - !ruby/object:Gem::Version
119
107
  version: '0'
120
108
  requirements: []
121
- rubygems_version: 3.6.5
109
+ rubygems_version: 3.6.8
122
110
  specification_version: 4
123
111
  summary: Attestation verifier for Confidential Space.
124
112
  test_files: []