google-protobuf 3.15.8-universal-darwin → 3.16.0.rc.1-universal-darwin
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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/protobuf.c +4 -3
- data/lib/google/2.3/protobuf_c.bundle +0 -0
- data/lib/google/2.4/protobuf_c.bundle +0 -0
- data/lib/google/2.5/protobuf_c.bundle +0 -0
- data/lib/google/2.6/protobuf_c.bundle +0 -0
- data/lib/google/2.7/protobuf_c.bundle +0 -0
- data/lib/google/3.0/protobuf_c.bundle +0 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1650c8011215890a53e2acaa17d3279dc6b28467bbf8ba67725231ad2a745624
|
4
|
+
data.tar.gz: 2d5176caa3bc7d3063314967fcb2193c784e48d95be6058772e865219b2eefa5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ba8e046faa929eb7b7117334b47d5336bb52118d84816c8f8d935ec459b5cb5454ccbc8b7c0a366a04254e006ad2c7e571998b82e960c9008b683c64572fc17
|
7
|
+
data.tar.gz: 17259cd7ef1eb5926ad736189faed6c9a55757d19bc8eeab278bc289b67c4e99e947e7c9e41676033d52fa52aac846aea9ac67f97c86a4bf4699c5188a959e9c
|
@@ -37,7 +37,7 @@
|
|
37
37
|
#include "message.h"
|
38
38
|
#include "repeated_field.h"
|
39
39
|
|
40
|
-
VALUE
|
40
|
+
VALUE cParseError;
|
41
41
|
VALUE cTypeError;
|
42
42
|
|
43
43
|
const upb_fielddef* map_field_key(const upb_fielddef* field) {
|
@@ -180,7 +180,6 @@ static void Arena_mark(void *data) {
|
|
180
180
|
static void Arena_free(void *data) {
|
181
181
|
Arena *arena = data;
|
182
182
|
upb_arena_free(arena->arena);
|
183
|
-
xfree(arena);
|
184
183
|
}
|
185
184
|
|
186
185
|
static VALUE cArena;
|
@@ -442,8 +441,10 @@ void Init_protobuf_c() {
|
|
442
441
|
Map_register(protobuf);
|
443
442
|
Message_register(protobuf);
|
444
443
|
|
445
|
-
|
444
|
+
cParseError = rb_const_get(protobuf, rb_intern("ParseError"));
|
445
|
+
rb_gc_register_mark_object(cParseError);
|
446
446
|
cTypeError = rb_const_get(protobuf, rb_intern("TypeError"));
|
447
|
+
rb_gc_register_mark_object(cTypeError);
|
447
448
|
|
448
449
|
rb_define_singleton_method(protobuf, "discard_unknown",
|
449
450
|
Google_Protobuf_discard_unknown, 1);
|
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.
|
4
|
+
version: 3.16.0.rc.1
|
5
5
|
platform: universal-darwin
|
6
6
|
authors:
|
7
7
|
- Protobuf Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-04-
|
11
|
+
date: 2021-04-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake-compiler-dock
|
@@ -128,7 +128,7 @@ homepage: https://developers.google.com/protocol-buffers
|
|
128
128
|
licenses:
|
129
129
|
- BSD-3-Clause
|
130
130
|
metadata:
|
131
|
-
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.
|
131
|
+
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.16.0-rc1/ruby
|
132
132
|
post_install_message:
|
133
133
|
rdoc_options: []
|
134
134
|
require_paths:
|
@@ -143,9 +143,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
143
143
|
version: 3.1.dev
|
144
144
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
145
145
|
requirements:
|
146
|
-
- - "
|
146
|
+
- - ">"
|
147
147
|
- !ruby/object:Gem::Version
|
148
|
-
version:
|
148
|
+
version: 1.3.1
|
149
149
|
requirements: []
|
150
150
|
rubygems_version: 3.2.15
|
151
151
|
signing_key:
|