google-protobuf 3.18.0.rc.2-x86-linux → 3.18.0-x86-linux

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '093ac9a1500d07e8cfe2b1b23626a2331d443bbbce5e7d20a3fdff1f3bf1ef31'
4
- data.tar.gz: 477e0af5e60449b1da0dd21a668eaa73207abf07b165b05e0355612a92ec13b1
3
+ metadata.gz: 5c9a9d7fbe37f854975ca4853cde131a25bbe4b79e5e3ecd571c2b107bcc5886
4
+ data.tar.gz: e75283a92a3b5b4b3676780edb01e3c51320ef2249d2b4705e4170ca3bfabd54
5
5
  SHA512:
6
- metadata.gz: af9411075bc775b5862fc218d3fee24fb7c92a183ff2e75f1115b1a7c052235d91674d630550b60db09832f6142c828fcae65405244ea0ef40ac7addf8deb137
7
- data.tar.gz: 7136847de6162f1f25643b6a73bc3424d996b301f05810fe07259f52ac78b70b9a9d223d7838b19791d197056941e6f184c75a5871a6263a32177a3157ef97e2
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, 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-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: