google-protobuf 4.27.2-x64-mingw-ucrt → 4.27.3-x64-mingw-ucrt
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 +4 -4
- data/ext/google/protobuf_c/defs.c +1 -1
- data/lib/google/3.1/protobuf_c.so +0 -0
- data/lib/google/3.2/protobuf_c.so +0 -0
- data/lib/google/3.3/protobuf_c.so +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 16b9160ab2d3ca0478ac54477e0489176192afddd464b82c08d4b5b0f0be90e5
|
4
|
+
data.tar.gz: 96f2288b9fef9f45038a967b1dbfc867c6347fbc6ff29ed8d2f30344b62e01fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6af996da21439853524d8f933f12088e1256069f46df13e6dc4198a85bd29884452ec94ddfd350ea4ef16606fc4da0e351b2b06aba0adbfca40ae98cddba2059
|
7
|
+
data.tar.gz: 00ae110a78b250f6c6cfdef57abbde6d0f9c46132f69839d3761187e813b9dfde1e044dec0fc58fd726b8fe49c993571f9702e4ead57237ac651ab0cbda8ac87
|
@@ -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.3
|
5
5
|
platform: x64-mingw-ucrt
|
6
6
|
authors:
|
7
7
|
- Protobuf Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-07-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake-compiler-dock
|
@@ -189,7 +189,7 @@ homepage: https://developers.google.com/protocol-buffers
|
|
189
189
|
licenses:
|
190
190
|
- BSD-3-Clause
|
191
191
|
metadata:
|
192
|
-
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.27.
|
192
|
+
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.27.3/ruby
|
193
193
|
post_install_message:
|
194
194
|
rdoc_options: []
|
195
195
|
require_paths:
|