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 +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: da470138adf0b0f16b044711d8b03902a90bf1505873929f5a7a023041155098
|
4
|
+
data.tar.gz: 70fd773cf47c02278d77bb22f37cbe3f452b48f79b855902cc4e1e5a3d64a9e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.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-
|
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
|