google-apps-script-type 1.3.0 → 1.5.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 +12 -0
- data/lib/google/apps/script/type/addon_widget_set_pb.rb +1 -1
- data/lib/google/apps/script/type/calendar/calendar_addon_manifest_pb.rb +1 -1
- data/lib/google/apps/script/type/docs/docs_addon_manifest_pb.rb +1 -1
- data/lib/google/apps/script/type/drive/drive_addon_manifest_pb.rb +1 -1
- data/lib/google/apps/script/type/extension_point_pb.rb +1 -1
- data/lib/google/apps/script/type/gmail/gmail_addon_manifest_pb.rb +1 -1
- data/lib/google/apps/script/type/script_manifest_pb.rb +1 -1
- data/lib/google/apps/script/type/sheets/sheets_addon_manifest_pb.rb +1 -1
- data/lib/google/apps/script/type/slides/slides_addon_manifest_pb.rb +1 -1
- data/lib/google/apps/script/type/version.rb +1 -1
- metadata +12 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: acccaa458164b35182eb435940d3fb92de18d77aff088a3b50e23baccd3d667e
|
4
|
+
data.tar.gz: 8c8d32340e9346bdab8c83b221e8b1e6478bc9c29cba2d799b1e80c71aca70b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 26347e29cb524bbc542bf04777ec9fb97e378afdeb74d62494df25848c441ed76296d821edb31ffa2232b745d9f325fa2608cd8652729565116a0742da0af81c
|
7
|
+
data.tar.gz: 542df5d8bfbc5b79c8515b1a7407aaea50ad4498824fcff4e77767275f045a55d2693728234e57ec7f549602fcf868f1c39b5a014e27c99d18ae57c9ae0c52ac
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 1.5.0 (2024-06-11)
|
4
|
+
|
5
|
+
#### Features
|
6
|
+
|
7
|
+
* Support for google-protobuf 4.x ([#315](https://github.com/googleapis/common-protos-ruby/issues/315))
|
8
|
+
|
9
|
+
### 1.4.0 (2024-02-23)
|
10
|
+
|
11
|
+
#### Features
|
12
|
+
|
13
|
+
* Update minimum Ruby version to 2.7 ([#246](https://github.com/googleapis/common-protos-ruby/issues/246))
|
14
|
+
|
3
15
|
### 1.3.0 (2024-02-13)
|
4
16
|
|
5
17
|
#### Features
|
@@ -44,7 +44,7 @@ end
|
|
44
44
|
|
45
45
|
#### Source proto file: google/apps/script/type/addon_widget_set.proto ####
|
46
46
|
#
|
47
|
-
# // Copyright
|
47
|
+
# // Copyright 2024 Google LLC
|
48
48
|
# //
|
49
49
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
50
50
|
# // you may not use this file except in compliance with the License.
|
@@ -52,7 +52,7 @@ end
|
|
52
52
|
|
53
53
|
#### Source proto file: google/apps/script/type/calendar/calendar_addon_manifest.proto ####
|
54
54
|
#
|
55
|
-
# // Copyright
|
55
|
+
# // Copyright 2024 Google LLC
|
56
56
|
# //
|
57
57
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
58
58
|
# // you may not use this file except in compliance with the License.
|
@@ -50,7 +50,7 @@ end
|
|
50
50
|
|
51
51
|
#### Source proto file: google/apps/script/type/docs/docs_addon_manifest.proto ####
|
52
52
|
#
|
53
|
-
# // Copyright
|
53
|
+
# // Copyright 2024 Google LLC
|
54
54
|
# //
|
55
55
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
56
56
|
# // you may not use this file except in compliance with the License.
|
@@ -49,7 +49,7 @@ end
|
|
49
49
|
|
50
50
|
#### Source proto file: google/apps/script/type/drive/drive_addon_manifest.proto ####
|
51
51
|
#
|
52
|
-
# // Copyright
|
52
|
+
# // Copyright 2024 Google LLC
|
53
53
|
# //
|
54
54
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
55
55
|
# // you may not use this file except in compliance with the License.
|
@@ -48,7 +48,7 @@ end
|
|
48
48
|
|
49
49
|
#### Source proto file: google/apps/script/type/extension_point.proto ####
|
50
50
|
#
|
51
|
-
# // Copyright
|
51
|
+
# // Copyright 2024 Google LLC
|
52
52
|
# //
|
53
53
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
54
54
|
# // you may not use this file except in compliance with the License.
|
@@ -54,7 +54,7 @@ end
|
|
54
54
|
|
55
55
|
#### Source proto file: google/apps/script/type/gmail/gmail_addon_manifest.proto ####
|
56
56
|
#
|
57
|
-
# // Copyright
|
57
|
+
# // Copyright 2024 Google LLC
|
58
58
|
# //
|
59
59
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
60
60
|
# // you may not use this file except in compliance with the License.
|
@@ -53,7 +53,7 @@ end
|
|
53
53
|
|
54
54
|
#### Source proto file: google/apps/script/type/script_manifest.proto ####
|
55
55
|
#
|
56
|
-
# // Copyright
|
56
|
+
# // Copyright 2024 Google LLC
|
57
57
|
# //
|
58
58
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
59
59
|
# // you may not use this file except in compliance with the License.
|
@@ -50,7 +50,7 @@ end
|
|
50
50
|
|
51
51
|
#### Source proto file: google/apps/script/type/sheets/sheets_addon_manifest.proto ####
|
52
52
|
#
|
53
|
-
# // Copyright
|
53
|
+
# // Copyright 2024 Google LLC
|
54
54
|
# //
|
55
55
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
56
56
|
# // you may not use this file except in compliance with the License.
|
@@ -50,7 +50,7 @@ end
|
|
50
50
|
|
51
51
|
#### Source proto file: google/apps/script/type/slides/slides_addon_manifest.proto ####
|
52
52
|
#
|
53
|
-
# // Copyright
|
53
|
+
# // Copyright 2024 Google LLC
|
54
54
|
# //
|
55
55
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
56
56
|
# // you may not use this file except in compliance with the License.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apps-script-type
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.5.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: 2024-
|
11
|
+
date: 2024-06-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: googleapis-common-protos-types
|
@@ -28,16 +28,22 @@ dependencies:
|
|
28
28
|
name: google-protobuf
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - "
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '3.18'
|
34
|
+
- - "<"
|
35
|
+
- !ruby/object:Gem::Version
|
36
|
+
version: 5.a
|
34
37
|
type: :runtime
|
35
38
|
prerelease: false
|
36
39
|
version_requirements: !ruby/object:Gem::Requirement
|
37
40
|
requirements:
|
38
|
-
- - "
|
41
|
+
- - ">="
|
39
42
|
- !ruby/object:Gem::Version
|
40
43
|
version: '3.18'
|
44
|
+
- - "<"
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: 5.a
|
41
47
|
description: Common protocol buffer types used by Google Apps Script related client
|
42
48
|
libraries
|
43
49
|
email:
|
@@ -70,14 +76,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
70
76
|
requirements:
|
71
77
|
- - ">="
|
72
78
|
- !ruby/object:Gem::Version
|
73
|
-
version: '2.
|
79
|
+
version: '2.7'
|
74
80
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
75
81
|
requirements:
|
76
82
|
- - ">="
|
77
83
|
- !ruby/object:Gem::Version
|
78
84
|
version: '0'
|
79
85
|
requirements: []
|
80
|
-
rubygems_version: 3.5.
|
86
|
+
rubygems_version: 3.5.6
|
81
87
|
signing_key:
|
82
88
|
specification_version: 4
|
83
89
|
summary: Common protocol buffer types used by Google Apps Script related client libraries
|