google-cloud-eventarc-publishing-v1 0.8.1 → 0.8.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: 80cc39221515bad1d41d6aae0cc4611d017b09c9c3917e8b842c75d47b81b58c
4
- data.tar.gz: c54adcedabaf8d3f2c19bcaaa34fcbb39d94dc4b9582d03f399b124a1a96d1d8
3
+ metadata.gz: 46930cdfd671909f2d374e81c7367f47841007bebf1c5912b111dfc00e50f788
4
+ data.tar.gz: ba429d5f24d7ca70674fa919cb528debf9f49a441190bc3ffdca047f9543fe02
5
5
  SHA512:
6
- metadata.gz: 2f65b95d5d465d8eef4242893ded07ed2e9902b086ee6834b05ff1b848fc58ccbeb94585143d4c039afc3de6b342363f1d731214bcce345eafffd4319f3dc618
7
- data.tar.gz: f24fced55ef11d2dc8655514f0a65adc185142bf7775998c95459e56ff532ba943e284fb3210f1c2ab23599f244cc19754a30721a86e0cbb08f91012924d1b55
6
+ metadata.gz: 6c6e3c74bbd8d3b86089ab78cabc4f02aa810b222f9fb2a8f68e51156b97c77142adb7a338ff6e4683dfef0089ede1a727584c57aa0f56be63d831067d85381d
7
+ data.tar.gz: 12db095774bce6bf84cfc1ca2ff12ad5b0b5378a9156312caa1ff06b598f693c4e11db782a6d59f459fbeaa3ad3a62beb5f17feb7a1555ac24aca1895a931e89
@@ -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)
@@ -22,7 +22,7 @@ module Google
22
22
  module Eventarc
23
23
  module Publishing
24
24
  module V1
25
- VERSION = "0.8.1"
25
+ VERSION = "0.8.2"
26
26
  end
27
27
  end
28
28
  end
@@ -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-eventarc-publishing-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.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