grpc-tools 1.42.0 → 1.45.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/x86-linux/google/protobuf/struct.proto +2 -2
- data/bin/x86-linux/grpc_ruby_plugin +0 -0
- data/bin/x86-linux/protoc +0 -0
- data/bin/x86-windows/google/protobuf/struct.proto +2 -2
- data/bin/x86-windows/grpc_ruby_plugin.exe +0 -0
- data/bin/x86-windows/protoc.exe +0 -0
- data/bin/x86_64-linux/google/protobuf/struct.proto +2 -2
- data/bin/x86_64-linux/grpc_ruby_plugin +0 -0
- data/bin/x86_64-linux/protoc +0 -0
- data/bin/x86_64-macos/google/protobuf/struct.proto +2 -2
- data/bin/x86_64-macos/grpc_ruby_plugin +0 -0
- data/bin/x86_64-macos/protoc +0 -0
- data/bin/x86_64-windows/google/protobuf/struct.proto +2 -2
- data/bin/x86_64-windows/grpc_ruby_plugin.exe +0 -0
- data/bin/x86_64-windows/protoc.exe +0 -0
- data/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '0048c4fcaaf903e4ac3ed6468250c58cbb0c8f3774909de7cab0147824ba9348'
|
4
|
+
data.tar.gz: d2abfdc5a3570f144b8db5381ff80be25e520197e735e335aa7f52babd756d62
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
59
|
-
// variants
|
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
|
59
|
-
// variants
|
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-windows/protoc.exe
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
|
59
|
-
// variants
|
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_64-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
|
59
|
-
// variants
|
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_64-macos/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
|
59
|
-
// variants
|
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
|
data/version.rb
CHANGED
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.
|
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:
|
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
|