google-protobuf 3.15.7-x64-mingw32 → 3.16.0.rc.1-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: 77d0e6745532c13d0fb6d7244fde51e130247cb21d4a98495c5f190b200b1cef
4
- data.tar.gz: 7b2d05927ea178e952691ab62cfb27f1f86be10a3ea12da3b45f8ad2889a3dff
3
+ metadata.gz: 672cd0e7e41e10f9195aa2c0f9e3e972b9f76a4e4217de9b60b86a3a9a7bf69a
4
+ data.tar.gz: 1bc5839437fa46d3f85c29b035d663f831aac66638bccc49015c23ab06c64127
5
5
  SHA512:
6
- metadata.gz: cd78bd6a0d65160aa52655f04e9f48de45f14bd3278cf41eecee5eee38cf94dcd1ddec9d1cf6c8b1e63f1b507d8186690f02dbe809906556dc89a412cf334be4
7
- data.tar.gz: 65aaacd8cd7b85fcd0954ae06cfaeec97f6227a2c84d2f0be2e5702c48f4e337888635236d342b397d0a1cb79062137f2d1252ccb2a92595a9496eef87e3a1aa
6
+ metadata.gz: 52bb8e46720f1d495578812861fc903923bc5f950a174f8bc148cc5167354d09d0d2193fb478f5cdd7635e9401a5c95ab4ff0c5a84823456925847a0fc8f0a0b
7
+ data.tar.gz: cd9a6d4ec1395613483776d01f4a17b6cfffe78c0ebb76143b3b6d798ef5ecee83151f225fa1ad30f24bfe3ed8248dd622c6b3c1da983db6e1b8f6175f7ecac8
@@ -37,7 +37,7 @@
37
37
  #include "message.h"
38
38
  #include "repeated_field.h"
39
39
 
40
- VALUE cError;
40
+ VALUE cParseError;
41
41
  VALUE cTypeError;
42
42
 
43
43
  const upb_fielddef* map_field_key(const upb_fielddef* field) {
@@ -441,8 +441,10 @@ void Init_protobuf_c() {
441
441
  Map_register(protobuf);
442
442
  Message_register(protobuf);
443
443
 
444
- cError = rb_const_get(protobuf, rb_intern("Error"));
444
+ cParseError = rb_const_get(protobuf, rb_intern("ParseError"));
445
+ rb_gc_register_mark_object(cParseError);
445
446
  cTypeError = rb_const_get(protobuf, rb_intern("TypeError"));
447
+ rb_gc_register_mark_object(cTypeError);
446
448
 
447
449
  rb_define_singleton_method(protobuf, "discard_unknown",
448
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.15.7
4
+ version: 3.16.0.rc.1
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-04-02 00:00:00.000000000 Z
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.15.7/ruby
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: '0'
148
+ version: 1.3.1
149
149
  requirements: []
150
150
  rubygems_version: 3.2.3
151
151
  signing_key: