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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: acccaa458164b35182eb435940d3fb92de18d77aff088a3b50e23baccd3d667e
4
- data.tar.gz: 8c8d32340e9346bdab8c83b221e8b1e6478bc9c29cba2d799b1e80c71aca70b9
3
+ metadata.gz: 379678bc2088368aaec9e2cbba4cb618d803c14f32e33955c33b0a369d7458c2
4
+ data.tar.gz: aff4b4bb6a8ac9a4571c8e18ae036e22f6b12c7a5acedb5f62d7c1e463886e89
5
5
  SHA512:
6
- metadata.gz: 26347e29cb524bbc542bf04777ec9fb97e378afdeb74d62494df25848c441ed76296d821edb31ffa2232b745d9f325fa2608cd8652729565116a0742da0af81c
7
- data.tar.gz: 542df5d8bfbc5b79c8515b1a7407aaea50ad4498824fcff4e77767275f045a55d2693728234e57ec7f549602fcf868f1c39b5a014e27c99d18ae57c9ae0c52ac
6
+ metadata.gz: a63a42f89aa935f2eacb830984b802d57f5af3228ac8ae2e4695056cecbbb218eefb00c2b41843dc8aea05905e009cf255f9d51c5a37ca0abfda50a61d6d0111
7
+ data.tar.gz: e25f2e7b8c79e98a7c6b578069bc74c351b0710ff500dffab64d97f1bfe732f935b5bdcc920313324e07d54a779a7d602b1e5fdd933824a2f8888c3fa0e5dc35
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ### 1.5.1 (2025-01-29)
4
+
5
+ #### Documentation
6
+
7
+ * Minor documentation updates ([#348](https://github.com/googleapis/common-protos-ruby/issues/348))
8
+
3
9
  ### 1.5.0 (2024-06-11)
4
10
 
5
11
  #### Features
@@ -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 Add-ons.
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 Add-ons.
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 Add-ons.
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 Add-ons system
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 Add-ons.
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 Add-ons.
82
+ # // Manifest section specific to Slides add-ons.
83
83
  #
84
84
  # // Slides add-on manifest.
85
85
  # message SlidesAddOnManifest {
@@ -18,7 +18,7 @@ module Google
18
18
  module Apps
19
19
  module Script
20
20
  module Type
21
- VERSION = "1.5.0".freeze
21
+ VERSION = "1.5.1".freeze
22
22
  end
23
23
  end
24
24
  end
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.0
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: 2024-06-11 00:00:00.000000000 Z
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.5.6
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: []