google-cloud-gke_connect-gateway-v1beta1 0.5.0 → 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: 6b0488b0ea838182a219564c055f28b52feb36057cd24a8662c8134a6a83bb6b
4
- data.tar.gz: 5eb70bdd84250c1cfade1b33e4f826f5a1e52967d198c445f3e415d5adbe7988
3
+ metadata.gz: 6273da4ce89be3fc1183742d6b66ff1abe19055da07d4f8ef7f432af819badb8
4
+ data.tar.gz: 5e75edb2d0873847fdac1a4ccb38c54979ab3b1671d20dcb67ea63f3470e16c9
5
5
  SHA512:
6
- metadata.gz: 4be2f94aa5eb1c6587dd638ec6025a8d4fbdc20379deb97890b0e090a118f67f60a157e9c57db3e0c614637cf088cfc72833e2f91bc08f9d4488fb0a84650ce7
7
- data.tar.gz: 5545c29c6885e573bdb2507d8bed1a712597a5ade9ba9e30cde52ab9cda475d68dfcfbf9a0f98b50d10754b01bab51470b4fcc8a338176b7f15d1b1397881b6a
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.0"
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.0
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-11 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