google-protobuf 3.25.3-x64-mingw32 → 3.25.4-x64-mingw32

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: 6bc66c8565dce20cf1edd2c7c8101c9798becb9a16cf46201f329673e1affb40
4
- data.tar.gz: b160d0b644aec426964680e2d8f26a6ba77653dd16408424c642d53e0a1cb7d9
3
+ metadata.gz: 92a6c785fdd12d0fbc863918df95ca3cd224a3c9086a56dec5a5242377f4e8eb
4
+ data.tar.gz: 72e18dcfee69b0eec7719de0608e7fb9fc80feaede2544f605b5abe7e2c59329
5
5
  SHA512:
6
- metadata.gz: 5d75320c60a6709c972f5050a979a410e829f329e88209cc0567368312cf2de7a943e6150b9eaf59989d63997da811b2137bf3bb227b609d598c3150f76df84b
7
- data.tar.gz: 651e81ff22210fbb543969b8f0568144e2a8b59d1558d651a5454fa944568c86c62511354f85a10e95777071bb5e1ebb89bc5afa458464ea415de81d2eb38c7f
6
+ metadata.gz: f434ddfcd3f4170d2fff780f3828a1b0168a1857d98e512edfff61f3ea6eda860ac09dd78182c10a12e7454a1a97f0e0e9f6b3986fd6d2ca872c57b02877fa3b
7
+ data.tar.gz: 9e48529703cd14e9c8a99f5be6ad65e3c08e08cf1654a6792158c51a7d40d4521bb3201299415bf91fc2e05ec657cc9d00425c17befa7e8e48e9f2c0d61d8d20
@@ -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.3
4
+ version: 3.25.4
5
5
  platform: x64-mingw32
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.so
137
136
  - lib/google/3.0/protobuf_c.so
138
137
  - lib/google/protobuf.rb
139
138
  - lib/google/protobuf/any_pb.rb
@@ -175,7 +174,7 @@ homepage: https://developers.google.com/protocol-buffers
175
174
  licenses:
176
175
  - BSD-3-Clause
177
176
  metadata:
178
- source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.25.3/ruby
177
+ source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.25.4/ruby
179
178
  post_install_message:
180
179
  rdoc_options: []
181
180
  require_paths:
@@ -184,7 +183,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
184
183
  requirements:
185
184
  - - ">="
186
185
  - !ruby/object:Gem::Version
187
- version: '2.7'
186
+ version: '3.0'
188
187
  - - "<"
189
188
  - !ruby/object:Gem::Version
190
189
  version: 3.1.dev
Binary file