grpc 1.68.1-x86-linux → 1.69.0-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: b7b1a36fbb560adf33adfb6add0b0e4ada0e0f2395ce73b4373ae28b29da4e81
4
+ data.tar.gz: 47dc7e1a183f9e912b3625efafba016e1d2dd05aaa3b5f8ec223b2e0dfde78c7
5
5
  SHA512:
6
- metadata.gz: b74bef4ef7d5bf2cf94def50ece01fdeba6bc2200783eb145377f5fe024cee7656bf83ae7b626d22d0a7df37990f61e746871310522046fe8989cc725a6c43d0
7
- data.tar.gz: f1e618310b43ff0334a1a6a9ae4ada019e1a0fb46ff33b557654f5ee2669d323b29bfa96a59ac763002b2492e35ace66586a797e3c60739d3bfa118f91c33513
6
+ metadata.gz: ba6f863156314fb45106cd174d81ac34f2c7acf3cd1cdccc9f0e0eb57add99ad2532deca21c5cfc73bd52878a3c55a08a30407b4edaf3a8314f40b7f4bdf4831
7
+ data.tar.gz: e1f1e06896451aebbfe4bf466bf86a58aa5a6e263cb3c9b2a28f9d2b2b291960c7e3461d0b5f6ef2e3018ccdd1cb86de4e3682e49601b762345859e137760e3d
@@ -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: x86-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: