google-cloud-support 1.1.1 → 1.1.2
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/lib/google/cloud/support/version.rb +1 -1
- data/lib/google/cloud/support.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 308a2dbef83e299a73d25a542ac324639ca21c214d120492082c3e6e35e221d5
|
4
|
+
data.tar.gz: 8a1bd5d5954a9f0eb49c58142dc60b9360a0afec9ee756576fc8634579b89b85
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 003c73d0fa85f882583aeece4bbbb49ab5cbd7027cde44bf85fd6a33f616cefaa0b50b4592c0ff6303eda2d0022c6b789f3cfb8058a785cc23b78118a0cace51
|
7
|
+
data.tar.gz: f5d75afa558022da9504aed1664999cf2a815ef74baf6840c1c42ae613be4eeb0b5337a798a86c14574fc1a494cdf992d55722d3113c638791d3c0e5852e9f8a
|
data/lib/google/cloud/support.rb
CHANGED
@@ -63,7 +63,7 @@ module Google
|
|
63
63
|
#
|
64
64
|
# ## About CaseAttachmentService
|
65
65
|
#
|
66
|
-
# A service to manage file
|
66
|
+
# A service to manage file attachments for Google Cloud support cases.
|
67
67
|
#
|
68
68
|
# @param version [::String, ::Symbol] The API version to connect to. Optional.
|
69
69
|
# Defaults to `:v2`.
|