google-apps-meet 1.1.1 → 1.2.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: 2a88a1ac515d1b132ab1d491e35ea586340c80d815eff8d56a278f242892a5a9
4
- data.tar.gz: bd30448393a9173700ec1742c78a4212b9f71990a4a2750d8830988191b86fe7
3
+ metadata.gz: 1c7778ed38b984da5be078cc2f2c5fc55485ca82de6fc24945db7241aa5bcb16
4
+ data.tar.gz: 577ff21b99c52bc08dffe4b6134ca73a883d3bb453d76817d6b58747533d4bef
5
5
  SHA512:
6
- metadata.gz: 53f8849f4826faec690e8432de3c9c757e01ce75b76710b509713ba2079c9b9f7398d3a0e2bc6443ecfccb332b992a06c26b18560b5a1b771684b95fbe1f6e13
7
- data.tar.gz: 83064d253e07441e3014bb47ba2edbdf8aeff08e83971e77146d0388fbae713a10687d07ac259b612e9f60d571817ef07a51376735adbfe3ff59a9f998d9fe53
6
+ metadata.gz: aad581665ae537600c5b15d90c38e89e9be7a804b6ef965fdb419068a8677689e7d6a7e1405c359e0ddb01b4348099d40f7420e285ecc08b112433d3f22070bf
7
+ data.tar.gz: 176a5202bf2287c7d0faa3a9980691a7fa824be462254ad73eb526f1cf92e25182d948ca61de8e4e46dfe129d78170c14d9858aa47091c82ad999c081f82ce99
data/README.md CHANGED
@@ -33,6 +33,14 @@ In order to use this library, you first need to go through the following steps:
33
33
  1. [Enable the API.](https://console.cloud.google.com/apis/library/meet.googleapis.com)
34
34
  1. {file:AUTHENTICATION.md Set up authentication.}
35
35
 
36
+ ```ruby
37
+ require "google/apps/meet"
38
+
39
+ client = Google::Apps::Meet.spaces_service
40
+ request = ::Google::Apps::Meet::V2::CreateSpaceRequest.new # (request fields as keyword arguments...)
41
+ response = client.create_space request
42
+ ```
43
+
36
44
  ## Debug Logging
37
45
 
38
46
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Apps
22
22
  module Meet
23
- VERSION = "1.1.1"
23
+ VERSION = "1.2.0"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apps-meet
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -67,14 +67,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
- version: '3.0'
70
+ version: '3.2'
71
71
  required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - ">="
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  requirements: []
77
- rubygems_version: 3.6.8
77
+ rubygems_version: 3.6.9
78
78
  specification_version: 4
79
79
  summary: Create and manage meetings in Google Meet.
80
80
  test_files: []