google-protobuf 3.25.4-arm64-darwin → 3.25.5-arm64-darwin
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e2345ff453f245b8053b6d360a1383c3dc3d04b141b7f7c3c98b9fbc145c5796
|
4
|
+
data.tar.gz: b7445025d9cbc2c0778e210707891b682b986a56a3010acb084c74ce9e8d35a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7244da22c0d43d4ebd1a8629bd40098b14856a8ace2664a66416a254760fa23f9f9bfc3dce7144b2f924a2e698bbb7322398f6c4315f5b0aa9912fa4e54baa49
|
7
|
+
data.tar.gz: 6937814da42298cc2deb712d1b2ead470f32d47b06536993d842cb1c9136aa49cfc47130863b9b0ada85a06fb17bdef1e84e6b1d22aa0154cebb088782454d5b
|
Binary file
|
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.5
|
5
5
|
platform: arm64-darwin
|
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.bundle
|
136
137
|
- lib/google/3.0/protobuf_c.bundle
|
137
138
|
- lib/google/3.1/protobuf_c.bundle
|
138
139
|
- lib/google/3.2/protobuf_c.bundle
|
@@ -177,7 +178,7 @@ homepage: https://developers.google.com/protocol-buffers
|
|
177
178
|
licenses:
|
178
179
|
- BSD-3-Clause
|
179
180
|
metadata:
|
180
|
-
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.25.
|
181
|
+
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.25.5/ruby
|
181
182
|
post_install_message:
|
182
183
|
rdoc_options: []
|
183
184
|
require_paths:
|
@@ -186,7 +187,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
186
187
|
requirements:
|
187
188
|
- - ">="
|
188
189
|
- !ruby/object:Gem::Version
|
189
|
-
version: '
|
190
|
+
version: '2.7'
|
190
191
|
- - "<"
|
191
192
|
- !ruby/object:Gem::Version
|
192
193
|
version: 3.4.dev
|