grpc 1.25.0-x64-mingw32 → 1.26.0.pre1-x64-mingw32
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/grpc_c.32.ruby +0 -0
- data/grpc_c.64.ruby +0 -0
- data/src/ruby/ext/grpc/rb_grpc_imports.generated.c +0 -4
- data/src/ruby/ext/grpc/rb_grpc_imports.generated.h +0 -6
- 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/version.rb +1 -1
- metadata +29 -29
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b21cc895cf5d974e15db937a60b5e63bb6484c51eaa71e9c5faab669e5a0c89d
|
4
|
+
data.tar.gz: fbf12d07757310a6b016c1f3cb84297b74f0e56ba73c1c7dfa8eb8c694d05c39
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3bae3dd1113e1097ec7831baafc77176b582a9b21bfe3aa2ae12dbc9df8fc9fa45821f753589723907b1224ea39d524f90f5ad73d6e492d5bbb971caad8451b
|
7
|
+
data.tar.gz: 8c9f6ad40e3d56bdca3d89ebd3a893573f503c150d9bea8dc36f2c6bd2cd590810a735c7fef2a2acacade8cc570de45a9116921092f5233d50bc535c8f286814
|
data/grpc_c.32.ruby
CHANGED
Binary file
|
data/grpc_c.64.ruby
CHANGED
Binary file
|
@@ -240,8 +240,6 @@ gpr_free_type gpr_free_import;
|
|
240
240
|
gpr_realloc_type gpr_realloc_import;
|
241
241
|
gpr_malloc_aligned_type gpr_malloc_aligned_import;
|
242
242
|
gpr_free_aligned_type gpr_free_aligned_import;
|
243
|
-
gpr_set_allocation_functions_type gpr_set_allocation_functions_import;
|
244
|
-
gpr_get_allocation_functions_type gpr_get_allocation_functions_import;
|
245
243
|
gpr_cpu_num_cores_type gpr_cpu_num_cores_import;
|
246
244
|
gpr_cpu_current_cpu_type gpr_cpu_current_cpu_import;
|
247
245
|
gpr_format_message_type gpr_format_message_import;
|
@@ -513,8 +511,6 @@ void grpc_rb_load_imports(HMODULE library) {
|
|
513
511
|
gpr_realloc_import = (gpr_realloc_type) GetProcAddress(library, "gpr_realloc");
|
514
512
|
gpr_malloc_aligned_import = (gpr_malloc_aligned_type) GetProcAddress(library, "gpr_malloc_aligned");
|
515
513
|
gpr_free_aligned_import = (gpr_free_aligned_type) GetProcAddress(library, "gpr_free_aligned");
|
516
|
-
gpr_set_allocation_functions_import = (gpr_set_allocation_functions_type) GetProcAddress(library, "gpr_set_allocation_functions");
|
517
|
-
gpr_get_allocation_functions_import = (gpr_get_allocation_functions_type) GetProcAddress(library, "gpr_get_allocation_functions");
|
518
514
|
gpr_cpu_num_cores_import = (gpr_cpu_num_cores_type) GetProcAddress(library, "gpr_cpu_num_cores");
|
519
515
|
gpr_cpu_current_cpu_import = (gpr_cpu_current_cpu_type) GetProcAddress(library, "gpr_cpu_current_cpu");
|
520
516
|
gpr_format_message_import = (gpr_format_message_type) GetProcAddress(library, "gpr_format_message");
|
@@ -695,12 +695,6 @@ extern gpr_malloc_aligned_type gpr_malloc_aligned_import;
|
|
695
695
|
typedef void(*gpr_free_aligned_type)(void* ptr);
|
696
696
|
extern gpr_free_aligned_type gpr_free_aligned_import;
|
697
697
|
#define gpr_free_aligned gpr_free_aligned_import
|
698
|
-
typedef void(*gpr_set_allocation_functions_type)(gpr_allocation_functions functions);
|
699
|
-
extern gpr_set_allocation_functions_type gpr_set_allocation_functions_import;
|
700
|
-
#define gpr_set_allocation_functions gpr_set_allocation_functions_import
|
701
|
-
typedef gpr_allocation_functions(*gpr_get_allocation_functions_type)(void);
|
702
|
-
extern gpr_get_allocation_functions_type gpr_get_allocation_functions_import;
|
703
|
-
#define gpr_get_allocation_functions gpr_get_allocation_functions_import
|
704
698
|
typedef unsigned(*gpr_cpu_num_cores_type)(void);
|
705
699
|
extern gpr_cpu_num_cores_type gpr_cpu_num_cores_import;
|
706
700
|
#define gpr_cpu_num_cores gpr_cpu_num_cores_import
|
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.26.0.pre1
|
5
5
|
platform: x64-mingw32
|
6
6
|
authors:
|
7
7
|
- gRPC Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: src/ruby/bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-12-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-protobuf
|
@@ -339,50 +339,50 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
339
339
|
version: 2.7.dev
|
340
340
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
341
341
|
requirements:
|
342
|
-
- - "
|
342
|
+
- - ">"
|
343
343
|
- !ruby/object:Gem::Version
|
344
|
-
version:
|
344
|
+
version: 1.3.1
|
345
345
|
requirements: []
|
346
346
|
rubygems_version: 3.0.6
|
347
347
|
signing_key:
|
348
348
|
specification_version: 4
|
349
349
|
summary: GRPC system in Ruby
|
350
350
|
test_files:
|
351
|
-
- src/ruby/spec/
|
352
|
-
- src/ruby/spec/
|
353
|
-
- src/ruby/spec/
|
354
|
-
- src/ruby/spec/pb/codegen/package_option_spec.rb
|
355
|
-
- src/ruby/spec/pb/codegen/grpc/testing/package_options_import.proto
|
356
|
-
- src/ruby/spec/pb/codegen/grpc/testing/package_options_ruby_style.proto
|
357
|
-
- src/ruby/spec/pb/codegen/grpc/testing/package_options.proto
|
358
|
-
- src/ruby/spec/pb/health/checker_spec.rb
|
359
|
-
- src/ruby/spec/channel_credentials_spec.rb
|
360
|
-
- src/ruby/spec/spec_helper.rb
|
361
|
-
- src/ruby/spec/support/services.rb
|
362
|
-
- src/ruby/spec/support/helpers.rb
|
363
|
-
- src/ruby/spec/call_spec.rb
|
364
|
-
- src/ruby/spec/error_sanity_spec.rb
|
365
|
-
- src/ruby/spec/channel_spec.rb
|
366
|
-
- src/ruby/spec/call_credentials_spec.rb
|
367
|
-
- src/ruby/spec/generic/rpc_server_pool_spec.rb
|
351
|
+
- src/ruby/spec/channel_connection_spec.rb
|
352
|
+
- src/ruby/spec/time_consts_spec.rb
|
353
|
+
- src/ruby/spec/generic/service_spec.rb
|
368
354
|
- src/ruby/spec/generic/server_interceptors_spec.rb
|
355
|
+
- src/ruby/spec/generic/interceptor_registry_spec.rb
|
369
356
|
- src/ruby/spec/generic/active_call_spec.rb
|
370
357
|
- src/ruby/spec/generic/rpc_desc_spec.rb
|
371
|
-
- src/ruby/spec/generic/service_spec.rb
|
372
|
-
- src/ruby/spec/generic/interceptor_registry_spec.rb
|
373
358
|
- src/ruby/spec/generic/client_stub_spec.rb
|
374
359
|
- src/ruby/spec/generic/rpc_server_spec.rb
|
360
|
+
- src/ruby/spec/generic/rpc_server_pool_spec.rb
|
375
361
|
- src/ruby/spec/generic/client_interceptors_spec.rb
|
362
|
+
- src/ruby/spec/google_rpc_status_utils_spec.rb
|
363
|
+
- src/ruby/spec/support/helpers.rb
|
364
|
+
- src/ruby/spec/support/services.rb
|
376
365
|
- src/ruby/spec/server_credentials_spec.rb
|
377
|
-
- src/ruby/spec/
|
366
|
+
- src/ruby/spec/errors_spec.rb
|
378
367
|
- src/ruby/spec/client_server_spec.rb
|
379
|
-
- src/ruby/spec/
|
368
|
+
- src/ruby/spec/pb/health/checker_spec.rb
|
369
|
+
- src/ruby/spec/pb/duplicate/codegen_spec.rb
|
370
|
+
- src/ruby/spec/pb/codegen/package_option_spec.rb
|
371
|
+
- src/ruby/spec/pb/codegen/grpc/testing/package_options_ruby_style.proto
|
372
|
+
- src/ruby/spec/pb/codegen/grpc/testing/package_options_import.proto
|
373
|
+
- src/ruby/spec/pb/codegen/grpc/testing/package_options.proto
|
374
|
+
- src/ruby/spec/channel_credentials_spec.rb
|
375
|
+
- src/ruby/spec/channel_spec.rb
|
376
|
+
- src/ruby/spec/client_auth_spec.rb
|
377
|
+
- src/ruby/spec/call_credentials_spec.rb
|
378
|
+
- src/ruby/spec/server_spec.rb
|
380
379
|
- src/ruby/spec/testdata/server1.pem
|
381
380
|
- src/ruby/spec/testdata/client.key
|
382
381
|
- src/ruby/spec/testdata/client.pem
|
383
|
-
- src/ruby/spec/testdata/server1.key
|
384
382
|
- src/ruby/spec/testdata/README
|
385
|
-
- src/ruby/spec/
|
386
|
-
- src/ruby/spec/
|
387
|
-
- src/ruby/spec/
|
383
|
+
- src/ruby/spec/testdata/server1.key
|
384
|
+
- src/ruby/spec/testdata/ca.pem
|
385
|
+
- src/ruby/spec/call_spec.rb
|
386
|
+
- src/ruby/spec/error_sanity_spec.rb
|
387
|
+
- src/ruby/spec/spec_helper.rb
|
388
388
|
- src/ruby/spec/compression_options_spec.rb
|