google-cloud-secret_manager-v1beta1 0.17.1 → 0.17.2

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: d1348f6666aad6bb95e73c417737b6da67e8fffbc6b781daaa3d2edcae9db3ef
4
- data.tar.gz: '058c383d59fce1c4680590b8d75c7df44b5245b6af025e2e742b892caadb9136'
3
+ metadata.gz: 97824e0fc1bd7014816dd998e41cde72df2d1ea84282499bbf8a8c3a6f3e351b
4
+ data.tar.gz: aadb23c1a260cbd83fe95b21d7ec8d7c5e043417ca6613e4a712551fcbc4c201
5
5
  SHA512:
6
- metadata.gz: 39d0b88e9d8a125aad301a51c6546956f93700b3987090a76d5c7864a8558b58909697599b0c4161fcf859abbf620bf44ce620733c0108f7de28391e478e1891
7
- data.tar.gz: 470d9e350f920e222d7375d51eb53581379043ae3998a9454203a377dbfeb253ca788f150cb63bf7d2f032b5b6957dc142edb5728ce0e1a86eb5bc760c4cfd61
6
+ metadata.gz: ad25bafe1f437043932e87e714e42f57d67106e67fcb8e6e5d2be3aa57c0400a4ce9bb0ee5c2c6db7225fa9636d276956b8c6f524b314db47a94e6dd9a08922e
7
+ data.tar.gz: 63d1237bbf35ea087eba2e56f6fe64e1ea58157578259b04668e0b12187d613be3a4830fcf13f787e99e4fa8055c70bf6662455b16f601d2f645b5919f84053a
@@ -1743,8 +1743,8 @@ module Google
1743
1743
 
1744
1744
  config_attr :endpoint, nil, ::String, nil
1745
1745
  config_attr :credentials, nil do |value|
1746
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1747
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
1746
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1747
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
1748
1748
  allowed.any? { |klass| klass === value }
1749
1749
  end
1750
1750
  config_attr :scope, nil, ::String, ::Array, nil
@@ -1623,7 +1623,7 @@ module Google
1623
1623
 
1624
1624
  config_attr :endpoint, nil, ::String, nil
1625
1625
  config_attr :credentials, nil do |value|
1626
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1626
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1627
1627
  allowed.any? { |klass| klass === value }
1628
1628
  end
1629
1629
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module SecretManager
23
23
  module V1beta1
24
- VERSION = "0.17.1"
24
+ VERSION = "0.17.2"
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-secret_manager-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.1
4
+ version: 0.17.2
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
@@ -141,7 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  - !ruby/object:Gem::Version
142
142
  version: '0'
143
143
  requirements: []
144
- rubygems_version: 3.6.5
144
+ rubygems_version: 3.6.8
145
145
  specification_version: 4
146
146
  summary: Stores sensitive data such as API keys, passwords, and certificates. Provides
147
147
  convenience while improving security.