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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97d37c1f4a243cd0c227f3bca9b1bfd6e7f07b4279ab53f4fea75242cdf1044c
4
- data.tar.gz: 6b7ac4d4f8831cb64dacb75e910891f795490cd7b80042dcccdc046547765fb6
3
+ metadata.gz: 308a2dbef83e299a73d25a542ac324639ca21c214d120492082c3e6e35e221d5
4
+ data.tar.gz: 8a1bd5d5954a9f0eb49c58142dc60b9360a0afec9ee756576fc8634579b89b85
5
5
  SHA512:
6
- metadata.gz: d67354b6f4fd003f48e0431a7599a1d46668d50d7a8ab4063b10d251110750ff587ad999e60435584099158e58a01f8fea4441f01c156acbaa1e315465de6534
7
- data.tar.gz: d796e4229ddd57fd20eaf31321f0c8c4c2b7d257a4dce5cdcbdf31cb6d5804f62aaef018a11e1644c1069d3a2c09863ab666ce95812d6f0a902c4324fad7bf1b
6
+ metadata.gz: 003c73d0fa85f882583aeece4bbbb49ab5cbd7027cde44bf85fd6a33f616cefaa0b50b4592c0ff6303eda2d0022c6b789f3cfb8058a785cc23b78118a0cace51
7
+ data.tar.gz: f5d75afa558022da9504aed1664999cf2a815ef74baf6840c1c42ae613be4eeb0b5337a798a86c14574fc1a494cdf992d55722d3113c638791d3c0e5852e9f8a
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Support
23
- VERSION = "1.1.1"
23
+ VERSION = "1.1.2"
24
24
  end
25
25
  end
26
26
  end
@@ -63,7 +63,7 @@ module Google
63
63
  #
64
64
  # ## About CaseAttachmentService
65
65
  #
66
- # A service to manage file attachment for Google Cloud support cases.
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`.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-support
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC