google-apps-card-v1 0.1.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 +7 -0
- data/CHANGELOG.md +9 -0
- data/README.md +9 -0
- data/lib/google/apps/card/v1/card_pb.rb +2016 -0
- data/lib/google/apps/card/v1/version.rb +25 -0
- metadata +75 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: ed7cde5e4cf926f316dc8add117b662ce0a8c1272d56ee99fb8deed8c1653f0f
|
|
4
|
+
data.tar.gz: b2639a3635b140e30bf25dbb9d7cf9f9340a5a6d2e8941b122da7c03a511e44a
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 5985ac702d320541920402eb29799b0b7f9b106fa3ece37609b1669c275a59d6a6dc5e8f7618853a7106f3c5cca487204b4723386430789ea5f991289c86a7a7
|
|
7
|
+
data.tar.gz: 1da9dd387778da069b1282b216a26bd9f5bdb09b2a34d496b602c5d090935d9f6b7736ed5fbc5d9f4fd7c0434e7456ecc211cddabd62840d3efe2a3a5b1452bb
|
data/CHANGELOG.md
ADDED
data/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# Common Protocol Buffer Types
|
|
2
|
+
|
|
3
|
+
This gem contains common protocol buffer types used by certain client libraries.
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
This library is generally brought in as a dependency by Google API client
|
|
8
|
+
libraries that use it. However, you can include it directly in your
|
|
9
|
+
application's Gemfile if you need to use its protos directly.
|