google-cloud-functions-v2 1.0.1 → 1.0.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: 303d8a9a5f8a20d1acd5861f9ecebdb0fd9645712b63ea3f4c43fecb915a1895
4
- data.tar.gz: bb752459ef6318aa56c3dc286cfbaecf36ebfad72f782202e38189943f78a102
3
+ metadata.gz: 1731556f6749ae021d592a6d25a941293acaaf7b1dd0b1d21512589628fc58ff
4
+ data.tar.gz: 5bc4abef703a142cc49855b7378f76f474cd432a646b7764e2f9b0930c87acae
5
5
  SHA512:
6
- metadata.gz: 0203c14bf6da224ad36179511068ec6b0c3cc28df2c9b691980142807d4c6e534773cd72661ff6a4fbac539971c890e603771178a1749aa03abe63177a5d2a4c
7
- data.tar.gz: 5e78be0101403c72ac18e7acaec1ea500eeba7c5aa8626a4b2aa6a41f11ae048193b89c0293094d4aba1c6f6c39d71bed240599f04f6dba8d7323b936515fbb9
6
+ metadata.gz: 4585e450ccc354d70aabb485ff63cfddaeba331e5ebfc03023bbd72026dc4c1803cdb7938eb0f83adc73216ec5daeeef90906afcc043f28e62ecc1c3c7b99fe9
7
+ data.tar.gz: e614410b63c4730070a1dfa5b924fe5365c9c2e87718a78d94c4861921396255c91ed5f72d11845278f22476a5cfbddefa4384d8f47870738115c64906d77926
@@ -1150,8 +1150,8 @@ module Google
1150
1150
 
1151
1151
  config_attr :endpoint, nil, ::String, nil
1152
1152
  config_attr :credentials, nil do |value|
1153
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1154
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
1153
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1154
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
1155
1155
  allowed.any? { |klass| klass === value }
1156
1156
  end
1157
1157
  config_attr :scope, nil, ::String, ::Array, nil
@@ -701,8 +701,8 @@ module Google
701
701
 
702
702
  config_attr :endpoint, nil, ::String, nil
703
703
  config_attr :credentials, nil do |value|
704
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
705
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
704
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
705
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
706
706
  allowed.any? { |klass| klass === value }
707
707
  end
708
708
  config_attr :scope, nil, ::String, ::Array, nil
@@ -1080,7 +1080,7 @@ module Google
1080
1080
 
1081
1081
  config_attr :endpoint, nil, ::String, nil
1082
1082
  config_attr :credentials, nil do |value|
1083
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1083
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1084
1084
  allowed.any? { |klass| klass === value }
1085
1085
  end
1086
1086
  config_attr :scope, nil, ::String, ::Array, nil
@@ -556,7 +556,7 @@ module Google
556
556
 
557
557
  config_attr :endpoint, nil, ::String, nil
558
558
  config_attr :credentials, nil do |value|
559
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
559
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
560
560
  allowed.any? { |klass| klass === value }
561
561
  end
562
562
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Functions
23
23
  module V2
24
- VERSION = "1.0.1"
24
+ VERSION = "1.0.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-functions-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.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
@@ -145,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
145
145
  - !ruby/object:Gem::Version
146
146
  version: '0'
147
147
  requirements: []
148
- rubygems_version: 3.6.5
148
+ rubygems_version: 3.6.8
149
149
  specification_version: 4
150
150
  summary: Manages lightweight user-provided functions executed in response to events.
151
151
  test_files: []