grpc 1.68.1-x64-mingw-ucrt → 1.69.0-x64-mingw-ucrt
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/grpc_c.64-ucrt.ruby +0 -0
- data/src/ruby/ext/grpc/rb_grpc.h +1 -1
- 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/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8919c6ec8f3b21ae43d9d83b55c1f63bca66f5c9480f0a8cb7fe82a3fd2268b1
|
4
|
+
data.tar.gz: 4fea907984ace0ddf69b2bb8c4b4c39c882ad3ec1e986ccd22e697a7d75e3db6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd33f871232c351add09fc189e33fcb5409961aa6ce07f038b40688957cd22b8c0218634af69d55adf7d9505a14e751e2e8f7363fd7f95a578a51e2834c99aac
|
7
|
+
data.tar.gz: 7ffe2a82fb0460927cea995228077a3bd18d4b8abedf92c5fcda776985035a575b8bb98012a592c47a9257bbb01c3dc78cc50645b607e6c3a04d0d805827e96c
|
data/grpc_c.64-ucrt.ruby
CHANGED
Binary file
|
data/src/ruby/ext/grpc/rb_grpc.h
CHANGED
@@ -53,7 +53,7 @@ extern VALUE sym_metadata;
|
|
53
53
|
|
54
54
|
/* GRPC_RB_MEMSIZE_UNAVAILABLE is used in rb_data_type_t to indicate that the
|
55
55
|
* number of bytes used by the wrapped struct is not available. */
|
56
|
-
#define GRPC_RB_MEMSIZE_UNAVAILABLE (size_t(*)(const void*))(NULL)
|
56
|
+
#define GRPC_RB_MEMSIZE_UNAVAILABLE (size_t (*)(const void*))(NULL)
|
57
57
|
|
58
58
|
/* A ruby object alloc func that fails by raising an exception. */
|
59
59
|
VALUE grpc_rb_cannot_alloc(VALUE cls);
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: grpc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.69.0
|
5
5
|
platform: x64-mingw-ucrt
|
6
6
|
authors:
|
7
7
|
- gRPC Authors
|
8
|
-
autorequire:
|
9
8
|
bindir: src/ruby/bin
|
10
9
|
cert_chain: []
|
11
|
-
date: 2024-
|
10
|
+
date: 2024-12-23 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-protobuf
|
@@ -338,7 +337,6 @@ homepage: https://github.com/google/grpc/tree/master/src/ruby
|
|
338
337
|
licenses:
|
339
338
|
- Apache-2.0
|
340
339
|
metadata: {}
|
341
|
-
post_install_message:
|
342
340
|
rdoc_options: []
|
343
341
|
require_paths:
|
344
342
|
- src/ruby/lib
|
@@ -358,8 +356,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
358
356
|
- !ruby/object:Gem::Version
|
359
357
|
version: '0'
|
360
358
|
requirements: []
|
361
|
-
rubygems_version: 3.
|
362
|
-
signing_key:
|
359
|
+
rubygems_version: 3.6.2
|
363
360
|
specification_version: 4
|
364
361
|
summary: GRPC system in Ruby
|
365
362
|
test_files:
|