google-protobuf 3.18.0.rc.2-x86-linux → 3.18.0-x86-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: 5c9a9d7fbe37f854975ca4853cde131a25bbe4b79e5e3ecd571c2b107bcc5886
|
4
|
+
data.tar.gz: e75283a92a3b5b4b3676780edb01e3c51320ef2249d2b4705e4170ca3bfabd54
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc3af47ab4eb33281c9ab7135e0c454ed516f4a1a62c656b31b6b0f2c61dbabfe53520e1d2354651a0b08bc62275c1fa6606d428ae14d73bb5fa07fd062360d9
|
7
|
+
data.tar.gz: 8e599bcfb4c140fc4c6aa60801f559416102e1c9afdd5a3416bbf37d77253e636533e4943a7e748437853dda3f6a9b061b83fdbe49ebe701bd1ed94dc7d0aead
|
@@ -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-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:
|