google-cloud-run-client 1.4.0 → 1.4.1

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: 83ec48aa543fedbde16fe74a8448d07953af89eb4797dc06e4ab398825ee7aad
4
- data.tar.gz: b3280abe889dcafdd7f6a0582979f8701bd1bc16c1cd806efba2d32b1e5c2ecd
3
+ metadata.gz: 17a641c5c76b73f4f14079a3921234fb161ee58ab8e9adc3bac87740f09d0e1d
4
+ data.tar.gz: 40b68e3769a870858f4b92ec000b397a9170b0698a58f7298f96682811f7acf5
5
5
  SHA512:
6
- metadata.gz: 84a2f8d4ed72ac9019b002b42007454779c9584f1a78a722f4997d99f6fab4bdb53e041c5e658c046376875bf72e67a373a6b99626044189b958e74146164176
7
- data.tar.gz: f1795b28827c67601c1887c0155e2075a00035c0c740822d71a6afd8903c8abdc1f0f95ccbb1e5a2c858178f89138c5d5b2d2c5dea2d2bf9612d1ce56e4f8c81
6
+ metadata.gz: cb6f2762b1052ce90a3759fa585428978b3112a85413f51932ec016f2b535d8aaff9f184065ba38a8d8ffdf0e9dcc5970060ac389cc818c714ac0fbbb608f13a
7
+ data.tar.gz: 7a7eb229a74500bc5fe084959a9afd94b76337408ce5da5eb69ccfb5384cc7a573040c11fbefd9ad438cfb821b0489ff92b29f2f5ebfc5e38d8057d740f971c4
data/README.md CHANGED
@@ -7,7 +7,7 @@ Cloud Run deploys and manages user provided container images that scale automati
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-run-v*`.
9
9
  The gem `google-cloud-run-client` 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
 
@@ -18,7 +18,7 @@ module Google
18
18
  module Cloud
19
19
  module Run
20
20
  module Client
21
- VERSION = "1.4.0"
21
+ VERSION = "1.4.1"
22
22
  end
23
23
  end
24
24
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-run-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
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: API Client library for the Cloud Run API
81
81
  test_files: []