google-cloud-os_login-v1beta 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: 02620f6a10b29b0a8cbd4f07d75c01fabc25adfce0be9dc3a4ea814dc36a00c3
4
- data.tar.gz: 5aa61ca2a214c14a35a0d8b440b5d554153f7fad33130445335b497a099473f8
3
+ metadata.gz: 5cab7aa977ca1e52569c3ec7c47d23510a2b86cd4d59264fa88f9fd480bdd292
4
+ data.tar.gz: 856cf118fd1e98ec2f98c1ec08ddbb9b13364f460aeda9a8dd7daada38ded3c8
5
5
  SHA512:
6
- metadata.gz: 2c634cadc43d29aaf141fc9ce3acc43dfc560a55aeb31c84dcc381a3bb043207a604661f5ba288d334e8e01c5a471b734aaca69ad00e320e60213303118656b1
7
- data.tar.gz: 16133cacbaa8652ed4489d7fbf147aee37037dc8594c827467a38faf3d7cc87a867772a6751de0b279db9c2aebb210fd66900de675c34caa606b9148195ab1f0
6
+ metadata.gz: 455427b5efbecb7c77478f8599e158888de42b6891bc57414b8f968e7e3f31fe9fe75c22e043191b5cf82d8513e3619ef8ac180ae59eb5d13253b36246ac34e1
7
+ data.tar.gz: 25590ab9f63a54fb51c129887f2a44e93c65cdf6240109d1c78779b7931a35d8bbb63e1f6f334ca759efffa96d8a6cb18f1822607cad9e8539ab4447a076975a
@@ -1037,8 +1037,8 @@ module Google
1037
1037
 
1038
1038
  config_attr :endpoint, nil, ::String, nil
1039
1039
  config_attr :credentials, nil do |value|
1040
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1041
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
1040
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1041
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
1042
1042
  allowed.any? { |klass| klass === value }
1043
1043
  end
1044
1044
  config_attr :scope, nil, ::String, ::Array, nil
@@ -965,7 +965,7 @@ module Google
965
965
 
966
966
  config_attr :endpoint, nil, ::String, nil
967
967
  config_attr :credentials, nil do |value|
968
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
968
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
969
969
  allowed.any? { |klass| klass === value }
970
970
  end
971
971
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module OsLogin
23
23
  module V1beta
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-os_login-v1beta
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-03-18 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
@@ -100,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
100
  - !ruby/object:Gem::Version
101
101
  version: '0'
102
102
  requirements: []
103
- rubygems_version: 3.6.5
103
+ rubygems_version: 3.6.8
104
104
  specification_version: 4
105
105
  summary: You can use OS Login to manage access to your VM instances using IAM roles.
106
106
  test_files: []