google-protobuf 4.27.0.rc.1-x64-mingw32 → 4.27.0.rc.2-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.
Potentially problematic release.
This version of google-protobuf might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/lib/google/3.0/protobuf_c.so +0 -0
- metadata +4 -5
- data/lib/google/2.7/protobuf_c.so +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 19292e49d7bbbe1728954470f0094545b915533583b38686828feab165c89b47
|
4
|
+
data.tar.gz: 4f2b44902326477b5c370579fbe1321046af001435532eb284d5f3b9d6a74768
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f3f28920fb3b1e676dc234b77d68d146a82e8ff2b38763481176333d480e1e8132356d405de9a08c96736c1f5b4d63717ed51f5ff5923ce0d7b28ff782db28e
|
7
|
+
data.tar.gz: a66a68d272b432b70cc29d25b977cd300af038a4afd2df32c8e2c94e7c49de89a0f8c28d52c365c98914ac9ea0897f74902cdaa78bc0af42b92b44ae587ab100
|
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.27.0.rc.
|
4
|
+
version: 4.27.0.rc.2
|
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-05-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake-compiler-dock
|
@@ -145,7 +145,6 @@ files:
|
|
145
145
|
- ext/google/protobuf_c/third_party/utf8_range/utf8_range.c
|
146
146
|
- ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
|
147
147
|
- ext/google/protobuf_c/wrap_memcpy.c
|
148
|
-
- lib/google/2.7/protobuf_c.so
|
149
148
|
- lib/google/3.0/protobuf_c.so
|
150
149
|
- lib/google/protobuf.rb
|
151
150
|
- lib/google/protobuf/any_pb.rb
|
@@ -188,7 +187,7 @@ homepage: https://developers.google.com/protocol-buffers
|
|
188
187
|
licenses:
|
189
188
|
- BSD-3-Clause
|
190
189
|
metadata:
|
191
|
-
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.27.0-
|
190
|
+
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.27.0-rc2/ruby
|
192
191
|
post_install_message:
|
193
192
|
rdoc_options: []
|
194
193
|
require_paths:
|
@@ -197,7 +196,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
197
196
|
requirements:
|
198
197
|
- - ">="
|
199
198
|
- !ruby/object:Gem::Version
|
200
|
-
version: '
|
199
|
+
version: '3.0'
|
201
200
|
- - "<"
|
202
201
|
- !ruby/object:Gem::Version
|
203
202
|
version: 3.1.dev
|
Binary file
|