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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fa3b81d04da3f2e43d3d153ba06b8bdef78b6ad6be96b3955f8262588d70d6b9
|
4
|
+
data.tar.gz: 21e1dadc5224145d037e48af3fea762230846deea05ac9915b264854fd95591d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
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:
|
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.
|
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.
|