google-protobuf 4.29.2-x64-mingw-ucrt → 4.29.3-x64-mingw-ucrt
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.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: cd475fa1cedc1cd797f94dfe7a81040eb38322b568912457c1a29c9844a16c44
|
4
|
+
data.tar.gz: b062780c88983dfe7c2b6972b8ad89842433e5123028bcb5966050a8e7f5a086
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 866ac1359c8ef5b1acb6b50934703508cd1b301adb7978206a335ef532d5993aa0af1d5794b38ad47aa04cc9c4080026a84fdfa67d060abf6fdf2cc8c6c24b3c
|
7
|
+
data.tar.gz: 1713214ca353289bbd518efb0cc52c5b688b826aaadf788c4874dd55b063d19595044c493e536a2a00f3e4c033123ec404e443bd827cfcbff3606897b0e71ce4
|
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: x64-mingw-ucrt
|
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
|
@@ -148,6 +148,7 @@ files:
|
|
148
148
|
- lib/google/3.1/protobuf_c.so
|
149
149
|
- lib/google/3.2/protobuf_c.so
|
150
150
|
- lib/google/3.3/protobuf_c.so
|
151
|
+
- lib/google/3.4/protobuf_c.so
|
151
152
|
- lib/google/protobuf.rb
|
152
153
|
- lib/google/protobuf/any_pb.rb
|
153
154
|
- lib/google/protobuf/api_pb.rb
|
@@ -189,7 +190,7 @@ homepage: https://developers.google.com/protocol-buffers
|
|
189
190
|
licenses:
|
190
191
|
- BSD-3-Clause
|
191
192
|
metadata:
|
192
|
-
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.29.
|
193
|
+
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.29.3/ruby
|
193
194
|
post_install_message:
|
194
195
|
rdoc_options: []
|
195
196
|
require_paths:
|
@@ -201,14 +202,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
201
202
|
version: '3.1'
|
202
203
|
- - "<"
|
203
204
|
- !ruby/object:Gem::Version
|
204
|
-
version: 3.
|
205
|
+
version: 3.5.dev
|
205
206
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
206
207
|
requirements:
|
207
208
|
- - ">="
|
208
209
|
- !ruby/object:Gem::Version
|
209
210
|
version: '0'
|
210
211
|
requirements: []
|
211
|
-
rubygems_version: 3.3.
|
212
|
+
rubygems_version: 3.3.27
|
212
213
|
signing_key:
|
213
214
|
specification_version: 4
|
214
215
|
summary: Protocol Buffers
|