google-protobuf 3.25.2-x64-mingw32 → 3.25.4-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.

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: 8613799c3dc067e2ae3931d2e4036a06d24dd73da5d8066ef5b0e4e879e756e6
4
- data.tar.gz: e5a4ba204051a532288ff7b66ad32f01be0d54d04e87d62a61b70bfb40d5a4c7
3
+ metadata.gz: 92a6c785fdd12d0fbc863918df95ca3cd224a3c9086a56dec5a5242377f4e8eb
4
+ data.tar.gz: 72e18dcfee69b0eec7719de0608e7fb9fc80feaede2544f605b5abe7e2c59329
5
5
  SHA512:
6
- metadata.gz: 7afb11394bcb88e1bf7e09690f80581328b84f5192f6ddc8365483527ad9d51d12261828bd9e889fe0682437b12eace6c9bd81c10ff7bf30753b5b630357a450
7
- data.tar.gz: 973f743099a7121da141fb479d66d36cc194c407193aa3dd78ca6faebaef6a0a988d993dacd8a8c6cec58cca5fa4ef941185095c5e0177c62229086026abbeef
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.2
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-01-08 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.2/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