grpc 1.78.0.pre2-aarch64-linux-gnu → 1.80.0.pre1-aarch64-linux-gnu
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/src/ruby/ext/grpc/rb_grpc_imports.generated.c +12 -8
- data/src/ruby/ext/grpc/rb_grpc_imports.generated.h +18 -12
- data/src/ruby/lib/grpc/3.1/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/3.2/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/3.3/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/3.4/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/4.0/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/grpc.rb +7 -9
- data/src/ruby/lib/grpc/version.rb +1 -1
- data/src/ruby/pb/generate_proto_ruby.sh +1 -1
- data/src/ruby/spec/client_server_spec.rb +1 -1
- data/src/ruby/spec/generic/rpc_server_pool_spec.rb +1 -1
- data/src/ruby/spec/generic/rpc_server_spec.rb +3 -4
- data/src/ruby/spec/spec_helper.rb +1 -1
- metadata +26 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 78d59790dae060d18148850e588644306d0e29de1c6401b75bdac969e20ee2b3
|
|
4
|
+
data.tar.gz: 4c4d0b5d9d611e6d49d8a04c6b2b613067014dcb75b8c412caab12d66991d924
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 76545d384e1716b371113fd5a3772614a2c9c88c8ffb5a44a6cde6d82c9e36d3bde3e256da9323dfd005b0d3597994c3e116e0e52805175ebf9867807d88a00a
|
|
7
|
+
data.tar.gz: 2840325097237fa8e1227226feac5e202d538bd0ae5a082d676f4fad4402bbf2fe5953c03fc0fdd5c95fe8f15827fd6ec696b74cf2af94549a18f7edf748c065
|
|
@@ -76,18 +76,19 @@ grpc_alts_server_credentials_create_type grpc_alts_server_credentials_create_imp
|
|
|
76
76
|
grpc_tls_identity_pairs_create_type grpc_tls_identity_pairs_create_import;
|
|
77
77
|
grpc_tls_identity_pairs_add_pair_type grpc_tls_identity_pairs_add_pair_import;
|
|
78
78
|
grpc_tls_identity_pairs_destroy_type grpc_tls_identity_pairs_destroy_import;
|
|
79
|
-
grpc_tls_certificate_provider_static_data_create_type grpc_tls_certificate_provider_static_data_create_import;
|
|
80
79
|
grpc_tls_certificate_provider_file_watcher_create_type grpc_tls_certificate_provider_file_watcher_create_import;
|
|
80
|
+
grpc_tls_certificate_provider_in_memory_create_type grpc_tls_certificate_provider_in_memory_create_import;
|
|
81
|
+
grpc_tls_certificate_provider_in_memory_set_root_certificate_type grpc_tls_certificate_provider_in_memory_set_root_certificate_import;
|
|
82
|
+
grpc_tls_certificate_provider_in_memory_set_identity_certificate_type grpc_tls_certificate_provider_in_memory_set_identity_certificate_import;
|
|
81
83
|
grpc_tls_certificate_provider_release_type grpc_tls_certificate_provider_release_import;
|
|
82
84
|
grpc_tls_credentials_options_create_type grpc_tls_credentials_options_create_import;
|
|
83
85
|
grpc_tls_credentials_options_set_min_tls_version_type grpc_tls_credentials_options_set_min_tls_version_import;
|
|
84
86
|
grpc_tls_credentials_options_set_max_tls_version_type grpc_tls_credentials_options_set_max_tls_version_import;
|
|
85
87
|
grpc_tls_credentials_options_copy_type grpc_tls_credentials_options_copy_import;
|
|
86
88
|
grpc_tls_credentials_options_destroy_type grpc_tls_credentials_options_destroy_import;
|
|
87
|
-
|
|
88
|
-
|
|
89
|
+
grpc_tls_credentials_options_set_identity_certificate_provider_type grpc_tls_credentials_options_set_identity_certificate_provider_import;
|
|
90
|
+
grpc_tls_credentials_options_set_root_certificate_provider_type grpc_tls_credentials_options_set_root_certificate_provider_import;
|
|
89
91
|
grpc_tls_credentials_options_set_root_cert_name_type grpc_tls_credentials_options_set_root_cert_name_import;
|
|
90
|
-
grpc_tls_credentials_options_watch_identity_key_cert_pairs_type grpc_tls_credentials_options_watch_identity_key_cert_pairs_import;
|
|
91
92
|
grpc_tls_credentials_options_set_identity_cert_name_type grpc_tls_credentials_options_set_identity_cert_name_import;
|
|
92
93
|
grpc_tls_credentials_options_set_cert_request_type_type grpc_tls_credentials_options_set_cert_request_type_import;
|
|
93
94
|
grpc_tls_credentials_options_set_crl_directory_type grpc_tls_credentials_options_set_crl_directory_import;
|
|
@@ -175,6 +176,7 @@ grpc_resource_quota_ref_type grpc_resource_quota_ref_import;
|
|
|
175
176
|
grpc_resource_quota_unref_type grpc_resource_quota_unref_import;
|
|
176
177
|
grpc_resource_quota_resize_type grpc_resource_quota_resize_import;
|
|
177
178
|
grpc_resource_quota_set_max_threads_type grpc_resource_quota_set_max_threads_import;
|
|
179
|
+
grpc_resource_quota_set_max_outstanding_streams_type grpc_resource_quota_set_max_outstanding_streams_import;
|
|
178
180
|
grpc_dump_xds_configs_type grpc_dump_xds_configs_import;
|
|
179
181
|
grpc_resource_quota_arg_vtable_type grpc_resource_quota_arg_vtable_import;
|
|
180
182
|
grpc_channelz_get_top_channels_type grpc_channelz_get_top_channels_import;
|
|
@@ -362,18 +364,19 @@ void grpc_rb_load_imports(HMODULE library) {
|
|
|
362
364
|
grpc_tls_identity_pairs_create_import = (grpc_tls_identity_pairs_create_type) GetProcAddress(library, "grpc_tls_identity_pairs_create");
|
|
363
365
|
grpc_tls_identity_pairs_add_pair_import = (grpc_tls_identity_pairs_add_pair_type) GetProcAddress(library, "grpc_tls_identity_pairs_add_pair");
|
|
364
366
|
grpc_tls_identity_pairs_destroy_import = (grpc_tls_identity_pairs_destroy_type) GetProcAddress(library, "grpc_tls_identity_pairs_destroy");
|
|
365
|
-
grpc_tls_certificate_provider_static_data_create_import = (grpc_tls_certificate_provider_static_data_create_type) GetProcAddress(library, "grpc_tls_certificate_provider_static_data_create");
|
|
366
367
|
grpc_tls_certificate_provider_file_watcher_create_import = (grpc_tls_certificate_provider_file_watcher_create_type) GetProcAddress(library, "grpc_tls_certificate_provider_file_watcher_create");
|
|
368
|
+
grpc_tls_certificate_provider_in_memory_create_import = (grpc_tls_certificate_provider_in_memory_create_type) GetProcAddress(library, "grpc_tls_certificate_provider_in_memory_create");
|
|
369
|
+
grpc_tls_certificate_provider_in_memory_set_root_certificate_import = (grpc_tls_certificate_provider_in_memory_set_root_certificate_type) GetProcAddress(library, "grpc_tls_certificate_provider_in_memory_set_root_certificate");
|
|
370
|
+
grpc_tls_certificate_provider_in_memory_set_identity_certificate_import = (grpc_tls_certificate_provider_in_memory_set_identity_certificate_type) GetProcAddress(library, "grpc_tls_certificate_provider_in_memory_set_identity_certificate");
|
|
367
371
|
grpc_tls_certificate_provider_release_import = (grpc_tls_certificate_provider_release_type) GetProcAddress(library, "grpc_tls_certificate_provider_release");
|
|
368
372
|
grpc_tls_credentials_options_create_import = (grpc_tls_credentials_options_create_type) GetProcAddress(library, "grpc_tls_credentials_options_create");
|
|
369
373
|
grpc_tls_credentials_options_set_min_tls_version_import = (grpc_tls_credentials_options_set_min_tls_version_type) GetProcAddress(library, "grpc_tls_credentials_options_set_min_tls_version");
|
|
370
374
|
grpc_tls_credentials_options_set_max_tls_version_import = (grpc_tls_credentials_options_set_max_tls_version_type) GetProcAddress(library, "grpc_tls_credentials_options_set_max_tls_version");
|
|
371
375
|
grpc_tls_credentials_options_copy_import = (grpc_tls_credentials_options_copy_type) GetProcAddress(library, "grpc_tls_credentials_options_copy");
|
|
372
376
|
grpc_tls_credentials_options_destroy_import = (grpc_tls_credentials_options_destroy_type) GetProcAddress(library, "grpc_tls_credentials_options_destroy");
|
|
373
|
-
|
|
374
|
-
|
|
377
|
+
grpc_tls_credentials_options_set_identity_certificate_provider_import = (grpc_tls_credentials_options_set_identity_certificate_provider_type) GetProcAddress(library, "grpc_tls_credentials_options_set_identity_certificate_provider");
|
|
378
|
+
grpc_tls_credentials_options_set_root_certificate_provider_import = (grpc_tls_credentials_options_set_root_certificate_provider_type) GetProcAddress(library, "grpc_tls_credentials_options_set_root_certificate_provider");
|
|
375
379
|
grpc_tls_credentials_options_set_root_cert_name_import = (grpc_tls_credentials_options_set_root_cert_name_type) GetProcAddress(library, "grpc_tls_credentials_options_set_root_cert_name");
|
|
376
|
-
grpc_tls_credentials_options_watch_identity_key_cert_pairs_import = (grpc_tls_credentials_options_watch_identity_key_cert_pairs_type) GetProcAddress(library, "grpc_tls_credentials_options_watch_identity_key_cert_pairs");
|
|
377
380
|
grpc_tls_credentials_options_set_identity_cert_name_import = (grpc_tls_credentials_options_set_identity_cert_name_type) GetProcAddress(library, "grpc_tls_credentials_options_set_identity_cert_name");
|
|
378
381
|
grpc_tls_credentials_options_set_cert_request_type_import = (grpc_tls_credentials_options_set_cert_request_type_type) GetProcAddress(library, "grpc_tls_credentials_options_set_cert_request_type");
|
|
379
382
|
grpc_tls_credentials_options_set_crl_directory_import = (grpc_tls_credentials_options_set_crl_directory_type) GetProcAddress(library, "grpc_tls_credentials_options_set_crl_directory");
|
|
@@ -461,6 +464,7 @@ void grpc_rb_load_imports(HMODULE library) {
|
|
|
461
464
|
grpc_resource_quota_unref_import = (grpc_resource_quota_unref_type) GetProcAddress(library, "grpc_resource_quota_unref");
|
|
462
465
|
grpc_resource_quota_resize_import = (grpc_resource_quota_resize_type) GetProcAddress(library, "grpc_resource_quota_resize");
|
|
463
466
|
grpc_resource_quota_set_max_threads_import = (grpc_resource_quota_set_max_threads_type) GetProcAddress(library, "grpc_resource_quota_set_max_threads");
|
|
467
|
+
grpc_resource_quota_set_max_outstanding_streams_import = (grpc_resource_quota_set_max_outstanding_streams_type) GetProcAddress(library, "grpc_resource_quota_set_max_outstanding_streams");
|
|
464
468
|
grpc_dump_xds_configs_import = (grpc_dump_xds_configs_type) GetProcAddress(library, "grpc_dump_xds_configs");
|
|
465
469
|
grpc_resource_quota_arg_vtable_import = (grpc_resource_quota_arg_vtable_type) GetProcAddress(library, "grpc_resource_quota_arg_vtable");
|
|
466
470
|
grpc_channelz_get_top_channels_import = (grpc_channelz_get_top_channels_type) GetProcAddress(library, "grpc_channelz_get_top_channels");
|
|
@@ -204,12 +204,18 @@ extern grpc_tls_identity_pairs_add_pair_type grpc_tls_identity_pairs_add_pair_im
|
|
|
204
204
|
typedef void(*grpc_tls_identity_pairs_destroy_type)(grpc_tls_identity_pairs* pairs);
|
|
205
205
|
extern grpc_tls_identity_pairs_destroy_type grpc_tls_identity_pairs_destroy_import;
|
|
206
206
|
#define grpc_tls_identity_pairs_destroy grpc_tls_identity_pairs_destroy_import
|
|
207
|
-
typedef grpc_tls_certificate_provider*(*grpc_tls_certificate_provider_static_data_create_type)(const char* root_certificate, grpc_tls_identity_pairs* pem_key_cert_pairs);
|
|
208
|
-
extern grpc_tls_certificate_provider_static_data_create_type grpc_tls_certificate_provider_static_data_create_import;
|
|
209
|
-
#define grpc_tls_certificate_provider_static_data_create grpc_tls_certificate_provider_static_data_create_import
|
|
210
207
|
typedef grpc_tls_certificate_provider*(*grpc_tls_certificate_provider_file_watcher_create_type)(const char* private_key_path, const char* identity_certificate_path, const char* root_cert_path, const char* spiffe_bundle_map_path, unsigned int refresh_interval_sec);
|
|
211
208
|
extern grpc_tls_certificate_provider_file_watcher_create_type grpc_tls_certificate_provider_file_watcher_create_import;
|
|
212
209
|
#define grpc_tls_certificate_provider_file_watcher_create grpc_tls_certificate_provider_file_watcher_create_import
|
|
210
|
+
typedef grpc_tls_certificate_provider*(*grpc_tls_certificate_provider_in_memory_create_type)();
|
|
211
|
+
extern grpc_tls_certificate_provider_in_memory_create_type grpc_tls_certificate_provider_in_memory_create_import;
|
|
212
|
+
#define grpc_tls_certificate_provider_in_memory_create grpc_tls_certificate_provider_in_memory_create_import
|
|
213
|
+
typedef bool(*grpc_tls_certificate_provider_in_memory_set_root_certificate_type)(grpc_tls_certificate_provider* provider, const char* root_cert);
|
|
214
|
+
extern grpc_tls_certificate_provider_in_memory_set_root_certificate_type grpc_tls_certificate_provider_in_memory_set_root_certificate_import;
|
|
215
|
+
#define grpc_tls_certificate_provider_in_memory_set_root_certificate grpc_tls_certificate_provider_in_memory_set_root_certificate_import
|
|
216
|
+
typedef bool(*grpc_tls_certificate_provider_in_memory_set_identity_certificate_type)(grpc_tls_certificate_provider* provider, grpc_tls_identity_pairs* pem_key_cert_pairs);
|
|
217
|
+
extern grpc_tls_certificate_provider_in_memory_set_identity_certificate_type grpc_tls_certificate_provider_in_memory_set_identity_certificate_import;
|
|
218
|
+
#define grpc_tls_certificate_provider_in_memory_set_identity_certificate grpc_tls_certificate_provider_in_memory_set_identity_certificate_import
|
|
213
219
|
typedef void(*grpc_tls_certificate_provider_release_type)(grpc_tls_certificate_provider* provider);
|
|
214
220
|
extern grpc_tls_certificate_provider_release_type grpc_tls_certificate_provider_release_import;
|
|
215
221
|
#define grpc_tls_certificate_provider_release grpc_tls_certificate_provider_release_import
|
|
@@ -228,18 +234,15 @@ extern grpc_tls_credentials_options_copy_type grpc_tls_credentials_options_copy_
|
|
|
228
234
|
typedef void(*grpc_tls_credentials_options_destroy_type)(grpc_tls_credentials_options* options);
|
|
229
235
|
extern grpc_tls_credentials_options_destroy_type grpc_tls_credentials_options_destroy_import;
|
|
230
236
|
#define grpc_tls_credentials_options_destroy grpc_tls_credentials_options_destroy_import
|
|
231
|
-
typedef void(*
|
|
232
|
-
extern
|
|
233
|
-
#define
|
|
234
|
-
typedef void(*
|
|
235
|
-
extern
|
|
236
|
-
#define
|
|
237
|
+
typedef void(*grpc_tls_credentials_options_set_identity_certificate_provider_type)(grpc_tls_credentials_options* options, grpc_tls_certificate_provider* provider);
|
|
238
|
+
extern grpc_tls_credentials_options_set_identity_certificate_provider_type grpc_tls_credentials_options_set_identity_certificate_provider_import;
|
|
239
|
+
#define grpc_tls_credentials_options_set_identity_certificate_provider grpc_tls_credentials_options_set_identity_certificate_provider_import
|
|
240
|
+
typedef void(*grpc_tls_credentials_options_set_root_certificate_provider_type)(grpc_tls_credentials_options* options, grpc_tls_certificate_provider* provider);
|
|
241
|
+
extern grpc_tls_credentials_options_set_root_certificate_provider_type grpc_tls_credentials_options_set_root_certificate_provider_import;
|
|
242
|
+
#define grpc_tls_credentials_options_set_root_certificate_provider grpc_tls_credentials_options_set_root_certificate_provider_import
|
|
237
243
|
typedef void(*grpc_tls_credentials_options_set_root_cert_name_type)(grpc_tls_credentials_options* options, const char* root_cert_name);
|
|
238
244
|
extern grpc_tls_credentials_options_set_root_cert_name_type grpc_tls_credentials_options_set_root_cert_name_import;
|
|
239
245
|
#define grpc_tls_credentials_options_set_root_cert_name grpc_tls_credentials_options_set_root_cert_name_import
|
|
240
|
-
typedef void(*grpc_tls_credentials_options_watch_identity_key_cert_pairs_type)(grpc_tls_credentials_options* options);
|
|
241
|
-
extern grpc_tls_credentials_options_watch_identity_key_cert_pairs_type grpc_tls_credentials_options_watch_identity_key_cert_pairs_import;
|
|
242
|
-
#define grpc_tls_credentials_options_watch_identity_key_cert_pairs grpc_tls_credentials_options_watch_identity_key_cert_pairs_import
|
|
243
246
|
typedef void(*grpc_tls_credentials_options_set_identity_cert_name_type)(grpc_tls_credentials_options* options, const char* identity_cert_name);
|
|
244
247
|
extern grpc_tls_credentials_options_set_identity_cert_name_type grpc_tls_credentials_options_set_identity_cert_name_import;
|
|
245
248
|
#define grpc_tls_credentials_options_set_identity_cert_name grpc_tls_credentials_options_set_identity_cert_name_import
|
|
@@ -501,6 +504,9 @@ extern grpc_resource_quota_resize_type grpc_resource_quota_resize_import;
|
|
|
501
504
|
typedef void(*grpc_resource_quota_set_max_threads_type)(grpc_resource_quota* resource_quota, int new_max_threads);
|
|
502
505
|
extern grpc_resource_quota_set_max_threads_type grpc_resource_quota_set_max_threads_import;
|
|
503
506
|
#define grpc_resource_quota_set_max_threads grpc_resource_quota_set_max_threads_import
|
|
507
|
+
typedef void(*grpc_resource_quota_set_max_outstanding_streams_type)(grpc_resource_quota* resource_quota, int new_max_outstanding_streams);
|
|
508
|
+
extern grpc_resource_quota_set_max_outstanding_streams_type grpc_resource_quota_set_max_outstanding_streams_import;
|
|
509
|
+
#define grpc_resource_quota_set_max_outstanding_streams grpc_resource_quota_set_max_outstanding_streams_import
|
|
504
510
|
typedef grpc_slice(*grpc_dump_xds_configs_type)(void);
|
|
505
511
|
extern grpc_dump_xds_configs_type grpc_dump_xds_configs_import;
|
|
506
512
|
#define grpc_dump_xds_configs grpc_dump_xds_configs_import
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/src/ruby/lib/grpc/grpc.rb
CHANGED
|
@@ -12,13 +12,11 @@
|
|
|
12
12
|
# See the License for the specific language governing permissions and
|
|
13
13
|
# limitations under the License.
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
require 'grpc/grpc_c'
|
|
23
|
-
end
|
|
15
|
+
ruby_version_dirname = /(\d+\.\d+)/.match(RUBY_VERSION).to_s
|
|
16
|
+
distrib_lib_dir = File.expand_path(ruby_version_dirname,
|
|
17
|
+
File.dirname(__FILE__))
|
|
18
|
+
if !Dir.glob("#{distrib_lib_dir}/grpc_c*").empty?
|
|
19
|
+
require "#{distrib_lib_dir}/grpc_c"
|
|
20
|
+
else
|
|
21
|
+
require 'grpc/grpc_c'
|
|
24
22
|
end
|
|
@@ -19,7 +19,7 @@ cd $(dirname $0)/../../..
|
|
|
19
19
|
|
|
20
20
|
# protoc and grpc_*_plugin binaries can be obtained by running
|
|
21
21
|
# $ bazel build @com_google_protobuf//:protoc //src/compiler:all
|
|
22
|
-
PROTOC=bazel-bin/external/
|
|
22
|
+
PROTOC=bazel-bin/external/protobuf+/protoc
|
|
23
23
|
PLUGIN=protoc-gen-grpc=bazel-bin/src/compiler/grpc_ruby_plugin
|
|
24
24
|
|
|
25
25
|
$PROTOC -I src/proto src/proto/grpc/health/v1/health.proto \
|
|
@@ -69,7 +69,7 @@ shared_examples 'basic GRPC message delivery is OK' do
|
|
|
69
69
|
it 'clients can cancel a call on the server' do
|
|
70
70
|
expected_code = StatusCodes::CANCELLED
|
|
71
71
|
expected_details = 'CANCELLED'
|
|
72
|
-
cancel_proc = proc
|
|
72
|
+
cancel_proc = proc(&:cancel)
|
|
73
73
|
client_cancel_test(cancel_proc, expected_code, expected_details)
|
|
74
74
|
end
|
|
75
75
|
|
|
@@ -547,7 +547,7 @@ describe GRPC::RpcServer do
|
|
|
547
547
|
expect(one_failed_as_unavailable).to be(true)
|
|
548
548
|
end
|
|
549
549
|
|
|
550
|
-
it 'should send a status UNKNOWN with a relevant message when the' \
|
|
550
|
+
it 'should send a status UNKNOWN with a relevant message when the ' \
|
|
551
551
|
'servers response stream is not an enumerable' do
|
|
552
552
|
@srv.handle(BidiService)
|
|
553
553
|
t = Thread.new { @srv.run }
|
|
@@ -562,10 +562,9 @@ describe GRPC::RpcServer do
|
|
|
562
562
|
end
|
|
563
563
|
# Erroneous responses sent from the server handler should cause an
|
|
564
564
|
# exception on the client with relevant info.
|
|
565
|
-
expected_details =
|
|
566
|
-
'"bad response. (not an enumerable, client sees an error)"'
|
|
565
|
+
expected_details = /NoMethodError: undefined method [`']each'/
|
|
567
566
|
|
|
568
|
-
expect(exception.inspect.
|
|
567
|
+
expect(exception.inspect).to match(expected_details)
|
|
569
568
|
@srv.stop
|
|
570
569
|
t.join
|
|
571
570
|
end
|
|
@@ -52,7 +52,7 @@ Logging.logger['GRPC::BidiCall'].level = :info
|
|
|
52
52
|
# logs will be stored in the @log_output variable. It is a StringIO instance.
|
|
53
53
|
RSpec.configure do |config|
|
|
54
54
|
include RSpec::LoggingHelper
|
|
55
|
-
config.capture_log_messages
|
|
55
|
+
config.capture_log_messages # comment this out to see logs during test runs
|
|
56
56
|
include GRPC::Spec::Helpers
|
|
57
57
|
end
|
|
58
58
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: grpc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.80.0.pre1
|
|
5
5
|
platform: aarch64-linux-gnu
|
|
6
6
|
authors:
|
|
7
7
|
- gRPC Authors
|
|
@@ -85,6 +85,20 @@ dependencies:
|
|
|
85
85
|
- - "~>"
|
|
86
86
|
- !ruby/object:Gem::Version
|
|
87
87
|
version: '2.0'
|
|
88
|
+
- !ruby/object:Gem::Dependency
|
|
89
|
+
name: syslog
|
|
90
|
+
requirement: !ruby/object:Gem::Requirement
|
|
91
|
+
requirements:
|
|
92
|
+
- - "~>"
|
|
93
|
+
- !ruby/object:Gem::Version
|
|
94
|
+
version: 0.3.0
|
|
95
|
+
type: :development
|
|
96
|
+
prerelease: false
|
|
97
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
98
|
+
requirements:
|
|
99
|
+
- - "~>"
|
|
100
|
+
- !ruby/object:Gem::Version
|
|
101
|
+
version: 0.3.0
|
|
88
102
|
- !ruby/object:Gem::Dependency
|
|
89
103
|
name: simplecov
|
|
90
104
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -119,28 +133,28 @@ dependencies:
|
|
|
119
133
|
requirements:
|
|
120
134
|
- - "~>"
|
|
121
135
|
- !ruby/object:Gem::Version
|
|
122
|
-
version: 1.
|
|
136
|
+
version: 1.3.1
|
|
123
137
|
type: :development
|
|
124
138
|
prerelease: false
|
|
125
139
|
version_requirements: !ruby/object:Gem::Requirement
|
|
126
140
|
requirements:
|
|
127
141
|
- - "~>"
|
|
128
142
|
- !ruby/object:Gem::Version
|
|
129
|
-
version: 1.
|
|
143
|
+
version: 1.3.1
|
|
130
144
|
- !ruby/object:Gem::Dependency
|
|
131
145
|
name: rake-compiler-dock
|
|
132
146
|
requirement: !ruby/object:Gem::Requirement
|
|
133
147
|
requirements:
|
|
134
|
-
- -
|
|
148
|
+
- - "~>"
|
|
135
149
|
- !ruby/object:Gem::Version
|
|
136
|
-
version: 1.
|
|
150
|
+
version: 1.11.1
|
|
137
151
|
type: :development
|
|
138
152
|
prerelease: false
|
|
139
153
|
version_requirements: !ruby/object:Gem::Requirement
|
|
140
154
|
requirements:
|
|
141
|
-
- -
|
|
155
|
+
- - "~>"
|
|
142
156
|
- !ruby/object:Gem::Version
|
|
143
|
-
version: 1.
|
|
157
|
+
version: 1.11.1
|
|
144
158
|
- !ruby/object:Gem::Dependency
|
|
145
159
|
name: rspec
|
|
146
160
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -161,14 +175,14 @@ dependencies:
|
|
|
161
175
|
requirements:
|
|
162
176
|
- - "~>"
|
|
163
177
|
- !ruby/object:Gem::Version
|
|
164
|
-
version: 1.
|
|
178
|
+
version: 1.82.0
|
|
165
179
|
type: :development
|
|
166
180
|
prerelease: false
|
|
167
181
|
version_requirements: !ruby/object:Gem::Requirement
|
|
168
182
|
requirements:
|
|
169
183
|
- - "~>"
|
|
170
184
|
- !ruby/object:Gem::Version
|
|
171
|
-
version: 1.
|
|
185
|
+
version: 1.82.0
|
|
172
186
|
- !ruby/object:Gem::Dependency
|
|
173
187
|
name: signet
|
|
174
188
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -257,6 +271,7 @@ files:
|
|
|
257
271
|
- src/ruby/lib/grpc/3.2/grpc_c.so
|
|
258
272
|
- src/ruby/lib/grpc/3.3/grpc_c.so
|
|
259
273
|
- src/ruby/lib/grpc/3.4/grpc_c.so
|
|
274
|
+
- src/ruby/lib/grpc/4.0/grpc_c.so
|
|
260
275
|
- src/ruby/lib/grpc/core/status_codes.rb
|
|
261
276
|
- src/ruby/lib/grpc/core/time_consts.rb
|
|
262
277
|
- src/ruby/lib/grpc/errors.rb
|
|
@@ -350,14 +365,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
350
365
|
version: '3.1'
|
|
351
366
|
- - "<"
|
|
352
367
|
- !ruby/object:Gem::Version
|
|
353
|
-
version:
|
|
368
|
+
version: 4.1.dev
|
|
354
369
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
355
370
|
requirements:
|
|
356
371
|
- - ">="
|
|
357
372
|
- !ruby/object:Gem::Version
|
|
358
373
|
version: 3.3.22
|
|
359
374
|
requirements: []
|
|
360
|
-
rubygems_version: 4.0.
|
|
375
|
+
rubygems_version: 4.0.8
|
|
361
376
|
specification_version: 4
|
|
362
377
|
summary: GRPC system in Ruby
|
|
363
378
|
test_files:
|