google-apps-script-type 1.5.0 → 1.5.1
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 +6 -0
- 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/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 +3 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 379678bc2088368aaec9e2cbba4cb618d803c14f32e33955c33b0a369d7458c2
|
|
4
|
+
data.tar.gz: aff4b4bb6a8ac9a4571c8e18ae036e22f6b12c7a5acedb5f62d7c1e463886e89
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a63a42f89aa935f2eacb830984b802d57f5af3228ac8ae2e4695056cecbbb218eefb00c2b41843dc8aea05905e009cf255f9d51c5a37ca0abfda50a61d6d0111
|
|
7
|
+
data.tar.gz: e25f2e7b8c79e98a7c6b578069bc74c351b0710ff500dffab64d97f1bfe732f935b5bdcc920313324e07d54a779a7d602b1e5fdd933824a2f8888c3fa0e5dc35
|
data/CHANGELOG.md
CHANGED
|
@@ -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 {
|
|
@@ -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 {
|
|
@@ -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 {
|
|
@@ -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
|
#
|
|
@@ -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 {
|
|
@@ -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.5.
|
|
4
|
+
version: 1.5.1
|
|
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-01-30 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
|
|
@@ -83,8 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
83
81
|
- !ruby/object:Gem::Version
|
|
84
82
|
version: '0'
|
|
85
83
|
requirements: []
|
|
86
|
-
rubygems_version: 3.
|
|
87
|
-
signing_key:
|
|
84
|
+
rubygems_version: 3.6.2
|
|
88
85
|
specification_version: 4
|
|
89
86
|
summary: Common protocol buffer types used by Google Apps Script related client libraries
|
|
90
87
|
test_files: []
|