google-protobuf 3.15.4-universal-darwin → 3.15.5-universal-darwin

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: 431e98a0b234fcdd82aa07af397001afa41ebe94b312cb6aabcbf7e74e1310d4
4
- data.tar.gz: 5c815788f81bcb60e8a4e1f2e90c00699e46f88490110f4a36e2d226f9604f7d
3
+ metadata.gz: 152a419245524837e516b8041a033d25694b04aba29c011b50e789413bb077d1
4
+ data.tar.gz: b9dc4f70c168a6b094c7b2a968d720e5078d1a179579ea08a968ad03a1582bac
5
5
  SHA512:
6
- metadata.gz: 8e5e1644f03b56af9e11bc2ee837a971beb9b40e3e72896fd178989933e4845136a7d8e3bef96cd98028202cb46e51fe30eaaa163de41286b955b5368ff11e39
7
- data.tar.gz: 6a554090608f251be8e59201fa897216b9946195ed2180d0b309ea2cb644268a7b3743e005b6c44a7fa320b9d985a2cde20f1732f62e38388035aec035a329f6
6
+ metadata.gz: d968106a49787d65a66dbe30f23b20fb356798d7b677330cde25d1739cb2431a4897a61419bf45d5eb3651f9798e10a1faaea2fa9e66e4d1c584974002a50a1b
7
+ data.tar.gz: 4db1dd5a86642ef34f712151fb8009a54329c2d380abf0e98e72f4db314425711a9837d12f19dfd4bec2351fb8d2b8268431f7cebeacc40993134a3c256b6014
@@ -6663,10 +6663,9 @@ void upb_array_set(upb_array *arr, size_t i, upb_msgval val) {
6663
6663
  }
6664
6664
 
6665
6665
  bool upb_array_append(upb_array *arr, upb_msgval val, upb_arena *arena) {
6666
- if (!_upb_array_realloc(arr, arr->len + 1, arena)) {
6666
+ if (!upb_array_resize(arr, arr->len + 1, arena)) {
6667
6667
  return false;
6668
6668
  }
6669
- arr->len++;
6670
6669
  upb_array_set(arr, arr->len - 1, val);
6671
6670
  return true;
6672
6671
  }
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.4
4
+ version: 3.15.5
5
5
  platform: universal-darwin
6
6
  authors:
7
7
  - Protobuf Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-03 00:00:00.000000000 Z
11
+ date: 2021-03-04 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.4/ruby
131
+ source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.15.5/ruby
132
132
  post_install_message:
133
133
  rdoc_options: []
134
134
  require_paths: