google-cloud-eventarc-publishing-v1 1.3.2 → 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 104816533227ecf558696f289e08dbf7cd093d0133aafe49d7633af86b9b3b2f
|
4
|
+
data.tar.gz: 3583d1a652daae962aa1dfa50049fd94f0ff39f5d439698238aadc238f967099
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c97cba2e990c82f9116f834d835e2801967705399e6746efecbc2acce1c207e54f40ba7d753a50426833b1dcedc17332404ede5316bdd7e4d9abea3f07fd92d5
|
7
|
+
data.tar.gz: 861b31f4a42450cdc06470ccb2efca6959e664eee4ffc74dd5744f984e4fcc6ad7c3f960fc998a482028482b336fd3f0fcc0e1a32dd05ee320aa532a5c4a0a9d
|
@@ -613,8 +613,8 @@ module Google
|
|
613
613
|
|
614
614
|
config_attr :endpoint, nil, ::String, nil
|
615
615
|
config_attr :credentials, nil do |value|
|
616
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
617
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
616
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
617
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
618
618
|
allowed.any? { |klass| klass === value }
|
619
619
|
end
|
620
620
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -576,7 +576,7 @@ module Google
|
|
576
576
|
|
577
577
|
config_attr :endpoint, nil, ::String, nil
|
578
578
|
config_attr :credentials, nil do |value|
|
579
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
579
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
580
580
|
allowed.any? { |klass| klass === value }
|
581
581
|
end
|
582
582
|
config_attr :scope, nil, ::String, ::Array, nil
|
metadata
CHANGED
@@ -1,34 +1,28 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-eventarc-publishing-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
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:
|
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:
|
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:
|
25
|
+
version: '1.0'
|
32
26
|
- !ruby/object:Gem::Dependency
|
33
27
|
name: google-cloud-errors
|
34
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -94,14 +88,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
94
88
|
requirements:
|
95
89
|
- - ">="
|
96
90
|
- !ruby/object:Gem::Version
|
97
|
-
version: '3.
|
91
|
+
version: '3.1'
|
98
92
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
99
93
|
requirements:
|
100
94
|
- - ">="
|
101
95
|
- !ruby/object:Gem::Version
|
102
96
|
version: '0'
|
103
97
|
requirements: []
|
104
|
-
rubygems_version: 3.6.
|
98
|
+
rubygems_version: 3.6.8
|
105
99
|
specification_version: 4
|
106
100
|
summary: Processes events generated by an event provider and delivers them to a subscriber.
|
107
101
|
test_files: []
|