google-protobuf 3.23.2-x86_64-darwin → 3.23.3-x86_64-darwin

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3475a99ffa47999efdc887084b03945a2601eedf3702e05007e0d7dc87b50ca9
4
- data.tar.gz: 54449cad2bc87d89f0dfabc7720b806a4caf942aad5b1daa038cea4f61080790
3
+ metadata.gz: d60cadc56da481f2f8f489472fc29cf212640d1292a8b801be50c17b11376e4f
4
+ data.tar.gz: 9eab06123eef06919e27aa172f763137e721330eb03c2589ad5a31abcd715a72
5
5
  SHA512:
6
- metadata.gz: 646396aa8c2631f576760b4aec31787917499ce29f23a31cc896fb453c82049937b7e5a41a7e0a3ffeebe8c20961dcc53d9dac89bd5e2c7b8f8cc10ef29e86bd
7
- data.tar.gz: f9aa01453a39cb67b43ffef922741c02d7a98b2da21240224f5c369ed09768f738769063f273e8c3e6e7a9feb5e38cc8aafa4cee14dcc3c1520ff21f1f8f62fc
6
+ metadata.gz: fe715cab61feeb0949961919cdd9e8515dc0f59f5fe62ce43e456e60309a1a7c7b71e0884fca1e7dc6d8afe554fc01ae35e7f90fc4d7defdb3dbca2c0c11bccd
7
+ data.tar.gz: 39c5345592c4d44487c12ecde18e7624a8e1263dbdbd4da58b40e12009f6a113e860b482c0717e6f7ac689afca33d532a1bd8a77e0b7c1e5534c55cc96e6b00e
@@ -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_64-darwin
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: