google-protobuf 3.23.2-arm64-darwin → 3.23.4-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: 4ab554002a2d13865eb6d5236b28ff2e4b1ab905a41576880ac54ca9fc6109b1
4
- data.tar.gz: 3b0d74a9ebc6d849f5d0d7d192519da52d9ac4c69cf0bcabf6b710e63689129e
3
+ metadata.gz: '019ad5512587d9a6c688ce9060fd9d63043a3450651a1bda83c7e8f39ddaa61a'
4
+ data.tar.gz: 6d78b1b451aaa0d5941f5f1b0e1a51218c0003c821f48cc50f25f760a58581b0
5
5
  SHA512:
6
- metadata.gz: 9517d91b48bd7bf2a24664f67fafd96bd29ce3b02bd437cc5c37c509f10adff3ce7da78623ab117adfe299d77b6496787f49f5ace20236cc0f851a50518ae1fc
7
- data.tar.gz: c5e93f5686d2af748b052757f591e4a3fb4ce9fb690f3832717ebba196d76adacb0775559bde968976b97770f574412d4becb4ae88aafa96fc0a15223444dbfb
6
+ metadata.gz: 9d9d655d0f068ae681e8f8ff0808f6c228b2c30eed840080888cdb6d8b16cce81c6c9c3075d395c697cdd4ea40e29514f0377e0d891c50f8adf46772b3abb48c
7
+ data.tar.gz: 3eb05dd1209bdc69b3a84aa5a3b2ebc5fb35720053cb9457daca6c9fad4d80270db779fd145cfe16885c025a72cd9c0942aa28af26a2da1d5e6a0391f95aa1c1
@@ -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.4
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-25 00:00:00.000000000 Z
11
+ date: 2023-07-05 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.4/ruby
115
115
  post_install_message:
116
116
  rdoc_options: []
117
117
  require_paths: