grpc-tools 1.42.0 → 1.45.0

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: 60d9a98ed0133a881d37015dba8366e237da751be6b9089c3bc2f848f2840f5c
4
- data.tar.gz: 4619974ab15028383c6117e2aa6a1a8b5530dd9695ae8c4272f0770c64d0e94a
3
+ metadata.gz: '0048c4fcaaf903e4ac3ed6468250c58cbb0c8f3774909de7cab0147824ba9348'
4
+ data.tar.gz: d2abfdc5a3570f144b8db5381ff80be25e520197e735e335aa7f52babd756d62
5
5
  SHA512:
6
- metadata.gz: 95412aa5499cea8bf59896d961035325faa822fb1ba498e414b3f4ace775a187f30df3d5c3217a4bb268b57d281cbf4a6c7d0bedb2602b8bcdf0116cfa313b31
7
- data.tar.gz: d38556b54714270fab02a3061ba7528b6efd3e1d43b8a68d16164892ace7ba74d58c933a475f28299ac8c846b7655e73cc07fd058af79a544c89c1696f4f8c17
6
+ metadata.gz: 34d1d9b477e06d25ff4f7d6c51420e70e5595fa6d0aec8def9271d2bbfe40a3cd0aa4597f8e176cfde46e8e796ccf928918f77fcb492fed92b420bf0a5d03116
7
+ data.tar.gz: ac78c5c2820d3a2251f7114acc60022adb531b3b99f52f0996ca8b068882d5b114016d349fcce90a49dc6e3263d8198a95a611ba32a286d9837d1ef67ba44516
@@ -55,8 +55,8 @@ message Struct {
55
55
 
56
56
  // `Value` represents a dynamically typed value which can be either
57
57
  // null, a number, a string, a boolean, a recursive struct value, or a
58
- // list of values. A producer of value is expected to set one of that
59
- // variants, absence of any variant indicates an error.
58
+ // list of values. A producer of value is expected to set one of these
59
+ // variants. Absence of any variant indicates an error.
60
60
  //
61
61
  // The JSON representation for `Value` is JSON value.
62
62
  message Value {
Binary file
data/bin/x86-linux/protoc CHANGED
Binary file
@@ -55,8 +55,8 @@ message Struct {
55
55
 
56
56
  // `Value` represents a dynamically typed value which can be either
57
57
  // null, a number, a string, a boolean, a recursive struct value, or a
58
- // list of values. A producer of value is expected to set one of that
59
- // variants, absence of any variant indicates an error.
58
+ // list of values. A producer of value is expected to set one of these
59
+ // variants. Absence of any variant indicates an error.
60
60
  //
61
61
  // The JSON representation for `Value` is JSON value.
62
62
  message Value {
Binary file
Binary file
@@ -55,8 +55,8 @@ message Struct {
55
55
 
56
56
  // `Value` represents a dynamically typed value which can be either
57
57
  // null, a number, a string, a boolean, a recursive struct value, or a
58
- // list of values. A producer of value is expected to set one of that
59
- // variants, absence of any variant indicates an error.
58
+ // list of values. A producer of value is expected to set one of these
59
+ // variants. Absence of any variant indicates an error.
60
60
  //
61
61
  // The JSON representation for `Value` is JSON value.
62
62
  message Value {
Binary file
Binary file
@@ -55,8 +55,8 @@ message Struct {
55
55
 
56
56
  // `Value` represents a dynamically typed value which can be either
57
57
  // null, a number, a string, a boolean, a recursive struct value, or a
58
- // list of values. A producer of value is expected to set one of that
59
- // variants, absence of any variant indicates an error.
58
+ // list of values. A producer of value is expected to set one of these
59
+ // variants. Absence of any variant indicates an error.
60
60
  //
61
61
  // The JSON representation for `Value` is JSON value.
62
62
  message Value {
Binary file
Binary file
@@ -55,8 +55,8 @@ message Struct {
55
55
 
56
56
  // `Value` represents a dynamically typed value which can be either
57
57
  // null, a number, a string, a boolean, a recursive struct value, or a
58
- // list of values. A producer of value is expected to set one of that
59
- // variants, absence of any variant indicates an error.
58
+ // list of values. A producer of value is expected to set one of these
59
+ // variants. Absence of any variant indicates an error.
60
60
  //
61
61
  // The JSON representation for `Value` is JSON value.
62
62
  message Value {
Binary file
data/version.rb CHANGED
@@ -14,6 +14,6 @@
14
14
 
15
15
  module GRPC
16
16
  module Tools
17
- VERSION = '1.42.0'
17
+ VERSION = '1.45.0'
18
18
  end
19
19
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grpc-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.42.0
4
+ version: 1.45.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - grpc Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-17 00:00:00.000000000 Z
11
+ date: 2022-03-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: protoc and the Ruby gRPC protoc plugin
14
14
  email: grpc-io@googlegroups.com