google-protobuf 4.27.3-aarch64-linux → 4.27.5-aarch64-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: 9cdfd3d5a6e4ebf593e08ff25d8dd2f2c4a8b718c463f00861fbfe8386ffafd6
|
4
|
+
data.tar.gz: 62d4f60ea6136047c17c355053130fb8f1da50fe10a43f5bef422802a752209f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c735e5597f6ba5991f2f7ff77f28c4458d1feebdd6385a1a30efb79860dea365e0492fd89f7d8d0efaf1bf458ede3b044e5032bbf922825a866d84d5750798b
|
7
|
+
data.tar.gz: a96f5bf495575acfc9337734d7113c653e6d9249840591d09b68acd0db6f25c31cb3f59d78cc1ba40de37a5f969011710c38101a5c19d2ba0a69d504be0080d3
|
@@ -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: aarch64-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:
|