google-protobuf 4.27.2-x64-mingw32 → 4.27.3-x64-mingw32
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.0/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: c7b59bac908bd5a5573c9e473707eeb15efdb464fd644e3c4e1103fa5ebb1562
|
4
|
+
data.tar.gz: c5fc030998871ba5b8072139c7a4f5b6dc35c9a3f7f7c3efdcd233ec7bf0987e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ae49962ac3c9448440ce4f29834bf4259786a4dae2f7a987071208ec1f8dd2c95953bb0e597c4746a7d406176f778e98eba1a6a7dc287f40024e7391ba4f675
|
7
|
+
data.tar.gz: fb39f4318d3d71d5c1491ea53844de60916d337d58e6d1c4b6d62551b4853ad992822f01eb02fa9bb2da57762fb826d08502d3f2dc5396039fb6bcb5fbfc8482
|
@@ -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
|
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-mingw32
|
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
|
@@ -187,7 +187,7 @@ homepage: https://developers.google.com/protocol-buffers
|
|
187
187
|
licenses:
|
188
188
|
- BSD-3-Clause
|
189
189
|
metadata:
|
190
|
-
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.27.
|
190
|
+
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.27.3/ruby
|
191
191
|
post_install_message:
|
192
192
|
rdoc_options: []
|
193
193
|
require_paths:
|