grpc 1.68.1-x86_64-linux → 1.69.0.pre1-x86_64-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: 527910a7b5b9fae796ef13a1723af37dd78c88726815cddd2cd08852322c21a6
4
- data.tar.gz: bcce316c1b9b6db1ca8cd13f50095273dcb90423ef346288fb75d5c43dd81ff7
3
+ metadata.gz: 4d07de5b4fe594e0c2086b2799a96dbe94d0b6dbc1a1089bf051280e8b7c0921
4
+ data.tar.gz: 256df77c2f80982b7c50b4f11cb03739845cf1a616bb17cbc49060e7a0616ff3
5
5
  SHA512:
6
- metadata.gz: a8e9ed001a955e0054f459bb52ec9b7233753b264f3854e1f698acc9b136ce1242159a61113c76133493747e11a49006cfb426f522741e28af6ac5fa6aad10e6
7
- data.tar.gz: fa37376249e80b0d6e803f4db8c259b760465730ee08e7b6085684b3363d1406bf0a60cede88689e5e65bf507aba073d2b8f774db07ecf0f598efab13c733348
6
+ metadata.gz: 0b45ac23f2a265f8dc889c499cfcc262f978caf8ea6ec1328ce1623c40770538d26a26dd181d9d962127f37319836dbfb70a92e84540c17dbc70ecf432e7ef89
7
+ data.tar.gz: d7140750700ada92157c6e5806d927aa1467230c88bb91b1890cad40e0e9b24234c5466326aa9e5b202da05751669f7d87c504e7d1d7358e52bded178835f9cb
@@ -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_64-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