grpc 1.68.1-arm64-darwin → 1.69.0-arm64-darwin
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/src/ruby/ext/grpc/rb_grpc.h +1 -1
- data/src/ruby/lib/grpc/3.0/grpc_c.bundle +0 -0
- data/src/ruby/lib/grpc/3.1/grpc_c.bundle +0 -0
- data/src/ruby/lib/grpc/3.2/grpc_c.bundle +0 -0
- data/src/ruby/lib/grpc/3.3/grpc_c.bundle +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: d683f6c839714ff19b021de1ac701f8943cb65f6e7d24de0f6146c01cac7d601
|
4
|
+
data.tar.gz: fd503a316c01b5166b2c6c39d7aa9ee78e142f2c0daf5260f56c9b6af1efc9cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 976eb361389c5bee64df651905682192a067f5baa7200128974947a78b0ea5e93e888a6cde38589689113d19665fe564555409656f56290235f032e9d9ce3e79
|
7
|
+
data.tar.gz: b367cadbb7b8958d393cc6300db64a37831b737cbcd4eaaeee4e614c897f74b9cbb782d78a3d3b7b2dc6e383b616d1190f964be3ce5a234801793e4b665ae63a
|
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
|
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: arm64-darwin
|
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
|
@@ -339,7 +338,6 @@ homepage: https://github.com/google/grpc/tree/master/src/ruby
|
|
339
338
|
licenses:
|
340
339
|
- Apache-2.0
|
341
340
|
metadata: {}
|
342
|
-
post_install_message:
|
343
341
|
rdoc_options: []
|
344
342
|
require_paths:
|
345
343
|
- src/ruby/lib
|
@@ -359,8 +357,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
359
357
|
- !ruby/object:Gem::Version
|
360
358
|
version: '0'
|
361
359
|
requirements: []
|
362
|
-
rubygems_version: 3.
|
363
|
-
signing_key:
|
360
|
+
rubygems_version: 3.6.2
|
364
361
|
specification_version: 4
|
365
362
|
summary: GRPC system in Ruby
|
366
363
|
test_files:
|