google-protobuf 3.12.0-x64-mingw32 → 3.12.1-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of google-protobuf might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/lib/google/2.3/protobuf_c.so +0 -0
- data/lib/google/2.4/protobuf_c.so +0 -0
- data/lib/google/2.5/protobuf_c.so +0 -0
- data/lib/google/2.6/protobuf_c.so +0 -0
- data/lib/google/2.7/protobuf_c.so +0 -0
- metadata +6 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a8d90d11f66ca9eb1d74122f7b0a981b3d081f6b6acdc587bcb26c3be93cefcc
|
4
|
+
data.tar.gz: 8a02cc3c4a8dc0b34630092c0d7af88bd05a4f8267b407971421cf72a9616fbc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9423e4ffb979aaca0781e74f431d78d304b30088c45c0b623fa8eb31205d15903d0b1c7f39381f65b147c0afd7c692ac33c4bf396436e146d79dfa88a3214837
|
7
|
+
data.tar.gz: 30bad9c1f50165033f1028d46a0de9a4a111a65001048a36f656f2ae30b416a6431120a2dec0c4a955abe8f0c9496a6791dcf6897bffab1189a7bf4b637fe638
|
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: 3.12.
|
4
|
+
version: 3.12.1
|
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: 2020-05-
|
11
|
+
date: 2020-05-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake-compiler-dock
|
@@ -96,6 +96,8 @@ files:
|
|
96
96
|
- ext/google/protobuf_c/upb.c
|
97
97
|
- ext/google/protobuf_c/upb.h
|
98
98
|
- ext/google/protobuf_c/wrap_memcpy.c
|
99
|
+
- lib/google/2.3/protobuf_c.so
|
100
|
+
- lib/google/2.4/protobuf_c.so
|
99
101
|
- lib/google/2.5/protobuf_c.so
|
100
102
|
- lib/google/2.6/protobuf_c.so
|
101
103
|
- lib/google/2.7/protobuf_c.so
|
@@ -120,7 +122,7 @@ homepage: https://developers.google.com/protocol-buffers
|
|
120
122
|
licenses:
|
121
123
|
- BSD-3-Clause
|
122
124
|
metadata:
|
123
|
-
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.12.
|
125
|
+
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.12.1/ruby
|
124
126
|
post_install_message:
|
125
127
|
rdoc_options: []
|
126
128
|
require_paths:
|
@@ -129,7 +131,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
129
131
|
requirements:
|
130
132
|
- - ">="
|
131
133
|
- !ruby/object:Gem::Version
|
132
|
-
version: '2.
|
134
|
+
version: '2.3'
|
133
135
|
- - "<"
|
134
136
|
- !ruby/object:Gem::Version
|
135
137
|
version: 2.8.dev
|