google-protobuf 3.23.2-x86-mingw32 → 3.23.4-x86-mingw32

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: ea1b41ec21ccf28a30d0f82ab66d73e393b22e9035e55243fbd3c17fd4399ec6
4
- data.tar.gz: 5c29fea4df5a8ea2e71a6152b12ee47ec94c289ce5f41daa67eee26c471999ef
3
+ metadata.gz: 59f9c8e50f834f74a36286e2705800006ad69b9cd2f14c17d838abfda4253149
4
+ data.tar.gz: 1d71ac4b0d4b352af4ceacaa2cf0b12ffe9d175c2908c662cce4358d74196a37
5
5
  SHA512:
6
- metadata.gz: c9bfb6c81f8033f077363d6751bb222fbc3002dac3bea2c45171b9490d3957d2a674f92dd4937286a6f01651cc431c63104d5d54d8bb776bcf49b2f9c1cc6705
7
- data.tar.gz: 789af12304fa11c00165c761be574eb9f2801338e0bff884562c40366732e6aca2731a2a79ff0db5b7da1daf6a9d65b8a0f9de2a056fde4181ffae2bb21763a8
6
+ metadata.gz: 6f54f369a17e0740582e719d21be9cfc22b74e980bb1dcc7abaec3fa59820f1b9b1f478e01bcba367e8ace69b43a7837c7896ade6227f47bc168f9bcd7787cad
7
+ data.tar.gz: 5307ab86c3cb16ba13af403cae0ae91a3f2f330801ac40058b9fb1c9e300c8065f088b941bb35a8cfb1be54174d5f22ad48663f19e4d5a532c5611d8b5170705
@@ -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: x86-mingw32
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: