google-protobuf 4.35.0.rc.2-java → 4.35.1-java
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/protobuf_java.jar +0 -0
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: abb0413c6afee58ba5c3a17dca94ad3b9a9b1d4bc48f6e0c4c5456b48ca59c00
|
|
4
|
+
data.tar.gz: 699824ee70f5a172c7a54c7a1e55eadf243199db1bfb76edf160d3172e2ee708
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d01414028731d236755677ac63588c76f010c0485e2912c591412972a4dd6e0027ae96577a95fee9686bd1df304fdfe1a7052baf595ae66e160e559b6fabebd
|
|
7
|
+
data.tar.gz: d5943d7ad3c420ba173ee7d1fce701a04b6efde62fb7c29513ddf46ebb1a63ff99878d9666e91ebb28c5321213e1fd1ec589905ee0c0889b5bc4ed3c867708f9
|
|
@@ -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
|
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.
|
|
4
|
+
version: 4.35.1
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Protobuf Authors
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-06-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -202,7 +202,7 @@ homepage: https://developers.google.com/protocol-buffers
|
|
|
202
202
|
licenses:
|
|
203
203
|
- BSD-3-Clause
|
|
204
204
|
metadata:
|
|
205
|
-
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.35.
|
|
205
|
+
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.35.1/ruby
|
|
206
206
|
post_install_message:
|
|
207
207
|
rdoc_options: []
|
|
208
208
|
require_paths:
|
|
@@ -214,9 +214,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
214
214
|
version: '3.1'
|
|
215
215
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
216
216
|
requirements:
|
|
217
|
-
- - "
|
|
217
|
+
- - ">="
|
|
218
218
|
- !ruby/object:Gem::Version
|
|
219
|
-
version:
|
|
219
|
+
version: '0'
|
|
220
220
|
requirements: []
|
|
221
221
|
rubygems_version: 3.3.26
|
|
222
222
|
signing_key:
|