google-protobuf 3.19.0.rc.1-x64-mingw32 → 3.19.2-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9efe95c439aa44d4d61238d8105b1d5bb30609ed328828bb2fd44eaf6173f1f5
4
- data.tar.gz: 6dc56e9fc92681f91f3254443d47070fd21684ee0cbbe4f2836fbd1eaa871f9f
3
+ metadata.gz: ae8a311d58ede98ad30d4efe06d99f31f3fa39deb5cd41bb1620316a69131a11
4
+ data.tar.gz: 787274f3a558db4ea6ae4243fe44fd00fc040a10c9f7da3cfec4894b7f0483b5
5
5
  SHA512:
6
- metadata.gz: f02515606b6bdc2517dbc23391b889516b598606c26392eb971bf8d3c814b2f4cc598facf09fff146ea744ef5ca2aef5b75ff58315d7be742bda9d25021180b0
7
- data.tar.gz: 7563ff5a3b24cb71c0a92aa75299e26734f11e2954b9e2926068add19b19a87c1ec2b0033b12dfc8b3a097e3acacea42f85fc3bde630cb889c80c5b8e0471fc1
6
+ metadata.gz: e3f5531e4a39613346c1809c750f66ae154fc61b6f4275aebed93909b35d85a6b85149ef098d067355d0eb81a6ac774e552ee239c5707c6b100462f545216f69
7
+ data.tar.gz: f8158a7e2bc5500e5a5283d75193fd69cf94da5804dd5e5c6f0e1f37a418b155a542c571afabb6c623b2fbc61b57f0c1bf420ad7ffd4959f9245949099fb2806
@@ -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
@@ -1,9 +1,10 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/protobuf/api.proto
3
3
 
4
+ require 'google/protobuf'
5
+
4
6
  require 'google/protobuf/source_context_pb'
5
7
  require 'google/protobuf/type_pb'
6
- require 'google/protobuf'
7
8
 
8
9
  Google::Protobuf::DescriptorPool.generated_pool.build do
9
10
  add_file("google/protobuf/api.proto", :syntax => :proto3) do
@@ -1,6 +1,8 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/protobuf/descriptor.proto
3
3
 
4
+ require 'google/protobuf'
5
+
4
6
  descriptor_data = File.binread(__FILE__).split("\n__END__\n", 2)[1]
5
7
  Google::Protobuf::DescriptorPool.generated_pool.add_serialized_file(descriptor_data)
6
8
 
@@ -1,9 +1,10 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/protobuf/type.proto
3
3
 
4
+ require 'google/protobuf'
5
+
4
6
  require 'google/protobuf/any_pb'
5
7
  require 'google/protobuf/source_context_pb'
6
- require 'google/protobuf'
7
8
 
8
9
  Google::Protobuf::DescriptorPool.generated_pool.build do
9
10
  add_file("google/protobuf/type.proto", :syntax => :proto3) do
metadata CHANGED
@@ -1,35 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-protobuf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.19.0.rc.1
4
+ version: 3.19.2
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: 2021-10-16 00:00:00.000000000 Z
11
+ date: 2022-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake-compiler-dock
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - '='
18
18
  - !ruby/object:Gem::Version
19
19
  version: 1.1.0
20
- - - "<"
21
- - !ruby/object:Gem::Version
22
- version: '2.0'
23
20
  type: :development
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
- - - ">="
24
+ - - '='
28
25
  - !ruby/object:Gem::Version
29
26
  version: 1.1.0
30
- - - "<"
31
- - !ruby/object:Gem::Version
32
- version: '2.0'
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: rake-compiler
35
29
  requirement: !ruby/object:Gem::Requirement
@@ -86,8 +80,6 @@ files:
86
80
  - ext/google/protobuf_c/ruby-upb.c
87
81
  - ext/google/protobuf_c/ruby-upb.h
88
82
  - ext/google/protobuf_c/wrap_memcpy.c
89
- - lib/google/2.3/protobuf_c.so
90
- - lib/google/2.4/protobuf_c.so
91
83
  - lib/google/2.5/protobuf_c.so
92
84
  - lib/google/2.6/protobuf_c.so
93
85
  - lib/google/2.7/protobuf_c.so
@@ -115,7 +107,7 @@ homepage: https://developers.google.com/protocol-buffers
115
107
  licenses:
116
108
  - BSD-3-Clause
117
109
  metadata:
118
- source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.19.0-rc1/ruby
110
+ source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.19.2/ruby
119
111
  post_install_message:
120
112
  rdoc_options: []
121
113
  require_paths:
@@ -124,15 +116,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
124
116
  requirements:
125
117
  - - ">="
126
118
  - !ruby/object:Gem::Version
127
- version: '2.3'
119
+ version: '2.5'
128
120
  - - "<"
129
121
  - !ruby/object:Gem::Version
130
122
  version: 3.1.dev
131
123
  required_rubygems_version: !ruby/object:Gem::Requirement
132
124
  requirements:
133
- - - ">"
125
+ - - ">="
134
126
  - !ruby/object:Gem::Version
135
- version: 1.3.1
127
+ version: '0'
136
128
  requirements: []
137
129
  rubygems_version: 3.2.3
138
130
  signing_key:
Binary file
Binary file