grpc 1.35.0-universal-darwin → 1.36.0-universal-darwin
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of grpc might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/src/ruby/lib/grpc/2.4/grpc_c.bundle +0 -0
- data/src/ruby/lib/grpc/2.5/grpc_c.bundle +0 -0
- data/src/ruby/lib/grpc/2.6/grpc_c.bundle +0 -0
- data/src/ruby/lib/grpc/2.7/grpc_c.bundle +0 -0
- data/src/ruby/lib/grpc/version.rb +1 -1
- data/src/ruby/pb/src/proto/grpc/testing/messages_pb.rb +7 -0
- metadata +4 -5
- data/src/ruby/lib/grpc/2.3/grpc_c.bundle +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dceadb15fea035b95e916f6d59aaa67a290ba3e2a778c455bd92718b9bd87967
|
4
|
+
data.tar.gz: 0a143d09531b26c7f5d4890af571443f7c635d2e9538a63ed7d8a9b96fb84c65
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3055f2cc333c35c54f54707ce653f768ba026628f4aaa38fd666a1d416e4246984b8f82e683c01397df650b57eec39fa826915f2449c6b0b4653a1873ab644aa
|
7
|
+
data.tar.gz: 105c5e6fabc65d1f633610809c56455e1e74eaaea0bd17ef2de9df198245fb431a88a1914241b04c833d11b393eb5570006110c79f3e8bbf70336984c11b2201
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -82,10 +82,16 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
82
82
|
map :num_rpcs_started_by_method, :string, :int32, 1
|
83
83
|
map :num_rpcs_succeeded_by_method, :string, :int32, 2
|
84
84
|
map :num_rpcs_failed_by_method, :string, :int32, 3
|
85
|
+
map :stats_per_method, :string, :message, 4, "grpc.testing.LoadBalancerAccumulatedStatsResponse.MethodStats"
|
86
|
+
end
|
87
|
+
add_message "grpc.testing.LoadBalancerAccumulatedStatsResponse.MethodStats" do
|
88
|
+
optional :rpcs_started, :int32, 1
|
89
|
+
map :result, :int32, :int32, 2
|
85
90
|
end
|
86
91
|
add_message "grpc.testing.ClientConfigureRequest" do
|
87
92
|
repeated :types, :enum, 1, "grpc.testing.ClientConfigureRequest.RpcType"
|
88
93
|
repeated :metadata, :message, 2, "grpc.testing.ClientConfigureRequest.Metadata"
|
94
|
+
optional :timeout_sec, :int32, 3
|
89
95
|
end
|
90
96
|
add_message "grpc.testing.ClientConfigureRequest.Metadata" do
|
91
97
|
optional :type, :enum, 1, "grpc.testing.ClientConfigureRequest.RpcType"
|
@@ -128,6 +134,7 @@ module Grpc
|
|
128
134
|
LoadBalancerStatsResponse::RpcsByPeer = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.LoadBalancerStatsResponse.RpcsByPeer").msgclass
|
129
135
|
LoadBalancerAccumulatedStatsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.LoadBalancerAccumulatedStatsRequest").msgclass
|
130
136
|
LoadBalancerAccumulatedStatsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.LoadBalancerAccumulatedStatsResponse").msgclass
|
137
|
+
LoadBalancerAccumulatedStatsResponse::MethodStats = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.LoadBalancerAccumulatedStatsResponse.MethodStats").msgclass
|
131
138
|
ClientConfigureRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.ClientConfigureRequest").msgclass
|
132
139
|
ClientConfigureRequest::Metadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.ClientConfigureRequest.Metadata").msgclass
|
133
140
|
ClientConfigureRequest::RpcType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.ClientConfigureRequest.RpcType").enummodule
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: grpc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.36.0
|
5
5
|
platform: universal-darwin
|
6
6
|
authors:
|
7
7
|
- gRPC Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: src/ruby/bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-02-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-protobuf
|
@@ -246,7 +246,6 @@ files:
|
|
246
246
|
- src/ruby/ext/grpc/rb_server_credentials.c
|
247
247
|
- src/ruby/ext/grpc/rb_server_credentials.h
|
248
248
|
- src/ruby/lib/grpc.rb
|
249
|
-
- src/ruby/lib/grpc/2.3/grpc_c.bundle
|
250
249
|
- src/ruby/lib/grpc/2.4/grpc_c.bundle
|
251
250
|
- src/ruby/lib/grpc/2.5/grpc_c.bundle
|
252
251
|
- src/ruby/lib/grpc/2.6/grpc_c.bundle
|
@@ -340,7 +339,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
340
339
|
requirements:
|
341
340
|
- - ">="
|
342
341
|
- !ruby/object:Gem::Version
|
343
|
-
version: '2.
|
342
|
+
version: '2.4'
|
344
343
|
- - "<"
|
345
344
|
- !ruby/object:Gem::Version
|
346
345
|
version: 3.1.dev
|
@@ -350,7 +349,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
350
349
|
- !ruby/object:Gem::Version
|
351
350
|
version: '0'
|
352
351
|
requirements: []
|
353
|
-
rubygems_version: 3.2.
|
352
|
+
rubygems_version: 3.2.11
|
354
353
|
signing_key:
|
355
354
|
specification_version: 4
|
356
355
|
summary: GRPC system in Ruby
|
Binary file
|