google-protobuf 3.23.2-x86-linux → 3.23.3-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: e126fd985fa0411407665e6ee208148c7f9fa4682c52d516d59ffdd49bf4e47d
4
- data.tar.gz: 127a67ee6079b75f0d07800e5ec6472ebdb932ea13ca46d5a32620aa91e8c3d0
3
+ metadata.gz: e7bdfbaa5625773d6c7791d25e4617586a9a7b6a5f668dec3538a864ec41ae8b
4
+ data.tar.gz: 27967f7901929772cb6dac6914cf15b9ff54434f5720a0d49692d356959f7bd6
5
5
  SHA512:
6
- metadata.gz: 3e1a182dec65da13b729c4d4d7ac07023ec17b116c073fbb2ad17625505e2a09f7287388eb60f357ccb5054fe0cb79bf5d5126e0a7ec0683f3d290a30b3dd908
7
- data.tar.gz: 34bb333de5521ae3bb54af657c3d95aa4bcab480ae1e17e7260d88f3f061d0bf19ee1a2135240a9f631e78dc1ad8f26a4d852f2b99de3c17646457cef980e76e
6
+ metadata.gz: 654af17bd460276fd942e36265dc1f19febbc787464a56253b467bee54b3ec0760c446289761fb6781ceecb9df24a4957c59742e925ac5dac8b07ca0b687f29b
7
+ data.tar.gz: df2a52d18b26ad8aa96ac83f81be1d3a8cff11310617ceb3e0c961db117f0def6d62ced37d351fe8549d30e0ba7539cfb4069f54229ac4bd6807d9e8ba44f5de
@@ -518,9 +518,9 @@ upb_MapInsertStatus upb_Map_Insert(upb_Map* map, upb_MessageValue key,
518
518
 
519
519
  bool upb_Map_Delete(upb_Map* map, upb_MessageValue key, upb_MessageValue* val) {
520
520
  upb_value v;
521
- const bool ok = _upb_Map_Delete(map, &key, map->key_size, &v);
522
- if (val) val->uint64_val = v.val;
523
- return ok;
521
+ const bool removed = _upb_Map_Delete(map, &key, map->key_size, &v);
522
+ if (val) _upb_map_fromvalue(v, val, map->val_size);
523
+ return removed;
524
524
  }
525
525
 
526
526
  bool upb_Map_Next(const upb_Map* map, upb_MessageValue* key,
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.23.2
4
+ version: 3.23.3
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: 2023-05-25 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake-compiler-dock
@@ -111,7 +111,7 @@ homepage: https://developers.google.com/protocol-buffers
111
111
  licenses:
112
112
  - BSD-3-Clause
113
113
  metadata:
114
- source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.23.2/ruby
114
+ source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.23.3/ruby
115
115
  post_install_message:
116
116
  rdoc_options: []
117
117
  require_paths: