google-protobuf 4.27.2-x86_64-darwin → 4.27.4-x86_64-darwin
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of google-protobuf might be problematic. Click here for more details.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f74add616d23c5fb7918dbbf40a7c01491ae4c938d1fdd65640caea8103465b7
|
4
|
+
data.tar.gz: b629353f29038ae36893cd45da623d61932b1ac64fea55ee027827c9894f3489
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a135d9663985e600862b66c4adea1627937cfdbd9f2e08b92b4d60466f6ae8e035714be295ebdac6ff780555775dfd49f90308389127acef4bb60e291133e5c
|
7
|
+
data.tar.gz: d17296a499a19afd0eb25713c09d547d2c842751dcc37024a0994ea582a141afbee37b45d1c0b2d1285bbc744b320b37e856016f95cdb1e54fa304af12e4e0f5
|
@@ -1510,7 +1510,7 @@ static VALUE MethodDescriptor_initialize(VALUE _self, VALUE cookie,
|
|
1510
1510
|
}
|
1511
1511
|
|
1512
1512
|
RB_OBJ_WRITE(_self, &self->descriptor_pool, descriptor_pool);
|
1513
|
-
self->methoddef = (const
|
1513
|
+
self->methoddef = (const upb_MethodDef*)NUM2ULL(ptr);
|
1514
1514
|
|
1515
1515
|
return Qnil;
|
1516
1516
|
}
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-protobuf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.27.
|
4
|
+
version: 4.27.4
|
5
5
|
platform: x86_64-darwin
|
6
6
|
authors:
|
7
7
|
- Protobuf Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-08-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake-compiler-dock
|
@@ -190,7 +190,7 @@ homepage: https://developers.google.com/protocol-buffers
|
|
190
190
|
licenses:
|
191
191
|
- BSD-3-Clause
|
192
192
|
metadata:
|
193
|
-
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.27.
|
193
|
+
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.27.4/ruby
|
194
194
|
post_install_message:
|
195
195
|
rdoc_options: []
|
196
196
|
require_paths:
|