google-apps-card-v1 0.2.0 → 0.3.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 +6 -0
- data/lib/google/apps/card/v1/card_pb.rb +1 -1
- data/lib/google/apps/card/v1/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3b24b8dce30087905c49b7e36a3984e144f498bd69a9652e66163c40827f5346
|
|
4
|
+
data.tar.gz: 13252667ac12c469e43bc55134e188312764d9c37bb091e6344c82ee1fef83e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ed65044258ec71e9d022fced4d6b7bc25170e747da1351effcb6a82e5d05da3e3f4f9664ec20d4bc1802a3d1b6ece8bf891cfef5702cfc0ffa9dbeb9f38dacc8
|
|
7
|
+
data.tar.gz: 9d4d885c4301ef3548bf0c48d2b829873f97bb82c0a6ad905f5a7e908a8bf5b0ffd151796a4f99b336512f5f0c050b1c45d192089b4d8cd91baf8df64a93df96
|
data/CHANGELOG.md
CHANGED
|
@@ -97,7 +97,7 @@ end
|
|
|
97
97
|
|
|
98
98
|
#### Source proto file: google/apps/card/v1/card.proto ####
|
|
99
99
|
#
|
|
100
|
-
# // Copyright
|
|
100
|
+
# // Copyright 2024 Google LLC
|
|
101
101
|
# //
|
|
102
102
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
|
103
103
|
# // 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-card-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.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-05-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: googleapis-common-protos-types
|