google-cloud-support 1.1.0 → 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: 3ae4cd56eba418c1a710f700285bd24bdd9addc058284241446f9d67ef646e8b
4
- data.tar.gz: c7f28ffbb9eaea17734b856a5a7e9f05a4d372cabe401fde111205fa436b4404
3
+ metadata.gz: 308a2dbef83e299a73d25a542ac324639ca21c214d120492082c3e6e35e221d5
4
+ data.tar.gz: 8a1bd5d5954a9f0eb49c58142dc60b9360a0afec9ee756576fc8634579b89b85
5
5
  SHA512:
6
- metadata.gz: 4a2232acbb2ae2a39ebe30d77efcc8de1e008ffc7b678e573bff953c53eab9c84b34a7a3f14b2508c9178710476bbef44bd9906efd8f00246edec9977a6ab045
7
- data.tar.gz: 2fde4415f3784e29d8ad451dc285dc2cc13102cc3dda4f9b94e326bbd8d73f44c72ef352c962f4d3fc38ac2c2447289342c514a83f4636917a0df961b56de336
6
+ metadata.gz: 003c73d0fa85f882583aeece4bbbb49ab5cbd7027cde44bf85fd6a33f616cefaa0b50b4592c0ff6303eda2d0022c6b789f3cfb8058a785cc23b78118a0cace51
7
+ data.tar.gz: f5d75afa558022da9504aed1664999cf2a815ef74baf6840c1c42ae613be4eeb0b5337a798a86c14574fc1a494cdf992d55722d3113c638791d3c0e5852e9f8a
data/README.md CHANGED
@@ -7,7 +7,7 @@ Manages Google Cloud technical support cases for Customer Care support offerings
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-support-v*`.
9
9
  The gem `google-cloud-support` is the main client library that brings the
10
- verisoned gems in as dependencies, and provides high-level methods for
10
+ versioned gems in as dependencies, and provides high-level methods for
11
11
  constructing clients. More information on versioned clients can be found below
12
12
  in the section titled *Which client should I use?*.
13
13
 
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Support
23
- VERSION = "1.1.0"
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,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-support
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-core
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.6.2
78
+ rubygems_version: 3.6.8
79
79
  specification_version: 4
80
80
  summary: Manages Google Cloud technical support cases for Customer Care support offerings.
81
81
  test_files: []