google-apps-meet 1.2.0 → 1.3.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: 1c7778ed38b984da5be078cc2f2c5fc55485ca82de6fc24945db7241aa5bcb16
4
- data.tar.gz: 577ff21b99c52bc08dffe4b6134ca73a883d3bb453d76817d6b58747533d4bef
3
+ metadata.gz: 7192d3cf0760293dc99374e9f05f53aba339f2ec6ec956619b773ec5072da998
4
+ data.tar.gz: b59647ba43f27abd6ccbbbdf2996c511bc4d034d80934d48917ebffe1a23acea
5
5
  SHA512:
6
- metadata.gz: aad581665ae537600c5b15d90c38e89e9be7a804b6ef965fdb419068a8677689e7d6a7e1405c359e0ddb01b4348099d40f7420e285ecc08b112433d3f22070bf
7
- data.tar.gz: 176a5202bf2287c7d0faa3a9980691a7fa824be462254ad73eb526f1cf92e25182d948ca61de8e4e46dfe129d78170c14d9858aa47091c82ad999c081f82ce99
6
+ metadata.gz: 1999840531e2f630eede118fb6fa89a5eeac76573e457b6437e2398738a9621810e937c4e0ab0a97ff8461e99061f03e90e4420c96ab9619be6274b2fbe94e63
7
+ data.tar.gz: ad8b197d7b757a24d18835c7ce7e67d571275ab4c0ee373ee09dd9d6a33733ef121574bae7694e7a7c6a05aa68dae7c76a8295103d8bfd4f5a31e735bf60a7b4
data/README.md CHANGED
@@ -73,7 +73,7 @@ working, try updating the versioned clients in your bundle or installed gems:
73
73
 
74
74
  ## Supported Ruby Versions
75
75
 
76
- This library is supported on Ruby 3.0+.
76
+ This library is supported on Ruby 3.2+.
77
77
 
78
78
  Google provides official support for Ruby versions that are actively supported
79
79
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Apps
22
22
  module Meet
23
- VERSION = "1.2.0"
23
+ VERSION = "1.3.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.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC