google-cloud-iap-v1 1.3.0 → 1.4.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: 7d72bb6036f410910ccbed4239ec28f48167f0e378ac1f824edb53b54af209c6
4
- data.tar.gz: 13f7430319b863296efef6a1752df4e43f9a5ddf308ca3175026dcbbce90a1c7
3
+ metadata.gz: 0d403e63692d33cab63a2f10fce041523fe05beeb4df0551c8326d25c5f8eb5e
4
+ data.tar.gz: a266d972990527fe525ffa033aa8a9f2dbfbf83eb6a0ee8abc4fabb3f7f88439
5
5
  SHA512:
6
- metadata.gz: 052ffd2d2d33641d2113b346e59123105a448b35e0b414370117903a3e91ed33d1e5a09a3a7fccaf2c305869af7c3b4641135460136dcd446e2439a0021a9719
7
- data.tar.gz: 6963dff4a65f0fadf1ee9c05ec71d7eda514cc19c9681eef0b4202df5d00f02723f7c92540cc8bda089f8b3bd6f9a88224f6cba7d4746c3d23a5bc40a35fceea
6
+ metadata.gz: 5a3ad16020b52f323efb95d70f01df211cc065b85f92ffb866be42e507b4fd455f57b42a3e855e5440989e686e00b266119b597a9f5914edc100fc7b23533eda
7
+ data.tar.gz: 735edff48bba521f69be73e7b9136bb90f1bc22eb80b5936263afeaffce02f9f955fccdc354afd7cdfd649c31683c4da7fd93e82767a103ca5c400243354b0f4
@@ -1313,8 +1313,8 @@ module Google
1313
1313
 
1314
1314
  config_attr :endpoint, nil, ::String, nil
1315
1315
  config_attr :credentials, nil do |value|
1316
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1317
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
1316
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1317
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
1318
1318
  allowed.any? { |klass| klass === value }
1319
1319
  end
1320
1320
  config_attr :scope, nil, ::String, ::Array, nil
@@ -1220,7 +1220,7 @@ module Google
1220
1220
 
1221
1221
  config_attr :endpoint, nil, ::String, nil
1222
1222
  config_attr :credentials, nil do |value|
1223
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1223
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1224
1224
  allowed.any? { |klass| klass === value }
1225
1225
  end
1226
1226
  config_attr :scope, nil, ::String, ::Array, nil
@@ -1018,8 +1018,8 @@ module Google
1018
1018
 
1019
1019
  config_attr :endpoint, nil, ::String, nil
1020
1020
  config_attr :credentials, nil do |value|
1021
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1022
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
1021
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1022
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
1023
1023
  allowed.any? { |klass| klass === value }
1024
1024
  end
1025
1025
  config_attr :scope, nil, ::String, ::Array, nil
@@ -946,7 +946,7 @@ module Google
946
946
 
947
947
  config_attr :endpoint, nil, ::String, nil
948
948
  config_attr :credentials, nil do |value|
949
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
949
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
950
950
  allowed.any? { |klass| klass === value }
951
951
  end
952
952
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Iap
23
23
  module V1
24
- VERSION = "1.3.0"
24
+ VERSION = "1.4.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-iap-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.0
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
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
@@ -49,14 +43,14 @@ dependencies:
49
43
  requirements:
50
44
  - - "~>"
51
45
  - !ruby/object:Gem::Version
52
- version: '1.1'
46
+ version: '1.11'
53
47
  type: :runtime
54
48
  prerelease: false
55
49
  version_requirements: !ruby/object:Gem::Requirement
56
50
  requirements:
57
51
  - - "~>"
58
52
  - !ruby/object:Gem::Version
59
- version: '1.1'
53
+ version: '1.11'
60
54
  description: IAP lets you establish a central authorization layer for applications
61
55
  accessed by HTTPS, so you can use an application-level access control model instead
62
56
  of relying on network-level firewalls. Note that google-cloud-iap-v1 is a version-specific
@@ -115,14 +109,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
115
109
  requirements:
116
110
  - - ">="
117
111
  - !ruby/object:Gem::Version
118
- version: '3.0'
112
+ version: '3.1'
119
113
  required_rubygems_version: !ruby/object:Gem::Requirement
120
114
  requirements:
121
115
  - - ">="
122
116
  - !ruby/object:Gem::Version
123
117
  version: '0'
124
118
  requirements: []
125
- rubygems_version: 3.6.5
119
+ rubygems_version: 3.6.8
126
120
  specification_version: 4
127
121
  summary: Controls access to cloud applications running on Google Cloud Platform.
128
122
  test_files: []