grpc 1.68.1-aarch64-linux → 1.69.0.pre1-aarch64-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: 3292c09e82234290952368ab82413ebc3a446c5810501ee9d8ee5cc170fc3eef
4
- data.tar.gz: 7db1bf02aa5d04bb4983ac49f2eb79706a4f9e815d950cc599ba8338f8f88ef7
3
+ metadata.gz: 5ca118b4944be0bbf9cc82786b06be6bb69d2a6357e2627cd539f801accfcb71
4
+ data.tar.gz: a30610d3e3de27b4fa481d875edfc86ac6dd37a05436a581b83b579e8cd821f2
5
5
  SHA512:
6
- metadata.gz: 472c581ba46acdb9808ba4c2cb48672d8031775c4da3d11284aa6f397ccda47c3e49e5442e2c36920541e71aa599b31c0ebbf233be22d3d5623d6a068b89585d
7
- data.tar.gz: f24f4ed4b34058f7ca238b2d297466f74421b5cc27ec47f77dd26ce76893876023488d50bff3ec705bb93fc1b6416b7afeeb031f01a4c133c20281ba27fd79da
6
+ metadata.gz: af464f0e1fd298dbbad54dfd3a69743cc8c594ff47a2c9b502911998eece8df25414c3dcd288ceae708fd76bba27a3b1c1b7f8f49f9925da94fd641c9d30994d
7
+ data.tar.gz: 26aa163d52adc9e54d6329f474e19339dade437ddb422afbe6352f2239b1ae82352132a1ea5c97e91518604fc1a35addc07f719165340e63eeee5552aeff361b
@@ -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: aarch64-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