google-apps-meet 1.1.2 → 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 +4 -4
- data/README.md +1 -1
- data/lib/google/apps/meet/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7192d3cf0760293dc99374e9f05f53aba339f2ec6ec956619b773ec5072da998
|
|
4
|
+
data.tar.gz: b59647ba43f27abd6ccbbbdf2996c511bc4d034d80934d48917ebffe1a23acea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
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.
|
|
4
|
+
version: 1.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -67,7 +67,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
67
67
|
requirements:
|
|
68
68
|
- - ">="
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
|
-
version: '3.
|
|
70
|
+
version: '3.2'
|
|
71
71
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
73
|
- - ">="
|