grpc 1.68.1-aarch64-linux → 1.69.0-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: bc715aa3bca8e7c2b3b4b25cd5faa5c0a2577560cceccd316d061f18db6da1c5
4
+ data.tar.gz: 2e6210e7e8cc4643df02acf4bc967a3217a5409229b478eb81c5e6d0ee97d984
5
5
  SHA512:
6
- metadata.gz: 472c581ba46acdb9808ba4c2cb48672d8031775c4da3d11284aa6f397ccda47c3e49e5442e2c36920541e71aa599b31c0ebbf233be22d3d5623d6a068b89585d
7
- data.tar.gz: f24f4ed4b34058f7ca238b2d297466f74421b5cc27ec47f77dd26ce76893876023488d50bff3ec705bb93fc1b6416b7afeeb031f01a4c133c20281ba27fd79da
6
+ metadata.gz: 876b02fdcbead193a5ba1fc5b6b2ff461788c273c8d3e6c8386331a15744b587ebda20e9004503b8913150d4aeaaedc27204a85c43ab670ecdd06eefd448ce88
7
+ data.tar.gz: 386f1b6adf79f587c6eab2cc30937ee8411619e29c147a9060d2a4cf309879d4971bf99c35e960d4d89a8a7576e97efac158ccdc746399401f6131fab562c1f4
@@ -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'
18
18
  end
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.68.1
4
+ version: 1.69.0
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - gRPC Authors
8
- autorequire:
9
8
  bindir: src/ruby/bin
10
9
  cert_chain: []
11
- date: 2024-11-27 00:00:00.000000000 Z
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.5.23
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: