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

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: '068fb84cd6eb9fb55b75b17b49b2b131dade81f85f9c5708482558058065b424'
4
- data.tar.gz: 4916942469f12f04ad5768d5cd5345fae2430c7432f3ac1419612cb9f239a910
3
+ metadata.gz: c89aeb3523740d0488332b73a96033c5bd76b1b6f37ecae8a5983a9bebb486fe
4
+ data.tar.gz: bcc134838b1463f1a0c31ca998bc638dcc3ea217947e2b07c891ca2d9c1fe125
5
5
  SHA512:
6
- metadata.gz: b74bef4ef7d5bf2cf94def50ece01fdeba6bc2200783eb145377f5fe024cee7656bf83ae7b626d22d0a7df37990f61e746871310522046fe8989cc725a6c43d0
7
- data.tar.gz: f1e618310b43ff0334a1a6a9ae4ada019e1a0fb46ff33b557654f5ee2669d323b29bfa96a59ac763002b2492e35ace66586a797e3c60739d3bfa118f91c33513
6
+ metadata.gz: d75475dede019d4c55722ddc70c981c19f29552b8525ff18028364693609cb93af6c24c3da721cda4c9d205cc0392045eb63083345917a1e72759b1a7d058b68
7
+ data.tar.gz: 259850b13c8dcd922f27143435da47583890f699e14ee4dc97814cb0c48d87ec470473968ec6c29cbee1b4e40b66a344d2204baae6f5880a5d32cf00d8d01f68
@@ -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-linux
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