google-protobuf 3.25.2-x86-linux → 3.25.4-x86-linux
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.
Potentially problematic release.
This version of google-protobuf might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/ext/google/protobuf_c/ruby-upb.h +2 -2
- data/lib/google/3.3/protobuf_c.so +0 -0
- metadata +6 -6
- data/lib/google/2.7/protobuf_c.so +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bf36af6780a005cf37161b202019fb8f5f24c45255ee53fd648fb7382d22b9ad
|
4
|
+
data.tar.gz: ee7e4ccc14bea2cde514ba0626bc72740fce5512225f026d55bcd0c2b81c5565
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1262e70f3dbb71ee874f36633ba345907322dd10942d789044a43c2b0d404cb5aeeee45598551fdb602b02d1427b38153578819132b9f5e54c994f6fd81450c7
|
7
|
+
data.tar.gz: f36c8c9f736a0bc7a3d6a730ec12e29db8b1cbfba8392b22cc0591ce02e0c11e97af07d34226be56daa51dd6f76e585c5c6bcb8ec9a8b291903f8824fc76904f
|
@@ -10682,7 +10682,7 @@ const upb_FileDef* upb_DefPool_FindFileByNameWithSize(const upb_DefPool* s,
|
|
10682
10682
|
const upb_FieldDef* upb_DefPool_FindExtensionByMiniTable(
|
10683
10683
|
const upb_DefPool* s, const upb_MiniTableExtension* ext);
|
10684
10684
|
|
10685
|
-
const upb_FieldDef* upb_DefPool_FindExtensionByName(const upb_DefPool* s,
|
10685
|
+
UPB_API const upb_FieldDef* upb_DefPool_FindExtensionByName(const upb_DefPool* s,
|
10686
10686
|
const char* sym);
|
10687
10687
|
|
10688
10688
|
const upb_FieldDef* upb_DefPool_FindExtensionByNameWithSize(
|
@@ -10705,7 +10705,7 @@ UPB_API const upb_FileDef* upb_DefPool_AddFile(
|
|
10705
10705
|
upb_DefPool* s, const UPB_DESC(FileDescriptorProto) * file_proto,
|
10706
10706
|
upb_Status* status);
|
10707
10707
|
|
10708
|
-
const upb_ExtensionRegistry* upb_DefPool_ExtensionRegistry(
|
10708
|
+
UPB_API const upb_ExtensionRegistry* upb_DefPool_ExtensionRegistry(
|
10709
10709
|
const upb_DefPool* s);
|
10710
10710
|
|
10711
10711
|
const upb_FieldDef** upb_DefPool_GetAllExtensions(const upb_DefPool* s,
|
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: 3.25.
|
4
|
+
version: 3.25.4
|
5
5
|
platform: x86-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-07-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake-compiler-dock
|
@@ -133,10 +133,10 @@ files:
|
|
133
133
|
- ext/google/protobuf_c/third_party/utf8_range/range2-sse.c
|
134
134
|
- ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
|
135
135
|
- ext/google/protobuf_c/wrap_memcpy.c
|
136
|
-
- lib/google/2.7/protobuf_c.so
|
137
136
|
- lib/google/3.0/protobuf_c.so
|
138
137
|
- lib/google/3.1/protobuf_c.so
|
139
138
|
- lib/google/3.2/protobuf_c.so
|
139
|
+
- lib/google/3.3/protobuf_c.so
|
140
140
|
- lib/google/protobuf.rb
|
141
141
|
- lib/google/protobuf/any_pb.rb
|
142
142
|
- lib/google/protobuf/api_pb.rb
|
@@ -177,7 +177,7 @@ homepage: https://developers.google.com/protocol-buffers
|
|
177
177
|
licenses:
|
178
178
|
- BSD-3-Clause
|
179
179
|
metadata:
|
180
|
-
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.25.
|
180
|
+
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.25.4/ruby
|
181
181
|
post_install_message:
|
182
182
|
rdoc_options: []
|
183
183
|
require_paths:
|
@@ -186,10 +186,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
186
186
|
requirements:
|
187
187
|
- - ">="
|
188
188
|
- !ruby/object:Gem::Version
|
189
|
-
version: '
|
189
|
+
version: '3.0'
|
190
190
|
- - "<"
|
191
191
|
- !ruby/object:Gem::Version
|
192
|
-
version: 3.
|
192
|
+
version: 3.4.dev
|
193
193
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
194
194
|
requirements:
|
195
195
|
- - ">="
|
Binary file
|