google-protobuf 3.25.2-x64-mingw-ucrt → 3.25.4-x64-mingw-ucrt
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.1/protobuf_c.so +0 -0
- data/lib/google/3.2/protobuf_c.so +0 -0
- data/lib/google/3.3/protobuf_c.so +0 -0
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 706bf5db8349dc2d482774442060a007ebf7cc7caaa2a798833795062d1ac890
|
4
|
+
data.tar.gz: fe44eee3c04a42eb08555b5eddc07c98c31adedb2a9f086eb4ae200543290bb2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 54f03bc1105fc47ef95738ea0674352b99bd011e7ede4d70bbdf83278f85de9c07b547ea7cfdc8f0dc946c04fb1a6f79d0ba1d398c5330c9db8ee0be663506f3
|
7
|
+
data.tar.gz: 0d7d491f51a7eff480242ad960407e9e2ea273e9709383596c576afd4d68fff5ae9eef5ab4a0cf6074f4eb106a14edf865cd976660ed99e10495db7dabdedb0f
|
@@ -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
|
Binary file
|
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: x64-mingw-ucrt
|
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
|
@@ -135,6 +135,7 @@ files:
|
|
135
135
|
- ext/google/protobuf_c/wrap_memcpy.c
|
136
136
|
- lib/google/3.1/protobuf_c.so
|
137
137
|
- lib/google/3.2/protobuf_c.so
|
138
|
+
- lib/google/3.3/protobuf_c.so
|
138
139
|
- lib/google/protobuf.rb
|
139
140
|
- lib/google/protobuf/any_pb.rb
|
140
141
|
- lib/google/protobuf/api_pb.rb
|
@@ -175,7 +176,7 @@ homepage: https://developers.google.com/protocol-buffers
|
|
175
176
|
licenses:
|
176
177
|
- BSD-3-Clause
|
177
178
|
metadata:
|
178
|
-
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.25.
|
179
|
+
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.25.4/ruby
|
179
180
|
post_install_message:
|
180
181
|
rdoc_options: []
|
181
182
|
require_paths:
|
@@ -187,7 +188,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
187
188
|
version: '3.1'
|
188
189
|
- - "<"
|
189
190
|
- !ruby/object:Gem::Version
|
190
|
-
version: 3.
|
191
|
+
version: 3.4.dev
|
191
192
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
192
193
|
requirements:
|
193
194
|
- - ">="
|