google-apis-meet_v2 0.4.0 → 0.5.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: 8fa8a47c63be54be9dadecc039d826727381925c8c9d29328cc4a1fa4f33fa81
4
- data.tar.gz: c5e8fd48efbd31ead98de2d2a2b9092987342a48d1fdbb59c731e36c6bb0d6a3
3
+ metadata.gz: 97f63aba4c4cb5c048db1ef43e8f1cacd49c2c07b608032eeb99f938ccd2f741
4
+ data.tar.gz: 053afbffe884953a3f5f27074e1cb73376c80449bae546f671bc04f848bce708
5
5
  SHA512:
6
- metadata.gz: 63ef24fc6b81837544971998b6d075718e2750e955076f44abeaf262e3dc375da4777f9d2f5107f349c22ac0fe705db4340c1da6fe717ebe04ce2cdfa3912c2c
7
- data.tar.gz: 3a904d0216fb372d195e6ce8b7f8c85747707b8cf32f2fbfc5388523cd30b5ee1033ac021a3ff4b49cb4220d1fe940b1117ae7fa2dd94d25dc0767a4cd392038
6
+ metadata.gz: 00a62ea6bb00fd59349046442d4ebe359a14468bf2046e396397fa939d27fe83f64a05ab00c746399aac0d4e65c0974d611f3b85e0163552d99e9a27b01fe40b
7
+ data.tar.gz: 96114a93be4b11e181be7421ee4bb95045ef7123d705145faaf9aa7543060a06626bc8a432730b67905687c1e6f0ab73a4f63a432093b60d6e8b4c14152235c0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-meet_v2
2
2
 
3
+ ### v0.5.0 (2025-02-26)
4
+
5
+ * Regenerated from discovery document revision 20250127
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.4.0 (2024-08-11)
4
9
 
5
10
  * Regenerated from discovery document revision 20240808
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MeetV2
18
18
  # Version of the google-apis-meet_v2 gem
19
- GEM_VERSION = "0.4.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240808"
25
+ REVISION = "20250127"
26
26
  end
27
27
  end
28
28
  end
@@ -34,6 +34,9 @@ module Google
34
34
 
35
35
  # Read information about any of your Google Meet conferences
36
36
  AUTH_MEETINGS_SPACE_READONLY = 'https://www.googleapis.com/auth/meetings.space.readonly'
37
+
38
+ # Edit, and see settings for all of your Google Meet calls.
39
+ AUTH_MEETINGS_SPACE_SETTINGS = 'https://www.googleapis.com/auth/meetings.space.settings'
37
40
  end
38
41
  end
39
42
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-meet_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-08-11 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-meet_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-meet_v2/v0.4.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-meet_v2/v0.5.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-meet_v2
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Google Meet API V2
82
79
  test_files: []