google-protobuf 3.23.2-x64-mingw32 → 3.23.3-x64-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 +4 -4
- data/ext/google/protobuf_c/ruby-upb.c +3 -3
- data/lib/google/2.6/protobuf_c.so +0 -0
- data/lib/google/2.7/protobuf_c.so +0 -0
- data/lib/google/3.0/protobuf_c.so +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 84ffb5cd5c369f4b561881bcd5a9ec80809f45b6a937bc980781d930efb24466
|
4
|
+
data.tar.gz: d0454d29f993e76d50a0e57610f42f1335b044f7ad1cb28def41c75de192ebf3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f33fcb6d9c539058f6b0bd345638238313d7e32610a00ff61d40406088034aedf2894a12135ce8344537528c76be45632ab472709bb08d454805caf01ed78271
|
7
|
+
data.tar.gz: d542352b99fd1a10f98bdd61292ed3c62ad4bc497aa2ba1646df7b143e5e9d9a2f057c42efb27be1e892bf4704cff999d825f2dcc9e23e4e7b58b088b4a0b6e8
|
@@ -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
|
522
|
-
if (val) val->
|
523
|
-
return
|
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
|
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.
|
4
|
+
version: 3.23.3
|
5
5
|
platform: x64-mingw32
|
6
6
|
authors:
|
7
7
|
- Protobuf Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
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
|
@@ -109,7 +109,7 @@ homepage: https://developers.google.com/protocol-buffers
|
|
109
109
|
licenses:
|
110
110
|
- BSD-3-Clause
|
111
111
|
metadata:
|
112
|
-
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.23.
|
112
|
+
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.23.3/ruby
|
113
113
|
post_install_message:
|
114
114
|
rdoc_options: []
|
115
115
|
require_paths:
|