grpc 1.68.1-x64-mingw-ucrt → 1.69.0-x64-mingw-ucrt

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8b0b9fd9f6fe2955d9bcf420388ab9b3cfa0c0f9ec04200900192ee3858d94f7
4
- data.tar.gz: 05e805bd2f147e22afc8dcb1fd89b1c73d8d1770ac5c867805d712e85dc9edb3
3
+ metadata.gz: 8919c6ec8f3b21ae43d9d83b55c1f63bca66f5c9480f0a8cb7fe82a3fd2268b1
4
+ data.tar.gz: 4fea907984ace0ddf69b2bb8c4b4c39c882ad3ec1e986ccd22e697a7d75e3db6
5
5
  SHA512:
6
- metadata.gz: f85494a484026c2c5a9895147a6aaf47bf0d96599c49744cfcbcbee0f8f45487c424a7310f6d354a378eea90388b63636b589ed968ed4d8ecff2ecea710d8627
7
- data.tar.gz: e6873f6df9a5a8c1bf99961a6ee5ec449e6c03cb5fd6f3a8469ba93de734a831ef4b45df3d4695646b126fd481addabc09be4e1d92d20e60f111acc32fec4bfd
6
+ metadata.gz: cd33f871232c351add09fc189e33fcb5409961aa6ce07f038b40688957cd22b8c0218634af69d55adf7d9505a14e751e2e8f7363fd7f95a578a51e2834c99aac
7
+ data.tar.gz: 7ffe2a82fb0460927cea995228077a3bd18d4b8abedf92c5fcda776985035a575b8bb98012a592c47a9257bbb01c3dc78cc50645b607e6c3a04d0d805827e96c
data/grpc_c.64-ucrt.ruby CHANGED
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
@@ -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: x64-mingw-ucrt
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
@@ -338,7 +337,6 @@ homepage: https://github.com/google/grpc/tree/master/src/ruby
338
337
  licenses:
339
338
  - Apache-2.0
340
339
  metadata: {}
341
- post_install_message:
342
340
  rdoc_options: []
343
341
  require_paths:
344
342
  - src/ruby/lib
@@ -358,8 +356,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
358
356
  - !ruby/object:Gem::Version
359
357
  version: '0'
360
358
  requirements: []
361
- rubygems_version: 3.5.23
362
- signing_key:
359
+ rubygems_version: 3.6.2
363
360
  specification_version: 4
364
361
  summary: GRPC system in Ruby
365
362
  test_files: