grpc 1.68.1-x86-mingw32 → 1.69.0.pre1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4fbb3830bb8b4af2a3f5e2e5721685e33284a10a7c6295f07fe4e45c8cf4a35a
4
- data.tar.gz: 1f5570f5ce303b6d4dc643e7c578837e6b0bb3f1a074d9b68ba2debc73c6cbf5
3
+ metadata.gz: baea741692a8d1f374dcb6880e09c8433feceec7a9a7d6c8a932945e94b278ed
4
+ data.tar.gz: 1694f921a67a405ba140e652b8269c6663e2a76b5906e9537568a9bbc3ad61d4
5
5
  SHA512:
6
- metadata.gz: 001e4eb175ede537602ddd147c79cb05ad0a9bb6a5ea45c9137984eb61afd63d7500833869f6d02d73187acb06713b42165ba291ff0ff10e5639ab0bba4fc05b
7
- data.tar.gz: 0a8c98a445eb9da92945079464aec182a7d15ca77f228c8741ba69b5da5066e2cc1906e2a41499e377fcc731bc058b08c5d9dbe6a430b2e4ec4823c5e21ecb28
6
+ metadata.gz: cefececb70a240c75176cda8f3ff5ef877ea89f61e0beef626efb766e72af544af7a42df7f5fdce571c4f9184b5e9a70019dc00e719bdb762b46cd8eb05a933d
7
+ data.tar.gz: 4e8f206897cb90f32137933863d99993b58724e6ffa8c188c8624e88dc4a6e7e538bbd588ccb0998126ca46c59b43a4877203af016c6e9120345923dda721a87
Binary file
@@ -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
@@ -14,5 +14,5 @@
14
14
 
15
15
  # GRPC contains the General RPC module.
16
16
  module GRPC
17
- VERSION = '1.68.1'
17
+ VERSION = '1.69.0.pre1'
18
18
  end
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.68.1
4
+ version: 1.69.0.pre1
5
5
  platform: x86-mingw32
6
6
  authors:
7
7
  - gRPC Authors
8
8
  autorequire:
9
9
  bindir: src/ruby/bin
10
10
  cert_chain: []
11
- date: 2024-11-27 00:00:00.000000000 Z
11
+ date: 2024-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf