google-cloud-deploy-v1 2.1.0 → 2.1.1

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: b417e4cb6542920f2528e5d711ca9a506e7b0aaa19991bf3a6078826cb287a6d
4
- data.tar.gz: 8082b9def2147505dce04c94701638d40b09e7d160712e3625bf8e2c02665e40
3
+ metadata.gz: 14e7b58256c67b54cae1cc72f95be2275428406e47cd19d8eb976624ae934ec1
4
+ data.tar.gz: 6f820eba83e9f7a21895ce6f3d91aeba295b672bb2c95480f67e32583c5123d7
5
5
  SHA512:
6
- metadata.gz: 2704f2652215fcf91267a2592e677033fc32c731b8840842f174fa4787e2de8f5e155da764a8b18a821b22931f410d6895bd927305d9c1ebab7ff325623db920
7
- data.tar.gz: 674c2d756d1d6b2d108564bc9e3fa30dc6750a61f5ae9937d47d37c83362f93e8d83a94164b19ea7289247b1ac11521c7706e129e46b54776afb7cddd0fa8016
6
+ metadata.gz: 43ada65bf0c61484e7a98ba846b1c65c987a6b0637158a341f07bf85190843d82a9d619980fae0992923df20fe46807c5bf5ae35723f77143585cfdf1dc47295
7
+ data.tar.gz: 792c626d78de687d5d3c8bb3dd89a466c44a2f99fcbe558e5517f703533cc6fca1c215a44b493ace4d9b64b825940064c41d83b4ad8d6edb37a0d35bce3ec1e6
@@ -5168,8 +5168,8 @@ module Google
5168
5168
 
5169
5169
  config_attr :endpoint, nil, ::String, nil
5170
5170
  config_attr :credentials, nil do |value|
5171
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
5172
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
5171
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
5172
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
5173
5173
  allowed.any? { |klass| klass === value }
5174
5174
  end
5175
5175
  config_attr :scope, nil, ::String, ::Array, nil
@@ -701,8 +701,8 @@ module Google
701
701
 
702
702
  config_attr :endpoint, nil, ::String, nil
703
703
  config_attr :credentials, nil do |value|
704
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
705
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
704
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
705
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
706
706
  allowed.any? { |klass| klass === value }
707
707
  end
708
708
  config_attr :scope, nil, ::String, ::Array, nil
@@ -4839,7 +4839,7 @@ module Google
4839
4839
 
4840
4840
  config_attr :endpoint, nil, ::String, nil
4841
4841
  config_attr :credentials, nil do |value|
4842
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
4842
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
4843
4843
  allowed.any? { |klass| klass === value }
4844
4844
  end
4845
4845
  config_attr :scope, nil, ::String, ::Array, nil
@@ -556,7 +556,7 @@ module Google
556
556
 
557
557
  config_attr :endpoint, nil, ::String, nil
558
558
  config_attr :credentials, nil do |value|
559
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
559
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
560
560
  allowed.any? { |klass| klass === value }
561
561
  end
562
562
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Deploy
23
23
  module V1
24
- VERSION = "2.1.0"
24
+ VERSION = "2.1.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-deploy-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-21 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
@@ -174,7 +174,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
174
174
  - !ruby/object:Gem::Version
175
175
  version: '0'
176
176
  requirements: []
177
- rubygems_version: 3.6.5
177
+ rubygems_version: 3.6.8
178
178
  specification_version: 4
179
179
  summary: API Client library for the Google Cloud Deploy V1 API
180
180
  test_files: []