grpc 1.68.1-arm64-darwin → 1.69.0.pre1-arm64-darwin

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: b9aab8ffdadf1f00f7d330bc75a71b9d3f183b53362d7b6900d629fd28753b4c
4
- data.tar.gz: b72ea90503382575e0da79de387dbb0b0fe3a14a96db07483e428ea5c49ec620
3
+ metadata.gz: '09ad7ba035508cde5be3db4acba176e05a852cf92f92fa55dba759edc973bac0'
4
+ data.tar.gz: e3115b126cf14322d3a82c3be06d23888f78768715884ae0fab1e119486c1895
5
5
  SHA512:
6
- metadata.gz: f118f34c992d0ded469696eb745e1d888f6451739cafac6798c38d571a3ea8a7f1ec033e73a5e00da12964e80fbb5984dda91ad640dfd58b8e677fdefed84bbf
7
- data.tar.gz: 48afe6cd996ca66d02b0cfabe6c51bc481bda3bd4ae16addca91f07f8df8f6178cadf4ef0fe0ad2b7f71abe512e2ed1778ac0e4bc3c067a50ff79a073389155f
6
+ metadata.gz: f658a61fcd7e0a5dc3490ec3d498ad04c777a6694bfdf8e02ba2228605746d9d358faf2b5b53c0552d4d736f9890c55f7f43b56f985cd938ea2e9d73d147a6a4
7
+ data.tar.gz: 5c583368242d226b909dc91bcb984b08823f6258216815a56a7129814a5fdccc3817ff9d09b25c2ece2005fe0a4e31f3688d133a5db5455b037b8163f06f7ab2
@@ -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: arm64-darwin
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