google-protobuf 3.25.3-x86_64-darwin → 3.25.4-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.

Potentially problematic release.


This version of google-protobuf might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '08f1629fa4d4a46b42bf5d2620197d875c4a8bcfc76d081850ab23f1ace07f1d'
4
- data.tar.gz: 5bfdc89f7e91acf61cbd6c61cd1ba57b15164441922b384633a828d86a776ad9
3
+ metadata.gz: dcb07c6bd51476bc40230e1ade30bd97ff438b5d49b2dde65a489a8c56fad65a
4
+ data.tar.gz: 947e36fbce7e305a1d7ae72bde434e8043f99111498a11e14491e3f121e1a49a
5
5
  SHA512:
6
- metadata.gz: 97d51995b31d3198bbfbab9771eefac48bcef84ed26a35f2c13dbcdb9feb129398b0b51c437f04e7a5db42fac6355775013afb8f6f752c779fc134681975de94
7
- data.tar.gz: 0c032e97c0b4883d4407df0d50b3ecb6099f14937deff837c875dc0caa3557d604488e154c35d895e86789caa9eee546d0673f06db52add3577033007bba551f
6
+ metadata.gz: 59b323f7e05c9696cf15f3556d3cf35df644bbf0fa31893fd6fb4310361590312fea71ab25bc72330e08fe73c5164be47ccc3ec28d878860ca0385b734cd96e6
7
+ data.tar.gz: '02913254a97dd93634e228cdbb53f2c56630e03debc50d6a8ce0411c2087212cddfbecdc6a60f0647fd80f932836385036b8bda6ad20ee829042fe80b41fc008'
@@ -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.3
4
+ version: 3.25.4
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Protobuf Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-15 00:00:00.000000000 Z
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,7 +133,6 @@ 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.bundle
137
136
  - lib/google/3.0/protobuf_c.bundle
138
137
  - lib/google/3.1/protobuf_c.bundle
139
138
  - lib/google/3.2/protobuf_c.bundle
@@ -178,7 +177,7 @@ homepage: https://developers.google.com/protocol-buffers
178
177
  licenses:
179
178
  - BSD-3-Clause
180
179
  metadata:
181
- source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.25.3/ruby
180
+ source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.25.4/ruby
182
181
  post_install_message:
183
182
  rdoc_options: []
184
183
  require_paths:
@@ -187,7 +186,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
187
186
  requirements:
188
187
  - - ">="
189
188
  - !ruby/object:Gem::Version
190
- version: '2.7'
189
+ version: '3.0'
191
190
  - - "<"
192
191
  - !ruby/object:Gem::Version
193
192
  version: 3.4.dev
Binary file