google-protobuf 3.19.0-x86_64-linux → 3.19.1-x86_64-linux
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/message.c +2 -1
- data/lib/google/2.3/protobuf_c.so +0 -0
- data/lib/google/2.4/protobuf_c.so +0 -0
- data/lib/google/2.5/protobuf_c.so +0 -0
- data/lib/google/2.6/protobuf_c.so +0 -0
- data/lib/google/2.7/protobuf_c.so +0 -0
- 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: 8e4a660c135bdcd13d768bb23e2901ef146a5d01baa90725fd89f43d1c523743
|
4
|
+
data.tar.gz: d1d34bf6d0bc94b233036d93de795612e08ae4623e81a741a95923bc7fe30d75
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 224e43a035f6737c3deb1ee1b64a8b5bf77d05db3b76c7b36de3e0f26fa641d182f2511258bc673ef2f8d1f1659015895df0ad84dc2292a4acb8f20c03f5c9bb
|
7
|
+
data.tar.gz: 5e79d2eef03ade83f1bcdcc222e9c11e9369a576f8f9e6dfabb1e0684e652821b047a246d887566dd165f7c84355f68c8cfa475ae8d9129034718429977bd640
|
@@ -1012,7 +1012,6 @@ static VALUE Message_decode_json(int argc, VALUE* argv, VALUE klass) {
|
|
1012
1012
|
*/
|
1013
1013
|
static VALUE Message_encode(VALUE klass, VALUE msg_rb) {
|
1014
1014
|
Message* msg = ruby_to_Message(msg_rb);
|
1015
|
-
upb_arena *arena = upb_arena_new();
|
1016
1015
|
const char *data;
|
1017
1016
|
size_t size;
|
1018
1017
|
|
@@ -1020,6 +1019,8 @@ static VALUE Message_encode(VALUE klass, VALUE msg_rb) {
|
|
1020
1019
|
rb_raise(rb_eArgError, "Message of wrong type.");
|
1021
1020
|
}
|
1022
1021
|
|
1022
|
+
upb_arena *arena = upb_arena_new();
|
1023
|
+
|
1023
1024
|
data = upb_encode(msg->msg, upb_msgdef_layout(msg->msgdef), arena,
|
1024
1025
|
&size);
|
1025
1026
|
|
Binary file
|
Binary file
|
Binary file
|
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: 3.19.
|
4
|
+
version: 3.19.1
|
5
5
|
platform: x86_64-linux
|
6
6
|
authors:
|
7
7
|
- Protobuf Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-10-
|
11
|
+
date: 2021-10-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake-compiler-dock
|
@@ -115,7 +115,7 @@ homepage: https://developers.google.com/protocol-buffers
|
|
115
115
|
licenses:
|
116
116
|
- BSD-3-Clause
|
117
117
|
metadata:
|
118
|
-
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.19.
|
118
|
+
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.19.1/ruby
|
119
119
|
post_install_message:
|
120
120
|
rdoc_options: []
|
121
121
|
require_paths:
|