google-protobuf 3.19.0-x86-mingw32 → 3.19.1-x86-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 671be93da27cf26205ab7b7ebf0c3f00f62077ccecf1ea59b04b2c77dca15360
4
- data.tar.gz: c98327df45f5f69e0d17dfa9413f17318d8fd6b68cf4e5c13223fba152879c20
3
+ metadata.gz: 1f41955f72a557b305ba0d19d42002ccd927726f54c21fcebaa078aeceb11160
4
+ data.tar.gz: 6be45b684143793f292fa7fc4861bc6f5ac1eab68f174148f4567f107395b066
5
5
  SHA512:
6
- metadata.gz: ec75ce5906db31aaf6f88b480c87b1880557fb0c73e4fbceb7b2ab22cfe3ee74c11dcf15b226cdce3f6589ecdee9eb352bb0c2e3ce30b6ee91a407a478de41da
7
- data.tar.gz: 054ceef7bc54941e6d8d0e4a58d66a06379420e4a2fbe8ed91cf9ab763801363f790e4a4b9cd9fc12664e0c0a6e81db516b327bc1eecd987d48d08305491f3ef
6
+ metadata.gz: ec64149eab7ee0402f7eeb925cb039b4d07805efb2be3e56e0f1534c692c8f704923f5d82047fab857b006cc20ba1d5b1b89091230bb9cab66ccb8f7880a7835
7
+ data.tar.gz: 15f87c223728c64ef989b044be08d38f4a389aa7ece4108d4c4c12965a8fd9c2e1c225b26c46139bb95a99b5985c3e201a2f372db2a911b9b522ebb290ac0a06
@@ -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-mingw32
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: