google-apis-chat_v1 0.33.0 → 0.34.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e1c3222bc5d64b8dacd65169d7a74f8c8c138052b6f90f659b54f94d9ff604f
4
- data.tar.gz: e2e4a1da2408df5be7200ed901f474713470f54e06a325f38a69aed41fd014f9
3
+ metadata.gz: a0ba8affbf41651cf455b6b567872ebb8cd5c545956845f9f492c9a4102ef9f6
4
+ data.tar.gz: b30361522e9372842d67b59df1b20dd106895723e87a5fecd307e35f7c7ef9ed
5
5
  SHA512:
6
- metadata.gz: 75f899933d04f6d7c1d82460bf29fe9f2e6ce6facf43308abe0ac0689bba095628254c1d4c94496b83097db4bccdf43b4d44f0ce996c2b4bc591974b8d0f3953
7
- data.tar.gz: c84ce50affa27cc8e2153552fa96c8bb5aa3a62a65697155a415684f71052b1d4eed06895acfc04fbd04c11791800085ca0dd5caca6204a00e437041d2c787bd
6
+ metadata.gz: 8325162728eec4eb27cb6840715d16c2b13a2b932427295c6a7bb6ce5b525bf55a5ec03a0dd0571e14759d72583f3dde91eb493ee8bd51397ff68d001bb591ed
7
+ data.tar.gz: 3529b1be8092d00a5749b9c6744b46ab640b1874525967538c4e7bd5182d741808250c9039d422047f530f723a2464c1c3fcdefed0c11a5bd7ea0b5c6d0bc1ae
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.34.0 (2022-05-25)
4
+
5
+ * Regenerated from discovery document revision 20220520
6
+
3
7
  ### v0.33.0 (2022-05-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20220511
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ChatV1
18
18
  # Version of the google-apis-chat_v1 gem
19
- GEM_VERSION = "0.33.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220511"
25
+ REVISION = "20220520"
26
26
  end
27
27
  end
28
28
  end
@@ -23,8 +23,7 @@ module Google
23
23
  # Google Chat API
24
24
  #
25
25
  # Enables apps to fetch information and perform actions in Google Chat.
26
- # Authentication using a service account is a prerequisite for using the Google
27
- # Chat REST API.
26
+ # Authentication is a prerequisite for using the Google Chat REST API.
28
27
  #
29
28
  # @example
30
29
  # require 'google/apis/chat_v1'
@@ -22,8 +22,7 @@ module Google
22
22
  # Google Chat API
23
23
  #
24
24
  # Enables apps to fetch information and perform actions in Google Chat.
25
- # Authentication using a service account is a prerequisite for using the Google
26
- # Chat REST API.
25
+ # Authentication is a prerequisite for using the Google Chat REST API.
27
26
  #
28
27
  # @see https://developers.google.com/hangouts/chat
29
28
  module ChatV1
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-chat_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.0
4
+ version: 0.34.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-23 00:00:00.000000000 Z
11
+ date: 2022-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chat_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.34.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chat_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Chat API V1