google-apps-script-type 1.5.0 → 1.6.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/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 +2 -2
- data/lib/google/apps/script/type/docs/docs_addon_manifest_pb.rb +2 -2
- data/lib/google/apps/script/type/drive/drive_addon_manifest_pb.rb +2 -2
- 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 +2 -2
- data/lib/google/apps/script/type/sheets/sheets_addon_manifest_pb.rb +2 -2
- data/lib/google/apps/script/type/slides/slides_addon_manifest_pb.rb +2 -2
- data/lib/google/apps/script/type/version.rb +1 -1
- metadata +4 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 81ec8ea72d1a1b68149108107e82244b195eefc4d126951214353fbb3e38f0d8
|
4
|
+
data.tar.gz: 590d0b0ed160ba569ea542b679ea7bff3d6f1dfa5234837b1e90f3da37d8b14b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84feed26c2f6e6ec8d3dcb93d2e7bb38098c6af5d6c15a7f6aa193ddff03a19c7f99b0043db5a0e691ba3215085e20339739fe86135fab6645b720debbb4a7b9
|
7
|
+
data.tar.gz: 2d1801326ae7e4f4f674940afebf8026a14f253d09d843b6c452b4f8d811be790d5574788ad0adeebec0f9857467cc6bcd009b1290da92afdc17c8a66f3d9848
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 1.6.0 (2025-03-14)
|
4
|
+
|
5
|
+
#### Features
|
6
|
+
|
7
|
+
* Update minimum required Ruby to 3.0 ([#354](https://github.com/googleapis/common-protos-ruby/issues/354))
|
8
|
+
|
9
|
+
### 1.5.1 (2025-01-29)
|
10
|
+
|
11
|
+
#### Documentation
|
12
|
+
|
13
|
+
* Minor documentation updates ([#348](https://github.com/googleapis/common-protos-ruby/issues/348))
|
14
|
+
|
3
15
|
### 1.5.0 (2024-06-11)
|
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 2025 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 2025 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.
|
@@ -81,7 +81,7 @@ end
|
|
81
81
|
# option php_namespace = "Google\\Apps\\Script\\Type\\Calendar";
|
82
82
|
# option ruby_package = "Google::Apps::Script::Type::Calendar";
|
83
83
|
#
|
84
|
-
# // Manifest section specific to Calendar
|
84
|
+
# // Manifest section specific to Calendar add-ons.
|
85
85
|
#
|
86
86
|
# // Calendar add-on manifest.
|
87
87
|
# message CalendarAddOnManifest {
|
@@ -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 2025 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.
|
@@ -79,7 +79,7 @@ end
|
|
79
79
|
# option php_namespace = "Google\\Apps\\Script\\Type\\Docs";
|
80
80
|
# option ruby_package = "Google::Apps::Script::Type::Docs";
|
81
81
|
#
|
82
|
-
# // Manifest section specific to Docs
|
82
|
+
# // Manifest section specific to Docs add-ons.
|
83
83
|
#
|
84
84
|
# // Docs add-on manifest.
|
85
85
|
# message DocsAddOnManifest {
|
@@ -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 2025 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.
|
@@ -77,7 +77,7 @@ end
|
|
77
77
|
# option php_namespace = "Google\\Apps\\Script\\Type\\Drive";
|
78
78
|
# option ruby_package = "Google::Apps::Script::Type::Drive";
|
79
79
|
#
|
80
|
-
# // Manifest section specific to Drive
|
80
|
+
# // Manifest section specific to Drive add-ons.
|
81
81
|
#
|
82
82
|
# // Drive add-on manifest.
|
83
83
|
# message DriveAddOnManifest {
|
@@ -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 2025 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 2025 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 2025 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.
|
@@ -148,7 +148,7 @@ end
|
|
148
148
|
# // Default value, equivalent to `SYSTEM_ID_TOKEN`
|
149
149
|
# HTTP_AUTHORIZATION_HEADER_UNSPECIFIED = 0;
|
150
150
|
#
|
151
|
-
# // Send an ID token for the project-specific Google Workspace
|
151
|
+
# // Send an ID token for the project-specific Google Workspace add-ons system
|
152
152
|
# // service account (default)
|
153
153
|
# SYSTEM_ID_TOKEN = 1;
|
154
154
|
#
|
@@ -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 2025 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.
|
@@ -79,7 +79,7 @@ end
|
|
79
79
|
# option php_namespace = "Google\\Apps\\Script\\Type\\Sheets";
|
80
80
|
# option ruby_package = "Google::Apps::Script::Type::Sheets";
|
81
81
|
#
|
82
|
-
# // Manifest section specific to Sheets
|
82
|
+
# // Manifest section specific to Sheets add-ons.
|
83
83
|
#
|
84
84
|
# // Sheets add-on manifest.
|
85
85
|
# message SheetsAddOnManifest {
|
@@ -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 2025 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.
|
@@ -79,7 +79,7 @@ end
|
|
79
79
|
# option php_namespace = "Google\\Apps\\Script\\Type\\Slides";
|
80
80
|
# option ruby_package = "Google::Apps::Script::Type::Slides";
|
81
81
|
#
|
82
|
-
# // Manifest section specific to Slides
|
82
|
+
# // Manifest section specific to Slides add-ons.
|
83
83
|
#
|
84
84
|
# // Slides add-on manifest.
|
85
85
|
# message SlidesAddOnManifest {
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-19 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: googleapis-common-protos-types
|
@@ -68,7 +67,6 @@ homepage: https://github.com/googleapis/common-protos-ruby
|
|
68
67
|
licenses:
|
69
68
|
- Apache-2.0
|
70
69
|
metadata: {}
|
71
|
-
post_install_message:
|
72
70
|
rdoc_options: []
|
73
71
|
require_paths:
|
74
72
|
- lib
|
@@ -76,15 +74,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
76
74
|
requirements:
|
77
75
|
- - ">="
|
78
76
|
- !ruby/object:Gem::Version
|
79
|
-
version: '
|
77
|
+
version: '3.0'
|
80
78
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
81
79
|
requirements:
|
82
80
|
- - ">="
|
83
81
|
- !ruby/object:Gem::Version
|
84
82
|
version: '0'
|
85
83
|
requirements: []
|
86
|
-
rubygems_version: 3.5
|
87
|
-
signing_key:
|
84
|
+
rubygems_version: 3.6.5
|
88
85
|
specification_version: 4
|
89
86
|
summary: Common protocol buffer types used by Google Apps Script related client libraries
|
90
87
|
test_files: []
|