google-cloud-org_policy-v2 1.4.0 → 1.5.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: 247a32d651f2d58e00d338500840ea0b0c59badd243e1644d177978a57a37458
4
- data.tar.gz: d76a748a4d1e82f4385f2d403a5222699dafa12a7bc06287256168f7c3fe673a
3
+ metadata.gz: 494bc44302c4a4777d0af14d72d2f02895a3b44cd4bfaef4c0986887a1b03b16
4
+ data.tar.gz: 180b30a9578fa4b50075d5af6d06d70e1f40a0f257120b23e3fee14f7274f484
5
5
  SHA512:
6
- metadata.gz: 3000f743b70e9874121d9fd64d7a4a0fcd969e0917b69ce49df1733eea5ee2de197c071ad903d70a08bab2b244bec5e24b18467cef923cd6d5548bc8d18594d2
7
- data.tar.gz: 27acef4e7a5d174b7ba8cb1a1b6036033a2dd0e643d95a2772b51685b3a4b37c3a8583d4ccd2db8802ad92b430c57083e34c0fa9fa2aaeef0a809222186ac11d
6
+ metadata.gz: d4335838094d074e91d77ca46880d9ccf50286edec32a2c740e5d1dcab58c3b3dfcd4de3471d3116f4421015d9dd381df6bb5d822104090216182d61bc8af960
7
+ data.tar.gz: 6a6450c4fc2beb15543de23f68f8748ab49f2660da80466a1227a8f99fdd25929da0f959ac5b13c046293946d52f2de0f66bfcb4a5e7cf46de6f5a7b740a6045
@@ -1511,8 +1511,8 @@ module Google
1511
1511
 
1512
1512
  config_attr :endpoint, nil, ::String, nil
1513
1513
  config_attr :credentials, nil do |value|
1514
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1515
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
1514
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1515
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
1516
1516
  allowed.any? { |klass| klass === value }
1517
1517
  end
1518
1518
  config_attr :scope, nil, ::String, ::Array, nil
@@ -1411,7 +1411,7 @@ module Google
1411
1411
 
1412
1412
  config_attr :endpoint, nil, ::String, nil
1413
1413
  config_attr :credentials, nil do |value|
1414
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1414
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1415
1415
  allowed.any? { |klass| klass === value }
1416
1416
  end
1417
1417
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module OrgPolicy
23
23
  module V2
24
- VERSION = "1.4.0"
24
+ VERSION = "1.5.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-org_policy-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.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
@@ -95,14 +89,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
95
89
  requirements:
96
90
  - - ">="
97
91
  - !ruby/object:Gem::Version
98
- version: '3.0'
92
+ version: '3.1'
99
93
  required_rubygems_version: !ruby/object:Gem::Requirement
100
94
  requirements:
101
95
  - - ">="
102
96
  - !ruby/object:Gem::Version
103
97
  version: '0'
104
98
  requirements: []
105
- rubygems_version: 3.6.5
99
+ rubygems_version: 3.6.8
106
100
  specification_version: 4
107
101
  summary: The Organization Policy API allows users to configure governance rules on
108
102
  their Google Cloud resources across the resource hierarchy.