google-protobuf 4.29.2-x86-mingw32 → 4.29.3-x86-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/3.0/protobuf_c.so +0 -0
- data/lib/google/3.1/protobuf_c.so +0 -0
- data/lib/google/3.2/protobuf_c.so +0 -0
- data/lib/google/3.3/protobuf_c.so +0 -0
- data/lib/google/3.4/protobuf_c.so +0 -0
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47037ca18d83042051460d58cf326730f3a11a76146a7a7e32990cd8a90707a2
|
4
|
+
data.tar.gz: 870a36564865f53f0a924af9ffbb3efe19e4f6ea0f8bb2e20ed811f0678739b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a9009e0c805f17876b68557ab863e395b63625eaf6f2aca148dd853e9f0c999c8bb5242c171cc12fce8ba6252d9e6cf868d48a67352de316364f24bffa38c30
|
7
|
+
data.tar.gz: b268d23122a10d407a5d3d49920e28484bbe5dca7a5787f89d6f7ada8dde96836ac2830ee9f4191ffe7537138a2f2efd8ffe658662b1b8beef588a18e340fc44
|
Binary file
|
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: 4.29.
|
4
|
+
version: 4.29.3
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- Protobuf Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake-compiler-dock
|
@@ -149,6 +149,7 @@ files:
|
|
149
149
|
- lib/google/3.1/protobuf_c.so
|
150
150
|
- lib/google/3.2/protobuf_c.so
|
151
151
|
- lib/google/3.3/protobuf_c.so
|
152
|
+
- lib/google/3.4/protobuf_c.so
|
152
153
|
- lib/google/protobuf.rb
|
153
154
|
- lib/google/protobuf/any_pb.rb
|
154
155
|
- lib/google/protobuf/api_pb.rb
|
@@ -190,7 +191,7 @@ homepage: https://developers.google.com/protocol-buffers
|
|
190
191
|
licenses:
|
191
192
|
- BSD-3-Clause
|
192
193
|
metadata:
|
193
|
-
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.29.
|
194
|
+
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.29.3/ruby
|
194
195
|
post_install_message:
|
195
196
|
rdoc_options: []
|
196
197
|
require_paths:
|
@@ -202,14 +203,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
202
203
|
version: '3.0'
|
203
204
|
- - "<"
|
204
205
|
- !ruby/object:Gem::Version
|
205
|
-
version: 3.
|
206
|
+
version: 3.5.dev
|
206
207
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
207
208
|
requirements:
|
208
209
|
- - ">="
|
209
210
|
- !ruby/object:Gem::Version
|
210
211
|
version: '0'
|
211
212
|
requirements: []
|
212
|
-
rubygems_version: 3.3.
|
213
|
+
rubygems_version: 3.3.27
|
213
214
|
signing_key:
|
214
215
|
specification_version: 4
|
215
216
|
summary: Protocol Buffers
|