google-protobuf 4.35.0 → 4.35.1

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: 1d611ed1920d3c14924b419af5dcc3a172213172be76266ba58c1d52b90b19f4
4
- data.tar.gz: f599a2429e1632a4bb3cf84baaa43e25ebf5f9ea0c8d533b6ea79f1607a60228
3
+ metadata.gz: d0149a90a4530c9c28a746622eb9547bfdc522b2a7e0bd02f7afbc17cde894f9
4
+ data.tar.gz: f82a2224a574246eefff5ca5f52b9af2cf41ba341e564b82f16c7426c7318872
5
5
  SHA512:
6
- metadata.gz: 2ea8abc31536e8207e57fdf31d775465b392e1fcc65e7d65538e327889941f4b341c8f9ce94c9901eaeb01171622e49a96e872e6f465b6621d8113745c1b6c21
7
- data.tar.gz: 0c3f33bf54633009d346819f969fc353217348c440d43d81c9fe309654999dcb682dcf3ae242fd85ce41a92835dc0ba0646f47b0145edc2a0b86c4b18a622b5d
6
+ metadata.gz: 26b30b7c48a4b9610e6d267c22e5ccf05f8e073115160da140de6bda22b0340147a338ebb1220180616c6eb30b0dda438ccad66b8e2497df5f275763efa97f26
7
+ data.tar.gz: 4566593a51647142358fcae7a3aa01e719b98ad5d5d5e2a0f52c96e484ff5990476365e1462f8f98927631344b84adb42ef2eb03874c668237cee2272b907c28
@@ -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##_); \
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.35.0
4
+ version: 4.35.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Protobuf Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-05-19 00:00:00.000000000 Z
11
+ date: 2026-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bigdecimal
@@ -183,7 +183,7 @@ homepage: https://developers.google.com/protocol-buffers
183
183
  licenses:
184
184
  - BSD-3-Clause
185
185
  metadata:
186
- source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.35.0/ruby
186
+ source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.35.1/ruby
187
187
  post_install_message:
188
188
  rdoc_options: []
189
189
  require_paths: