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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6ca74ea3da0bee9af72e61fe1581efd6467b619a8b868f2911e8716a489af825
4
- data.tar.gz: bb9f99ac448653ba221667ab971f843aebac6ff0a4df984acd56abb13ae54c16
3
+ metadata.gz: 56599dd582ea09758b2d50735fa60f6647da23c1251c67adf32e6bcc6be880c9
4
+ data.tar.gz: cca3accf45bfae9ffb8e0dd0b71b244c17de14e69913746b7c9850b4110e93b9
5
5
  SHA512:
6
- metadata.gz: 0affc3a5b8c48b93c1dcadccccdb07de4f2f15d7fbb40a898400bca337f4fc5fda89fa8e31e38138b627cea0c4cd62c380c9e505013182c1cbb9cfdf6a9d1e53
7
- data.tar.gz: f1e0415a2ff61cce19de10d3546903cc8af90612fc86ac417d0612ac7f6581e2ddc82b58ba800f4380a5ee40dc1b9408b5edb83fda0a3dbd46cafce10c7dd7e0
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, nil)
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.rc.2
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-08-31 00:00:00.000000000 Z
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-rc2/ruby
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: 1.3.1
149
+ version: '0'
150
150
  requirements: []
151
151
  rubygems_version: 3.2.3
152
152
  signing_key: