google-protobuf 3.25.4-x64-mingw32 → 3.25.5-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.
- checksums.yaml +4 -4
- data/lib/google/2.7/protobuf_c.so +0 -0
- data/lib/google/3.0/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: 780d55fe5331119d0730c56ae5d8d5722f5a3d116695bf8d0ba1c51ce31dc09f
|
4
|
+
data.tar.gz: '097e697e0797c4dc127475d35654dee4d6ebac4b70a7e417032dbe586ccb3afd'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2530f87182479e5fbb879e23f4b7f64a1619a6ef68672233e34e166bf8a255470469751220e509ae4edd88df6162872cf1446f07830e6148b0533d021065d075
|
7
|
+
data.tar.gz: 263f31bde0d27365e5c236f1a6bffe722f67b2c0d2dc50e8ec2c18ca7b3178e467169f5c5142e24c940d85a71e352e5c12ddb0658d0b2110d8c304c128af8bed
|
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.5
|
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-
|
11
|
+
date: 2024-09-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake-compiler-dock
|
@@ -133,6 +133,7 @@ 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
|
136
137
|
- lib/google/3.0/protobuf_c.so
|
137
138
|
- lib/google/protobuf.rb
|
138
139
|
- lib/google/protobuf/any_pb.rb
|
@@ -174,7 +175,7 @@ homepage: https://developers.google.com/protocol-buffers
|
|
174
175
|
licenses:
|
175
176
|
- BSD-3-Clause
|
176
177
|
metadata:
|
177
|
-
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.25.
|
178
|
+
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.25.5/ruby
|
178
179
|
post_install_message:
|
179
180
|
rdoc_options: []
|
180
181
|
require_paths:
|
@@ -183,7 +184,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
183
184
|
requirements:
|
184
185
|
- - ">="
|
185
186
|
- !ruby/object:Gem::Version
|
186
|
-
version: '
|
187
|
+
version: '2.7'
|
187
188
|
- - "<"
|
188
189
|
- !ruby/object:Gem::Version
|
189
190
|
version: 3.1.dev
|