google-protobuf 4.27.4-x64-mingw32 → 4.27.5-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ext/google/protobuf_c/convert.c +2 -1
- 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: ad38c7703a1adc1d4067c73018eedde39bc13f837b137395f1bc8d8a0037dc90
|
4
|
+
data.tar.gz: 0b94a318364e5503956adfef3587184cbf83a614c18bfae38221f843b9622b4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3a73a949753f9ea63bd3b6f149dd903fd7443fcb436155018c25960b5da3ca25def24ac1848a0d82532095000cfaec750fa8db5b78611bf717cd5a3f0ec9c99
|
7
|
+
data.tar.gz: 517fae6a52a8a114bde6e3ec667c3af5863b9ed2e23c3c15b9de635bf2836460bfdb3f28f47559e4f7e99afad680c4451cc96520bc73a807118953c04b3529a5
|
@@ -204,7 +204,8 @@ upb_MessageValue Convert_RubyToUpb(VALUE value, const char* name,
|
|
204
204
|
ret.uint64_val = NUM2ULL(value);
|
205
205
|
break;
|
206
206
|
default:
|
207
|
-
|
207
|
+
rb_raise(cTypeError, "Convert_RubyToUpb(): Unexpected type %d",
|
208
|
+
(int)type_info.type);
|
208
209
|
}
|
209
210
|
break;
|
210
211
|
default:
|
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: 4.27.
|
4
|
+
version: 4.27.5
|
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: 2024-
|
11
|
+
date: 2024-09-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake-compiler-dock
|
@@ -187,7 +187,7 @@ homepage: https://developers.google.com/protocol-buffers
|
|
187
187
|
licenses:
|
188
188
|
- BSD-3-Clause
|
189
189
|
metadata:
|
190
|
-
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.27.
|
190
|
+
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.27.5/ruby
|
191
191
|
post_install_message:
|
192
192
|
rdoc_options: []
|
193
193
|
require_paths:
|