grpc-tools 1.43.1 → 1.46.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: 64f75c9b149349bc5bc4fd7023a7bf8bbdde13b6f715679f4bfcdae7c38849be
4
- data.tar.gz: 28855a1a3c44eba3e33afcee1c4e363229be5a7b5dabf6ffa115b9e92e58535a
3
+ metadata.gz: da470138adf0b0f16b044711d8b03902a90bf1505873929f5a7a023041155098
4
+ data.tar.gz: 70fd773cf47c02278d77bb22f37cbe3f452b48f79b855902cc4e1e5a3d64a9e9
5
5
  SHA512:
6
- metadata.gz: 93dbbe14d9526095c65da1f62e99349036b9a440dcd11c1074d8560dbae44dd5eedece2ddd09bd187772d90f2b621a9c414280f38e1fbc7ffbde0085d76d2d4d
7
- data.tar.gz: 3626f120cb35a268c71fba01be2e10e83342cd50c94e01689846fa2bb9b74ab134179035c30b85ff90e29e61ce94a9265033899d24a43435689d4d93e4976cad
6
+ metadata.gz: 6da891fe6649f618dd87a8ce661e6ff3d5d2bea624df46dc5783370adb923f8922773cad44b4bcd0d962f6dad915ae3483535501d4d3ec4e27bf54ebd67ae915
7
+ data.tar.gz: b273398f6ee7d7531eec7e54dc3635eba3880feb2556f2316e0e85771e478e8bd31c8d2d48168cf1abe88172bb9778ecf99228fbf8d1aff22a15823a3946b992
@@ -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.43.1'
17
+ VERSION = '1.46.2'
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.43.1
4
+ version: 1.46.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - grpc Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-18 00:00:00.000000000 Z
11
+ date: 2022-05-12 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