google-protobuf 3.19.0-x86-linux → 3.19.1-x86-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 48e6dc26decfee9e86f7065141b2aad1181d4d1c7ce6af3c322da8a32e643b26
4
- data.tar.gz: df240bb87ca6023c46a013673474b238a37daf3130e1defc81cc1dcaeaffea79
3
+ metadata.gz: 3cf235846f81eab2c9d146de409ae389e719a145dd3216893cc8d0a46dbe25e0
4
+ data.tar.gz: 79a5931ca51f87a647938de4cb2d48ae1bedb9797dd6c95c4b1f8464eebd038c
5
5
  SHA512:
6
- metadata.gz: 69130e1be7e0f6c42910e29ddc4dbd54f591ea7fdbd6cac59feb8f3738c28fd3c0f65562994f68536fdc388b6ea9b1ef910e37365166338f78cfffbe4b0f7303
7
- data.tar.gz: 9365be8360b9c705782e4f3f788b96bb6fbca816ab090b87dfb5226dd1470777d416943777cb40b6d04a1761bd845d4391faa3fc3df8c4a1244aa0f0af310fb8
6
+ metadata.gz: b814f82154a5ff69e30b67ba4d75d5e984f430638b7224ed5daefb34785348305811bec62994c8acc9f167be28a694047430fb7c5e1f82bbd4f0ae3df0671133
7
+ data.tar.gz: 2c9637f5e03e3df88e85095669a9df1dc187e90fd4e45243191d0dda1b7c8807100a74fe1ffea81b1b21194aa2571ac28fa31d2db648d6087276c60e6dd53e18
@@ -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.0
4
+ version: 3.19.1
5
5
  platform: x86-linux
6
6
  authors:
7
7
  - Protobuf Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-20 00:00:00.000000000 Z
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.0/ruby
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: