google-protobuf 4.27.4-x86_64-linux → 4.27.5-x86_64-linux
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
- 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: 8d08e072f7e3b1ca887d9b5f46b4ac778eb1b09c7f738228bbef7f87ec9b808d
|
4
|
+
data.tar.gz: db2f912e1d54b8cb1b4a12a6b2cc4e89caddd943acc055569a7167d14fe34a9a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a90897ee6c680f73c36b15391e574958be2876d6a0344ab2a5de6fb1867be271bd272751cf95dd4ff7b2d81296ce8ba8e4e3a8d823c175e4fcb19334feb34bd9
|
7
|
+
data.tar.gz: a902a15d617690eaa6f55087ea8997aec7f2cdab749c3b53917a4620627c1094e16d54cddecf921f5f5e30b79bf0170c88a66f026b1d0e112080656b172100db
|
@@ -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
|
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: x86_64-linux
|
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
|
@@ -190,7 +190,7 @@ homepage: https://developers.google.com/protocol-buffers
|
|
190
190
|
licenses:
|
191
191
|
- BSD-3-Clause
|
192
192
|
metadata:
|
193
|
-
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.27.
|
193
|
+
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.27.5/ruby
|
194
194
|
post_install_message:
|
195
195
|
rdoc_options: []
|
196
196
|
require_paths:
|