google-apps-script-type 1.4.0 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c5403f4c29ebb395da0914ddaff03f2573e5c22d8cc4edb417d555092ac4385f
4
- data.tar.gz: 6e08212851f8ff607f1a737aa1e3d078e5d79c8a85263c72d24671570fbafb65
3
+ metadata.gz: acccaa458164b35182eb435940d3fb92de18d77aff088a3b50e23baccd3d667e
4
+ data.tar.gz: 8c8d32340e9346bdab8c83b221e8b1e6478bc9c29cba2d799b1e80c71aca70b9
5
5
  SHA512:
6
- metadata.gz: 661eda9b3e9327f927347feaa811fcd6ccc3440e36956149fc0573a15385d6774747abfc26017c275aaa0cefa810167c3b732b1f8de0164b15ef44286771efe1
7
- data.tar.gz: c8761fc929f64a223f8787897f13630caf743cd4531a08e7bc7c7ff4c048dac49980ed7a824864fe222a6f708903ee0f174a19557fe1c4727461f2c1ce848b38
6
+ metadata.gz: 26347e29cb524bbc542bf04777ec9fb97e378afdeb74d62494df25848c441ed76296d821edb31ffa2232b745d9f325fa2608cd8652729565116a0742da0af81c
7
+ data.tar.gz: 542df5d8bfbc5b79c8515b1a7407aaea50ad4498824fcff4e77767275f045a55d2693728234e57ec7f549602fcf868f1c39b5a014e27c99d18ae57c9ae0c52ac
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
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
+
3
9
  ### 1.4.0 (2024-02-23)
4
10
 
5
11
  #### 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 2020 Google LLC
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 2020 Google LLC
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 2020 Google LLC
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 2020 Google LLC
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 2020 Google LLC
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 2020 Google LLC
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 2020 Google LLC
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 2020 Google LLC
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 2020 Google LLC
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.
@@ -18,7 +18,7 @@ module Google
18
18
  module Apps
19
19
  module Script
20
20
  module Type
21
- VERSION = "1.4.0".freeze
21
+ VERSION = "1.5.0".freeze
22
22
  end
23
23
  end
24
24
  end
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.0
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-02-23 00:00:00.000000000 Z
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: