grpc 1.33.0.pre1-x86-linux → 1.34.0-x86-linux
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/ext/grpc/extconf.rb +1 -1
- data/src/ruby/ext/grpc/rb_grpc_imports.generated.c +22 -14
- data/src/ruby/ext/grpc/rb_grpc_imports.generated.h +36 -24
- data/src/ruby/lib/grpc/2.3/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/2.4/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/2.5/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/2.6/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/2.7/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/version.rb +1 -1
- metadata +33 -33
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0b8afdca19b5323587ca16d898c103bedff35ecbef03443b3e7d969f26c86cb9
|
4
|
+
data.tar.gz: '08a7505030826d9a3418202cd4f4bff4c88d83e569dff4d5110ce505a6c74fcf'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d60c1dcf2995e3eb180decb62ee79534f1a0da928370abc2649c2600582378588b2f22fe3714e029033146678b80427894951a4d180d6ebbdd305c69f7da8957
|
7
|
+
data.tar.gz: b0efa1076d6e60bc0dfbf32b52bd78b6f7992928b715a424e9653a8dd573dec54d98c8131381e7912edd52d29c1bffd1713633e3c8957f843b023f2640094db7
|
@@ -22,7 +22,7 @@ grpc_root = File.expand_path(File.join(File.dirname(__FILE__), '../../../..'))
|
|
22
22
|
|
23
23
|
grpc_config = ENV['GRPC_CONFIG'] || 'opt'
|
24
24
|
|
25
|
-
ENV['MACOSX_DEPLOYMENT_TARGET'] = '10.
|
25
|
+
ENV['MACOSX_DEPLOYMENT_TARGET'] = '10.10'
|
26
26
|
|
27
27
|
if ENV['AR'].nil? || ENV['AR'].size == 0
|
28
28
|
ENV['AR'] = RbConfig::CONFIG['AR']
|
@@ -158,18 +158,22 @@ grpc_alts_credentials_create_type grpc_alts_credentials_create_import;
|
|
158
158
|
grpc_alts_server_credentials_create_type grpc_alts_server_credentials_create_import;
|
159
159
|
grpc_local_credentials_create_type grpc_local_credentials_create_import;
|
160
160
|
grpc_local_server_credentials_create_type grpc_local_server_credentials_create_import;
|
161
|
+
grpc_tls_identity_pairs_create_type grpc_tls_identity_pairs_create_import;
|
162
|
+
grpc_tls_identity_pairs_add_pair_type grpc_tls_identity_pairs_add_pair_import;
|
163
|
+
grpc_tls_identity_pairs_destroy_type grpc_tls_identity_pairs_destroy_import;
|
164
|
+
grpc_tls_certificate_provider_static_data_create_type grpc_tls_certificate_provider_static_data_create_import;
|
165
|
+
grpc_tls_certificate_provider_release_type grpc_tls_certificate_provider_release_import;
|
161
166
|
grpc_tls_credentials_options_create_type grpc_tls_credentials_options_create_import;
|
162
167
|
grpc_tls_credentials_options_set_cert_request_type_type grpc_tls_credentials_options_set_cert_request_type_import;
|
163
168
|
grpc_tls_credentials_options_set_server_verification_option_type grpc_tls_credentials_options_set_server_verification_option_import;
|
164
|
-
|
165
|
-
|
169
|
+
grpc_tls_credentials_options_set_certificate_provider_type grpc_tls_credentials_options_set_certificate_provider_import;
|
170
|
+
grpc_tls_credentials_options_watch_root_certs_type grpc_tls_credentials_options_watch_root_certs_import;
|
171
|
+
grpc_tls_credentials_options_set_root_cert_name_type grpc_tls_credentials_options_set_root_cert_name_import;
|
172
|
+
grpc_tls_credentials_options_watch_identity_key_cert_pairs_type grpc_tls_credentials_options_watch_identity_key_cert_pairs_import;
|
173
|
+
grpc_tls_credentials_options_set_identity_cert_name_type grpc_tls_credentials_options_set_identity_cert_name_import;
|
166
174
|
grpc_tls_credentials_options_set_server_authorization_check_config_type grpc_tls_credentials_options_set_server_authorization_check_config_import;
|
167
|
-
grpc_tls_key_materials_config_create_type grpc_tls_key_materials_config_create_import;
|
168
|
-
grpc_tls_key_materials_config_set_key_materials_type grpc_tls_key_materials_config_set_key_materials_import;
|
169
|
-
grpc_tls_key_materials_config_set_version_type grpc_tls_key_materials_config_set_version_import;
|
170
|
-
grpc_tls_key_materials_config_get_version_type grpc_tls_key_materials_config_get_version_import;
|
171
|
-
grpc_tls_credential_reload_config_create_type grpc_tls_credential_reload_config_create_import;
|
172
175
|
grpc_tls_server_authorization_check_config_create_type grpc_tls_server_authorization_check_config_create_import;
|
176
|
+
grpc_tls_server_authorization_check_config_release_type grpc_tls_server_authorization_check_config_release_import;
|
173
177
|
grpc_xds_credentials_create_type grpc_xds_credentials_create_import;
|
174
178
|
grpc_raw_byte_buffer_create_type grpc_raw_byte_buffer_create_import;
|
175
179
|
grpc_raw_compressed_byte_buffer_create_type grpc_raw_compressed_byte_buffer_create_import;
|
@@ -432,18 +436,22 @@ void grpc_rb_load_imports(HMODULE library) {
|
|
432
436
|
grpc_alts_server_credentials_create_import = (grpc_alts_server_credentials_create_type) GetProcAddress(library, "grpc_alts_server_credentials_create");
|
433
437
|
grpc_local_credentials_create_import = (grpc_local_credentials_create_type) GetProcAddress(library, "grpc_local_credentials_create");
|
434
438
|
grpc_local_server_credentials_create_import = (grpc_local_server_credentials_create_type) GetProcAddress(library, "grpc_local_server_credentials_create");
|
439
|
+
grpc_tls_identity_pairs_create_import = (grpc_tls_identity_pairs_create_type) GetProcAddress(library, "grpc_tls_identity_pairs_create");
|
440
|
+
grpc_tls_identity_pairs_add_pair_import = (grpc_tls_identity_pairs_add_pair_type) GetProcAddress(library, "grpc_tls_identity_pairs_add_pair");
|
441
|
+
grpc_tls_identity_pairs_destroy_import = (grpc_tls_identity_pairs_destroy_type) GetProcAddress(library, "grpc_tls_identity_pairs_destroy");
|
442
|
+
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");
|
443
|
+
grpc_tls_certificate_provider_release_import = (grpc_tls_certificate_provider_release_type) GetProcAddress(library, "grpc_tls_certificate_provider_release");
|
435
444
|
grpc_tls_credentials_options_create_import = (grpc_tls_credentials_options_create_type) GetProcAddress(library, "grpc_tls_credentials_options_create");
|
436
445
|
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");
|
437
446
|
grpc_tls_credentials_options_set_server_verification_option_import = (grpc_tls_credentials_options_set_server_verification_option_type) GetProcAddress(library, "grpc_tls_credentials_options_set_server_verification_option");
|
438
|
-
|
439
|
-
|
447
|
+
grpc_tls_credentials_options_set_certificate_provider_import = (grpc_tls_credentials_options_set_certificate_provider_type) GetProcAddress(library, "grpc_tls_credentials_options_set_certificate_provider");
|
448
|
+
grpc_tls_credentials_options_watch_root_certs_import = (grpc_tls_credentials_options_watch_root_certs_type) GetProcAddress(library, "grpc_tls_credentials_options_watch_root_certs");
|
449
|
+
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");
|
450
|
+
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");
|
451
|
+
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");
|
440
452
|
grpc_tls_credentials_options_set_server_authorization_check_config_import = (grpc_tls_credentials_options_set_server_authorization_check_config_type) GetProcAddress(library, "grpc_tls_credentials_options_set_server_authorization_check_config");
|
441
|
-
grpc_tls_key_materials_config_create_import = (grpc_tls_key_materials_config_create_type) GetProcAddress(library, "grpc_tls_key_materials_config_create");
|
442
|
-
grpc_tls_key_materials_config_set_key_materials_import = (grpc_tls_key_materials_config_set_key_materials_type) GetProcAddress(library, "grpc_tls_key_materials_config_set_key_materials");
|
443
|
-
grpc_tls_key_materials_config_set_version_import = (grpc_tls_key_materials_config_set_version_type) GetProcAddress(library, "grpc_tls_key_materials_config_set_version");
|
444
|
-
grpc_tls_key_materials_config_get_version_import = (grpc_tls_key_materials_config_get_version_type) GetProcAddress(library, "grpc_tls_key_materials_config_get_version");
|
445
|
-
grpc_tls_credential_reload_config_create_import = (grpc_tls_credential_reload_config_create_type) GetProcAddress(library, "grpc_tls_credential_reload_config_create");
|
446
453
|
grpc_tls_server_authorization_check_config_create_import = (grpc_tls_server_authorization_check_config_create_type) GetProcAddress(library, "grpc_tls_server_authorization_check_config_create");
|
454
|
+
grpc_tls_server_authorization_check_config_release_import = (grpc_tls_server_authorization_check_config_release_type) GetProcAddress(library, "grpc_tls_server_authorization_check_config_release");
|
447
455
|
grpc_xds_credentials_create_import = (grpc_xds_credentials_create_type) GetProcAddress(library, "grpc_xds_credentials_create");
|
448
456
|
grpc_raw_byte_buffer_create_import = (grpc_raw_byte_buffer_create_type) GetProcAddress(library, "grpc_raw_byte_buffer_create");
|
449
457
|
grpc_raw_compressed_byte_buffer_create_import = (grpc_raw_compressed_byte_buffer_create_type) GetProcAddress(library, "grpc_raw_compressed_byte_buffer_create");
|
@@ -449,42 +449,54 @@ extern grpc_local_credentials_create_type grpc_local_credentials_create_import;
|
|
449
449
|
typedef grpc_server_credentials*(*grpc_local_server_credentials_create_type)(grpc_local_connect_type type);
|
450
450
|
extern grpc_local_server_credentials_create_type grpc_local_server_credentials_create_import;
|
451
451
|
#define grpc_local_server_credentials_create grpc_local_server_credentials_create_import
|
452
|
+
typedef grpc_tls_identity_pairs*(*grpc_tls_identity_pairs_create_type)();
|
453
|
+
extern grpc_tls_identity_pairs_create_type grpc_tls_identity_pairs_create_import;
|
454
|
+
#define grpc_tls_identity_pairs_create grpc_tls_identity_pairs_create_import
|
455
|
+
typedef void(*grpc_tls_identity_pairs_add_pair_type)(grpc_tls_identity_pairs* pairs, const char* private_key, const char* cert_chain);
|
456
|
+
extern grpc_tls_identity_pairs_add_pair_type grpc_tls_identity_pairs_add_pair_import;
|
457
|
+
#define grpc_tls_identity_pairs_add_pair grpc_tls_identity_pairs_add_pair_import
|
458
|
+
typedef void(*grpc_tls_identity_pairs_destroy_type)(grpc_tls_identity_pairs* pairs);
|
459
|
+
extern grpc_tls_identity_pairs_destroy_type grpc_tls_identity_pairs_destroy_import;
|
460
|
+
#define grpc_tls_identity_pairs_destroy grpc_tls_identity_pairs_destroy_import
|
461
|
+
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);
|
462
|
+
extern grpc_tls_certificate_provider_static_data_create_type grpc_tls_certificate_provider_static_data_create_import;
|
463
|
+
#define grpc_tls_certificate_provider_static_data_create grpc_tls_certificate_provider_static_data_create_import
|
464
|
+
typedef void(*grpc_tls_certificate_provider_release_type)(grpc_tls_certificate_provider* provider);
|
465
|
+
extern grpc_tls_certificate_provider_release_type grpc_tls_certificate_provider_release_import;
|
466
|
+
#define grpc_tls_certificate_provider_release grpc_tls_certificate_provider_release_import
|
452
467
|
typedef grpc_tls_credentials_options*(*grpc_tls_credentials_options_create_type)(void);
|
453
468
|
extern grpc_tls_credentials_options_create_type grpc_tls_credentials_options_create_import;
|
454
469
|
#define grpc_tls_credentials_options_create grpc_tls_credentials_options_create_import
|
455
|
-
typedef
|
470
|
+
typedef void(*grpc_tls_credentials_options_set_cert_request_type_type)(grpc_tls_credentials_options* options, grpc_ssl_client_certificate_request_type type);
|
456
471
|
extern grpc_tls_credentials_options_set_cert_request_type_type grpc_tls_credentials_options_set_cert_request_type_import;
|
457
472
|
#define grpc_tls_credentials_options_set_cert_request_type grpc_tls_credentials_options_set_cert_request_type_import
|
458
|
-
typedef
|
473
|
+
typedef void(*grpc_tls_credentials_options_set_server_verification_option_type)(grpc_tls_credentials_options* options, grpc_tls_server_verification_option server_verification_option);
|
459
474
|
extern grpc_tls_credentials_options_set_server_verification_option_type grpc_tls_credentials_options_set_server_verification_option_import;
|
460
475
|
#define grpc_tls_credentials_options_set_server_verification_option grpc_tls_credentials_options_set_server_verification_option_import
|
461
|
-
typedef
|
462
|
-
extern
|
463
|
-
#define
|
464
|
-
typedef
|
465
|
-
extern
|
466
|
-
#define
|
467
|
-
typedef
|
476
|
+
typedef void(*grpc_tls_credentials_options_set_certificate_provider_type)(grpc_tls_credentials_options* options, grpc_tls_certificate_provider* provider);
|
477
|
+
extern grpc_tls_credentials_options_set_certificate_provider_type grpc_tls_credentials_options_set_certificate_provider_import;
|
478
|
+
#define grpc_tls_credentials_options_set_certificate_provider grpc_tls_credentials_options_set_certificate_provider_import
|
479
|
+
typedef void(*grpc_tls_credentials_options_watch_root_certs_type)(grpc_tls_credentials_options* options);
|
480
|
+
extern grpc_tls_credentials_options_watch_root_certs_type grpc_tls_credentials_options_watch_root_certs_import;
|
481
|
+
#define grpc_tls_credentials_options_watch_root_certs grpc_tls_credentials_options_watch_root_certs_import
|
482
|
+
typedef void(*grpc_tls_credentials_options_set_root_cert_name_type)(grpc_tls_credentials_options* options, const char* root_cert_name);
|
483
|
+
extern grpc_tls_credentials_options_set_root_cert_name_type grpc_tls_credentials_options_set_root_cert_name_import;
|
484
|
+
#define grpc_tls_credentials_options_set_root_cert_name grpc_tls_credentials_options_set_root_cert_name_import
|
485
|
+
typedef void(*grpc_tls_credentials_options_watch_identity_key_cert_pairs_type)(grpc_tls_credentials_options* options);
|
486
|
+
extern grpc_tls_credentials_options_watch_identity_key_cert_pairs_type grpc_tls_credentials_options_watch_identity_key_cert_pairs_import;
|
487
|
+
#define grpc_tls_credentials_options_watch_identity_key_cert_pairs grpc_tls_credentials_options_watch_identity_key_cert_pairs_import
|
488
|
+
typedef void(*grpc_tls_credentials_options_set_identity_cert_name_type)(grpc_tls_credentials_options* options, const char* identity_cert_name);
|
489
|
+
extern grpc_tls_credentials_options_set_identity_cert_name_type grpc_tls_credentials_options_set_identity_cert_name_import;
|
490
|
+
#define grpc_tls_credentials_options_set_identity_cert_name grpc_tls_credentials_options_set_identity_cert_name_import
|
491
|
+
typedef void(*grpc_tls_credentials_options_set_server_authorization_check_config_type)(grpc_tls_credentials_options* options, grpc_tls_server_authorization_check_config* config);
|
468
492
|
extern grpc_tls_credentials_options_set_server_authorization_check_config_type grpc_tls_credentials_options_set_server_authorization_check_config_import;
|
469
493
|
#define grpc_tls_credentials_options_set_server_authorization_check_config grpc_tls_credentials_options_set_server_authorization_check_config_import
|
470
|
-
typedef grpc_tls_key_materials_config*(*grpc_tls_key_materials_config_create_type)(void);
|
471
|
-
extern grpc_tls_key_materials_config_create_type grpc_tls_key_materials_config_create_import;
|
472
|
-
#define grpc_tls_key_materials_config_create grpc_tls_key_materials_config_create_import
|
473
|
-
typedef int(*grpc_tls_key_materials_config_set_key_materials_type)(grpc_tls_key_materials_config* config, const char* pem_root_certs, const grpc_ssl_pem_key_cert_pair** pem_key_cert_pairs, size_t num_key_cert_pairs);
|
474
|
-
extern grpc_tls_key_materials_config_set_key_materials_type grpc_tls_key_materials_config_set_key_materials_import;
|
475
|
-
#define grpc_tls_key_materials_config_set_key_materials grpc_tls_key_materials_config_set_key_materials_import
|
476
|
-
typedef int(*grpc_tls_key_materials_config_set_version_type)(grpc_tls_key_materials_config* config, int version);
|
477
|
-
extern grpc_tls_key_materials_config_set_version_type grpc_tls_key_materials_config_set_version_import;
|
478
|
-
#define grpc_tls_key_materials_config_set_version grpc_tls_key_materials_config_set_version_import
|
479
|
-
typedef int(*grpc_tls_key_materials_config_get_version_type)(grpc_tls_key_materials_config* config);
|
480
|
-
extern grpc_tls_key_materials_config_get_version_type grpc_tls_key_materials_config_get_version_import;
|
481
|
-
#define grpc_tls_key_materials_config_get_version grpc_tls_key_materials_config_get_version_import
|
482
|
-
typedef grpc_tls_credential_reload_config*(*grpc_tls_credential_reload_config_create_type)(const void* config_user_data, int (*schedule)(void* config_user_data, grpc_tls_credential_reload_arg* arg), void (*cancel)(void* config_user_data, grpc_tls_credential_reload_arg* arg), void (*destruct)(void* config_user_data));
|
483
|
-
extern grpc_tls_credential_reload_config_create_type grpc_tls_credential_reload_config_create_import;
|
484
|
-
#define grpc_tls_credential_reload_config_create grpc_tls_credential_reload_config_create_import
|
485
494
|
typedef grpc_tls_server_authorization_check_config*(*grpc_tls_server_authorization_check_config_create_type)(const void* config_user_data, int (*schedule)(void* config_user_data, grpc_tls_server_authorization_check_arg* arg), void (*cancel)(void* config_user_data, grpc_tls_server_authorization_check_arg* arg), void (*destruct)(void* config_user_data));
|
486
495
|
extern grpc_tls_server_authorization_check_config_create_type grpc_tls_server_authorization_check_config_create_import;
|
487
496
|
#define grpc_tls_server_authorization_check_config_create grpc_tls_server_authorization_check_config_create_import
|
497
|
+
typedef void(*grpc_tls_server_authorization_check_config_release_type)(grpc_tls_server_authorization_check_config* config);
|
498
|
+
extern grpc_tls_server_authorization_check_config_release_type grpc_tls_server_authorization_check_config_release_import;
|
499
|
+
#define grpc_tls_server_authorization_check_config_release grpc_tls_server_authorization_check_config_release_import
|
488
500
|
typedef grpc_channel_credentials*(*grpc_xds_credentials_create_type)(grpc_channel_credentials* fallback_credentials);
|
489
501
|
extern grpc_xds_credentials_create_type grpc_xds_credentials_create_import;
|
490
502
|
#define grpc_xds_credentials_create grpc_xds_credentials_create_import
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
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.34.0
|
5
5
|
platform: x86-linux
|
6
6
|
authors:
|
7
7
|
- gRPC Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: src/ruby/bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-12-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-protobuf
|
@@ -346,55 +346,55 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
346
346
|
version: 2.8.dev
|
347
347
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
348
348
|
requirements:
|
349
|
-
- - "
|
349
|
+
- - ">="
|
350
350
|
- !ruby/object:Gem::Version
|
351
|
-
version:
|
351
|
+
version: '0'
|
352
352
|
requirements: []
|
353
353
|
rubygems_version: 3.1.4
|
354
354
|
signing_key:
|
355
355
|
specification_version: 4
|
356
356
|
summary: GRPC system in Ruby
|
357
357
|
test_files:
|
358
|
+
- src/ruby/spec/spec_helper.rb
|
359
|
+
- src/ruby/spec/call_spec.rb
|
360
|
+
- src/ruby/spec/google_rpc_status_utils_spec.rb
|
358
361
|
- src/ruby/spec/testdata/server1.key
|
359
|
-
- src/ruby/spec/testdata/server1.pem
|
360
362
|
- src/ruby/spec/testdata/client.pem
|
361
363
|
- src/ruby/spec/testdata/ca.pem
|
362
|
-
- src/ruby/spec/testdata/
|
364
|
+
- src/ruby/spec/testdata/server1.pem
|
363
365
|
- src/ruby/spec/testdata/README
|
364
|
-
- src/ruby/spec/
|
365
|
-
- src/ruby/spec/
|
366
|
-
- src/ruby/spec/
|
366
|
+
- src/ruby/spec/testdata/client.key
|
367
|
+
- src/ruby/spec/channel_credentials_spec.rb
|
368
|
+
- src/ruby/spec/support/helpers.rb
|
369
|
+
- src/ruby/spec/support/services.rb
|
370
|
+
- src/ruby/spec/channel_spec.rb
|
371
|
+
- src/ruby/spec/user_agent_spec.rb
|
372
|
+
- src/ruby/spec/compression_options_spec.rb
|
367
373
|
- src/ruby/spec/client_auth_spec.rb
|
368
|
-
- src/ruby/spec/
|
374
|
+
- src/ruby/spec/errors_spec.rb
|
375
|
+
- src/ruby/spec/server_credentials_spec.rb
|
376
|
+
- src/ruby/spec/time_consts_spec.rb
|
369
377
|
- src/ruby/spec/pb/health/checker_spec.rb
|
370
|
-
- src/ruby/spec/pb/
|
378
|
+
- src/ruby/spec/pb/codegen/grpc/testing/same_ruby_package_service_name.proto
|
371
379
|
- src/ruby/spec/pb/codegen/grpc/testing/package_options_import2.proto
|
372
380
|
- src/ruby/spec/pb/codegen/grpc/testing/same_package_service_name.proto
|
373
|
-
- src/ruby/spec/pb/codegen/grpc/testing/package_options_import.proto
|
374
|
-
- src/ruby/spec/pb/codegen/grpc/testing/package_options.proto
|
375
|
-
- src/ruby/spec/pb/codegen/grpc/testing/same_ruby_package_service_name.proto
|
376
381
|
- src/ruby/spec/pb/codegen/grpc/testing/package_options_ruby_style.proto
|
382
|
+
- src/ruby/spec/pb/codegen/grpc/testing/package_options.proto
|
383
|
+
- src/ruby/spec/pb/codegen/grpc/testing/package_options_import.proto
|
377
384
|
- src/ruby/spec/pb/codegen/package_option_spec.rb
|
378
|
-
- src/ruby/spec/
|
385
|
+
- src/ruby/spec/pb/duplicate/codegen_spec.rb
|
379
386
|
- src/ruby/spec/channel_connection_spec.rb
|
380
|
-
- src/ruby/spec/generic/client_interceptors_spec.rb
|
381
|
-
- src/ruby/spec/generic/interceptor_registry_spec.rb
|
382
|
-
- src/ruby/spec/generic/rpc_server_spec.rb
|
383
|
-
- src/ruby/spec/generic/active_call_spec.rb
|
384
|
-
- src/ruby/spec/generic/client_stub_spec.rb
|
385
|
-
- src/ruby/spec/generic/service_spec.rb
|
386
|
-
- src/ruby/spec/generic/server_interceptors_spec.rb
|
387
|
-
- src/ruby/spec/generic/rpc_desc_spec.rb
|
388
|
-
- src/ruby/spec/generic/rpc_server_pool_spec.rb
|
389
|
-
- src/ruby/spec/channel_spec.rb
|
390
|
-
- src/ruby/spec/support/services.rb
|
391
|
-
- src/ruby/spec/support/helpers.rb
|
392
|
-
- src/ruby/spec/time_consts_spec.rb
|
393
387
|
- src/ruby/spec/client_server_spec.rb
|
394
|
-
- src/ruby/spec/user_agent_spec.rb
|
395
|
-
- src/ruby/spec/channel_credentials_spec.rb
|
396
|
-
- src/ruby/spec/google_rpc_status_utils_spec.rb
|
397
|
-
- src/ruby/spec/compression_options_spec.rb
|
398
388
|
- src/ruby/spec/server_spec.rb
|
399
|
-
- src/ruby/spec/
|
389
|
+
- src/ruby/spec/error_sanity_spec.rb
|
400
390
|
- src/ruby/spec/debug_message_spec.rb
|
391
|
+
- src/ruby/spec/generic/rpc_desc_spec.rb
|
392
|
+
- src/ruby/spec/generic/server_interceptors_spec.rb
|
393
|
+
- src/ruby/spec/generic/client_interceptors_spec.rb
|
394
|
+
- src/ruby/spec/generic/rpc_server_pool_spec.rb
|
395
|
+
- src/ruby/spec/generic/interceptor_registry_spec.rb
|
396
|
+
- src/ruby/spec/generic/service_spec.rb
|
397
|
+
- src/ruby/spec/generic/client_stub_spec.rb
|
398
|
+
- src/ruby/spec/generic/active_call_spec.rb
|
399
|
+
- src/ruby/spec/generic/rpc_server_spec.rb
|
400
|
+
- src/ruby/spec/call_credentials_spec.rb
|