google-cloud-gke_connect-gateway-v1beta1 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 93e670585fe22e36198cbbb6fdd7bb3a3726353eba18993a6e91b52b2cacfd88
4
- data.tar.gz: f202d76e6c4d92a547a84f264cf339389cbd50395a49a2dbc1e90d300f336770
3
+ metadata.gz: 6273da4ce89be3fc1183742d6b66ff1abe19055da07d4f8ef7f432af819badb8
4
+ data.tar.gz: 5e75edb2d0873847fdac1a4ccb38c54979ab3b1671d20dcb67ea63f3470e16c9
5
5
  SHA512:
6
- metadata.gz: a9553eeebd6abc9a97a462ff26915f897058115770936bb8e723ad1ab82a68f047c404c330c0ccf118585d335cbf195a6d0e280a42d1c7eafd1b5c9a10e85fba
7
- data.tar.gz: 8b0bfb6e77a6693ee02873ee72547466a9bba5da22a177c2db3ab0215c72346c033371386a12e58c6995f43c857a1d9bdf55a15bca225f05ecc2fff71089ce44
6
+ metadata.gz: e01152605a83e54d96062084bfc89bee191b466678db6c2804f73fd66f76009e91517974733dbea415630e10e5b5b1117a4d87180aa0249a6dbde3ca141abe59
7
+ data.tar.gz: 05a5f33bf48fb66359885c2eca8797c5171863702e8f68f11d072d775b4d488bd92fb2117a2454d57707f76443d0146566a61936a17f985769aa5169dfef3539
@@ -22,7 +22,7 @@ module Google
22
22
  module GkeConnect
23
23
  module Gateway
24
24
  module V1beta1
25
- VERSION = "0.5.1"
25
+ VERSION = "0.5.2"
26
26
  end
27
27
  end
28
28
  end
@@ -15,7 +15,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
15
15
 
16
16
  begin
17
17
  pool.add_serialized_file(descriptor_data)
18
- rescue TypeError => e
18
+ rescue TypeError
19
19
  # Compatibility code: will be removed in the next major version.
20
20
  require 'google/protobuf/descriptor_pb'
21
21
  parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
@@ -129,7 +129,8 @@ module Google
129
129
  #
130
130
  # Note: this functionality is not currently available in the official
131
131
  # protobuf release, and it is not used for type URLs beginning with
132
- # type.googleapis.com.
132
+ # type.googleapis.com. As of May 2023, there are no widely used type server
133
+ # implementations and no plans to implement one.
133
134
  #
134
135
  # Schemes other than `http`, `https` (or the empty scheme) might be
135
136
  # used with implementation specific semantics.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-gke_connect-gateway-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-12 00:00:00.000000000 Z
11
+ date: 2024-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common