google-protobuf 4.27.3-x64-mingw-ucrt → 4.27.5-x64-mingw-ucrt
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.1/protobuf_c.so +0 -0
- data/lib/google/3.2/protobuf_c.so +0 -0
- data/lib/google/3.3/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: bf51791281df4a9a5cf8d26d4d9d9eead536f14ec4da893b61e51973247d9b06
|
4
|
+
data.tar.gz: 8f0f8700c9c47006b12be81466834d0912adb3cb444750d6fc33e874340060e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 56f662efa82a7a4c4e2ce825c014f8b124d13ae298b8d1319be8105701833c99e56ab4f0f89efbac470fee4252ed903304febb64514528b768eb3af56699a6fc
|
7
|
+
data.tar.gz: 35c0c07b2e6856f4f45a54598157151ce7b208ab70930a5fc7a1fbbcd0026ec31037d731ed32ecf383f130cb23da1a348a0ed51e506e4b401dea39148482abd3
|
@@ -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
|
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: 4.27.
|
4
|
+
version: 4.27.5
|
5
5
|
platform: x64-mingw-ucrt
|
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
|
@@ -189,7 +189,7 @@ homepage: https://developers.google.com/protocol-buffers
|
|
189
189
|
licenses:
|
190
190
|
- BSD-3-Clause
|
191
191
|
metadata:
|
192
|
-
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.27.
|
192
|
+
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.27.5/ruby
|
193
193
|
post_install_message:
|
194
194
|
rdoc_options: []
|
195
195
|
require_paths:
|