google-apps-chat-v1 0.11.0 → 0.11.1

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: 81d31581165a6cbfcfd9c864c76bcfac71615de6b200703d21e277d397524cc9
4
- data.tar.gz: 9f9c8f333a0676624cbff0fdbfaa913426737d2b516ce6578db3dc891d00ca1d
3
+ metadata.gz: fa3b81d04da3f2e43d3d153ba06b8bdef78b6ad6be96b3955f8262588d70d6b9
4
+ data.tar.gz: 21e1dadc5224145d037e48af3fea762230846deea05ac9915b264854fd95591d
5
5
  SHA512:
6
- metadata.gz: a328099d8183bda53a97cfe54ea58c82cd869a5a8cb492cb6cbe4bd33b23286045153160253cf2f3ce4c6ec85e401afbbdc8690d8319f7f047b5e8382ab08b27
7
- data.tar.gz: 7d9fc99e4ed24549f981e151c43c6857aaf55e5c908167929e609b5b3cb97f30b734a8c4fd95734457179a3df3a92fa0adad7cf9f664ce29f735cf5166f8c59c
6
+ metadata.gz: 20b3d848d5e45fb5387e3767b9968fd9f74d4aae71f5b77582e2a5b360a476ab428d08e06e48de8f0f5e08461b0b96496808e008eb5ae2241f3d46e8b68f90c7
7
+ data.tar.gz: 9b09bd204b6054468938396366a353079b26a863d941cf43dd5634dbede92bf3ff10f3adca694af3588b6bf09aed0bb8ba834ce20a07b97dff541b7db58859e7
@@ -4433,8 +4433,8 @@ module Google
4433
4433
 
4434
4434
  config_attr :endpoint, nil, ::String, nil
4435
4435
  config_attr :credentials, nil do |value|
4436
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
4437
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
4436
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
4437
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
4438
4438
  allowed.any? { |klass| klass === value }
4439
4439
  end
4440
4440
  config_attr :scope, nil, ::String, ::Array, nil
@@ -4240,7 +4240,7 @@ module Google
4240
4240
 
4241
4241
  config_attr :endpoint, nil, ::String, nil
4242
4242
  config_attr :credentials, nil do |value|
4243
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
4243
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
4244
4244
  allowed.any? { |klass| klass === value }
4245
4245
  end
4246
4246
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Apps
22
22
  module Chat
23
23
  module V1
24
- VERSION = "0.11.0"
24
+ VERSION = "0.11.1"
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-apps-chat-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-11 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
@@ -164,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  - !ruby/object:Gem::Version
165
165
  version: '0'
166
166
  requirements: []
167
- rubygems_version: 3.6.5
167
+ rubygems_version: 3.6.8
168
168
  specification_version: 4
169
169
  summary: The Google Chat API lets you build Chat apps to integrate your services with
170
170
  Google Chat and manage Chat resources such as spaces, members, and messages.