google-cloud-api_gateway 2.0.0 → 2.0.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: 0ef47fc0d54d87aca044abd750d38165196493d1df95d02927e5fece1c94b245
4
- data.tar.gz: 620b5fb9ca7e6a9288fe946cc450258a3dfb0e890a863b5b47333b2df56203d2
3
+ metadata.gz: 130ebb9d55263e5763f85494a64cbb1cb2bb881cf82074b2b27c78739f13e047
4
+ data.tar.gz: f8c428de98aa5c8c1ca348996093c8732b6af03dd5d71bc58df416aeceec7b3b
5
5
  SHA512:
6
- metadata.gz: 818a035e6b5f2ce25d672f52506c99ea5860c8ae692308f75d64c7f36a84c4477ce3eeb084037cde90be40e27797d3ebf7045b0ef23c27afef3f58b5bcaaf2e5
7
- data.tar.gz: 3bf64144bb2e96a5bdcecb43d66ed58b5c6da0d8398eaebbdc3cd6d13ca3a8c07c270ba24cbe57ed2c0c673797987afee6003bb247a8e31c1f1ce6df2e593001
6
+ metadata.gz: c4fda1f6b1e9a7df6abe93337f74f15159cb9cb5a8c4f85e64b0b6aaea626fdb8ef58231551f9404da74a3754e222b55c749cf718a881d1025c17313c06ab8d7
7
+ data.tar.gz: ff59566fb2442941e019045a4ec6510d1d58fc09c57e585be75deefb9a4082d8db26141904240abbe2ed4aa6a26e5d6852cb30e11b1d71c8dcdc88c14ddf0972
data/README.md CHANGED
@@ -7,7 +7,7 @@ API Gateway enables you to provide secure access to your backend services throug
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-api_gateway-v*`.
9
9
  The gem `google-cloud-api_gateway` 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 ApiGateway
23
- VERSION = "2.0.0"
23
+ VERSION = "2.0.1"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-api_gateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-13 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-api_gateway-v1
@@ -72,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  - !ruby/object:Gem::Version
73
73
  version: '0'
74
74
  requirements: []
75
- rubygems_version: 3.6.3
75
+ rubygems_version: 3.6.8
76
76
  specification_version: 4
77
77
  summary: API Client library for the API Gateway API
78
78
  test_files: []