google-apis-calendar_v3 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/calendar_v3/classes.rb +3 -1
- data/lib/google/apis/calendar_v3/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 29ca5f65a1cf47337467300787c64a1e726de970287e00058e41567a2004d7b1
|
4
|
+
data.tar.gz: e1cf0203261879f090750b8266010a347bb99eed235662f6d524890f0692f723
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76bcff0a04d2340222110fc2c7d2d961670143cbeaac1deb83885e9a22fc45f8b2970d5740f6a958687f345dc9d475b6bcef9abc755e03f2848a7a67baf88a7c
|
7
|
+
data.tar.gz: 452ee04f79e021738f7f94284ed2c3a92e5e6bf53837eaa3fd23893f2314241ca7ff27cf66176df66366d3f3536a99cbac2ab952340ceb330f767462f22bb97c
|
data/CHANGELOG.md
CHANGED
@@ -522,7 +522,9 @@ module Google
|
|
522
522
|
# @return [String]
|
523
523
|
attr_accessor :token
|
524
524
|
|
525
|
-
# The type of delivery mechanism used for this channel.
|
525
|
+
# The type of delivery mechanism used for this channel. Valid values are "
|
526
|
+
# web_hook" (or "webhook"). Both values refer to a channel where Http requests
|
527
|
+
# are used to deliver messages.
|
526
528
|
# Corresponds to the JSON property `type`
|
527
529
|
# @return [String]
|
528
530
|
attr_accessor :type
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CalendarV3
|
18
18
|
# Version of the google-apis-calendar_v3 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.3.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.1.2"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210215"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-calendar_v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.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: 2021-02-
|
11
|
+
date: 2021-02-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-calendar_v3/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-calendar_v3/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-calendar_v3/v0.3.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-calendar_v3
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|