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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b1f1a94cf8498e9064c5c798bc5d33e67b14393e542e226ff999d347678ce122
4
- data.tar.gz: 3b3effba5f6cffcb6514b8bc02fbecce606f88bfa525430d38bc0a6cbb3b8b56
3
+ metadata.gz: 80811543472bf62e8851a4602805183e999cfce4e915053c70781e9c07c6c63d
4
+ data.tar.gz: ee8464490ff682a5dcdf50a06c5e9a5ddcb2073833db3cf73eb5da4847c2997b
5
5
  SHA512:
6
- metadata.gz: 7774f582db63307d6423b350ab9eeae433131e8176c4a27848eaedafee4a98f8e113c24fbeec1633abd722f6c541d05ef8c58aad1b1cc3b836e1bc7450650bac
7
- data.tar.gz: 9ef90fd63a0efb308883432c7742a93dbd94bd29d928e01cc0e0809f1ba94d90dbfa368ddfb6ff07957b5aedf61ede5895cf14d26126abef6fe72d5f43bda5b3
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$XCU", long, read)
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$XCU"), selectany) void( \
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$XCU", long, read)
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$XCU"), selectany) void( \
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.0
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-05-19 00:00:00.000000000 Z
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.0/ruby
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