google-protobuf 4.35.0-x86_64-darwin → 4.35.1-x86_64-darwin
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ext/google/protobuf_c/ruby-upb.c +2 -2
- data/ext/google/protobuf_c/ruby-upb.h +2 -2
- data/lib/google/3.1/protobuf_c.bundle +0 -0
- data/lib/google/3.2/protobuf_c.bundle +0 -0
- data/lib/google/3.3/protobuf_c.bundle +0 -0
- data/lib/google/3.4/protobuf_c.bundle +0 -0
- data/lib/google/4.0/protobuf_c.bundle +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: 80811543472bf62e8851a4602805183e999cfce4e915053c70781e9c07c6c63d
|
|
4
|
+
data.tar.gz: ee8464490ff682a5dcdf50a06c5e9a5ddcb2073833db3cf73eb5da4847c2997b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6cc5ca49c30b2ce6916822e79a8dbe36b464e62bbdfbb45cd12933a7365a2596cc8765c4468391dc253bcfcd92b98e77b01635f4b93e4b387950707c124a5d8a
|
|
7
|
+
data.tar.gz: f4a8fc86101f526fe771e762201d13afa9c84126112309a5eae2fd41d395ce08cef5db5476235b586f2344d02a2ff7ce47702b1bb8c7768538596a1961a565d0
|
|
@@ -664,10 +664,10 @@ Error, UINTPTR_MAX is undefined
|
|
|
664
664
|
* to prevent optimizers from removing the constructor. Our solution is to
|
|
665
665
|
* create a dummy exported weak symbol that prevent this stripping.
|
|
666
666
|
*/
|
|
667
|
-
#pragma section(".CRT$
|
|
667
|
+
#pragma section(".CRT$XCT", read)
|
|
668
668
|
#define UPB_CONSTRUCTOR(name, unique_name) \
|
|
669
669
|
static void __cdecl UPB_PRIVATE(name)(void); \
|
|
670
|
-
__declspec(allocate(".CRT$
|
|
670
|
+
__declspec(allocate(".CRT$XCT"), selectany) void( \
|
|
671
671
|
__cdecl * UPB_PRIVATE(name##_))(void) = UPB_PRIVATE(name); \
|
|
672
672
|
__declspec(selectany, dllexport) void* UPB_PRIVATE(name##_force_linkage) = \
|
|
673
673
|
&UPB_PRIVATE(name##_); \
|
|
@@ -663,10 +663,10 @@ Error, UINTPTR_MAX is undefined
|
|
|
663
663
|
* to prevent optimizers from removing the constructor. Our solution is to
|
|
664
664
|
* create a dummy exported weak symbol that prevent this stripping.
|
|
665
665
|
*/
|
|
666
|
-
#pragma section(".CRT$
|
|
666
|
+
#pragma section(".CRT$XCT", read)
|
|
667
667
|
#define UPB_CONSTRUCTOR(name, unique_name) \
|
|
668
668
|
static void __cdecl UPB_PRIVATE(name)(void); \
|
|
669
|
-
__declspec(allocate(".CRT$
|
|
669
|
+
__declspec(allocate(".CRT$XCT"), selectany) void( \
|
|
670
670
|
__cdecl * UPB_PRIVATE(name##_))(void) = UPB_PRIVATE(name); \
|
|
671
671
|
__declspec(selectany, dllexport) void* UPB_PRIVATE(name##_force_linkage) = \
|
|
672
672
|
&UPB_PRIVATE(name##_); \
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-protobuf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.35.
|
|
4
|
+
version: 4.35.1
|
|
5
5
|
platform: x86_64-darwin
|
|
6
6
|
authors:
|
|
7
7
|
- Protobuf Authors
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2026-
|
|
10
|
+
date: 2026-06-11 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: bigdecimal
|
|
@@ -185,7 +185,7 @@ homepage: https://developers.google.com/protocol-buffers
|
|
|
185
185
|
licenses:
|
|
186
186
|
- BSD-3-Clause
|
|
187
187
|
metadata:
|
|
188
|
-
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.35.
|
|
188
|
+
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.35.1/ruby
|
|
189
189
|
rdoc_options: []
|
|
190
190
|
require_paths:
|
|
191
191
|
- lib
|