google-protobuf 3.18.0.rc.2-x86_64-linux → 3.18.0-x86_64-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 +4 -4
- data/ext/google/protobuf_c/repeated_field.c +1 -0
- data/lib/google/2.3/protobuf_c.so +0 -0
- data/lib/google/2.4/protobuf_c.so +0 -0
- data/lib/google/2.5/protobuf_c.so +0 -0
- data/lib/google/2.6/protobuf_c.so +0 -0
- data/lib/google/2.7/protobuf_c.so +0 -0
- data/lib/google/3.0/protobuf_c.so +0 -0
- data/lib/google/protobuf/descriptor_dsl.rb +2 -2
- 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: 56599dd582ea09758b2d50735fa60f6647da23c1251c67adf32e6bcc6be880c9
|
4
|
+
data.tar.gz: cca3accf45bfae9ffb8e0dd0b71b244c17de14e69913746b7c9850b4110e93b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a6866c6cd3b847175765320b4d4dab46bc835c96911010f72224650ac66fb0ab1fb71450640539eb3d51b1efefb5971b54d708a53c085d1fbd041788290f9df7
|
7
|
+
data.tar.gz: 61bf715fdcfc809abde78d1ae395376b82ce216f3c85da8c7bf8edd57c790dca9e2da69b0090a04f5877247f0a73f10d1cb1ef1a1e6110182970a7b4772c6f35
|
@@ -551,6 +551,7 @@ VALUE RepeatedField_plus(VALUE _self, VALUE list) {
|
|
551
551
|
RepeatedField* dupped = ruby_to_RepeatedField(dupped_);
|
552
552
|
upb_array *dupped_array = RepeatedField_GetMutable(dupped_);
|
553
553
|
upb_arena* arena = Arena_get(dupped->arena);
|
554
|
+
Arena_fuse(list_rptfield->arena, arena);
|
554
555
|
int size = upb_array_size(list_rptfield->array);
|
555
556
|
int i;
|
556
557
|
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -301,8 +301,8 @@ module Google
|
|
301
301
|
internal_add_field(:LABEL_REQUIRED, name, type, number, type_class, options)
|
302
302
|
end
|
303
303
|
|
304
|
-
def repeated(name, type, number, type_class = nil)
|
305
|
-
internal_add_field(:LABEL_REPEATED, name, type, number, type_class,
|
304
|
+
def repeated(name, type, number, type_class = nil, options=nil)
|
305
|
+
internal_add_field(:LABEL_REPEATED, name, type, number, type_class, options)
|
306
306
|
end
|
307
307
|
|
308
308
|
def oneof(name, &block)
|
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.18.0
|
4
|
+
version: 3.18.0
|
5
5
|
platform: x86_64-linux
|
6
6
|
authors:
|
7
7
|
- Protobuf Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-09-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake-compiler-dock
|
@@ -129,7 +129,7 @@ homepage: https://developers.google.com/protocol-buffers
|
|
129
129
|
licenses:
|
130
130
|
- BSD-3-Clause
|
131
131
|
metadata:
|
132
|
-
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.18.0
|
132
|
+
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.18.0/ruby
|
133
133
|
post_install_message:
|
134
134
|
rdoc_options: []
|
135
135
|
require_paths:
|
@@ -144,9 +144,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
144
144
|
version: 3.1.dev
|
145
145
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
146
146
|
requirements:
|
147
|
-
- - "
|
147
|
+
- - ">="
|
148
148
|
- !ruby/object:Gem::Version
|
149
|
-
version:
|
149
|
+
version: '0'
|
150
150
|
requirements: []
|
151
151
|
rubygems_version: 3.2.3
|
152
152
|
signing_key:
|