google-protobuf 3.23.1-arm64-darwin → 3.23.3-arm64-darwin

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: 3eaca840548eca99862a9c96c18d09286d13c3dee89f21f1d7e278caa64f4730
4
- data.tar.gz: 8682b42a4ffc5bf250807854f573b2aed6f3438ad2a7ff5061493656ab95e1da
3
+ metadata.gz: dbd9c42c46db76846c4c6b9f64fda2af79274638e2d5526d36ae8f32bde5dd9e
4
+ data.tar.gz: e27ebf5dc71cd6c99a3193b4c9308b480aa893508f2fdec77e82eccbe142ded2
5
5
  SHA512:
6
- metadata.gz: 44cff7de13eb537c2d7bc79d35271b7a393239d8217e63e8e6c020ccf71b55aa60f2a40e5aa80a5ffbc819184fe1839d5abbdaedd977a06c63d6328a336f7b14
7
- data.tar.gz: 8fe27fa81cb8c3dd5b49a6749ba95dc0bfdb0ae1dfc62d23e9b8cb615af1e0332abef28901f942cb6a940963afaabbedd9b3532eb09d715ad9efff8228c87707
6
+ metadata.gz: fae1258ef999aeafdfe756a6983377a03520669d1cf02c34eba0db5743f11683b2b1ba151c4f204c295b135c064c245ac9271d4080818d6f8d606993d5fb185c
7
+ data.tar.gz: 503b80eab661338d00ec806c2055a9ce4ba44514bc9a272673ed6f8b81acc1d46ce872f90d805c1825b5412294fe8479522a7444a5e3d6f99ddeb6b8f333f111
@@ -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.1
4
+ version: 3.23.3
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Protobuf Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-16 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.1/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: