grpc-tools 1.41.1 → 1.44.0.pre2
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 +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a04c6f03f5457b928382aafdd84c8f0a0a90f7575e1b6c290782460dc1a35ada
|
4
|
+
data.tar.gz: 05a9753a437ce9770cb8f8beb8f1f8a19b85045f9006687497bf6d7ebe1ee9ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa54cf91ab13e4cf665bcef2351e1c4415473441bcbe209525b66482897e7dc17e14d535e2f862ca80fc6d6c2534fd950d40847534d01065fb481ca020d387e7
|
7
|
+
data.tar.gz: c8a2ca86f20187bcf6b5fbcfe04a64d65344763b5257ab00e5655ca09cc59cc4222b5322a84f9a2d78b2ec700350882feaf350c7d01a71c8d4c9b4f826a7043f
|
@@ -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.44.0.pre2
|
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-01-27 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
|
@@ -108,9 +108,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
108
108
|
version: '0'
|
109
109
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
110
110
|
requirements:
|
111
|
-
- - "
|
111
|
+
- - ">"
|
112
112
|
- !ruby/object:Gem::Version
|
113
|
-
version:
|
113
|
+
version: 1.3.1
|
114
114
|
requirements: []
|
115
115
|
rubygems_version: 3.0.8
|
116
116
|
signing_key:
|