google-protobuf 3.20.0.rc.2-x86-linux → 3.20.0-x86-linux
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.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
- data/lib/google/3.0/protobuf_c.so +0 -0
- data/lib/google/3.1/protobuf_c.so +0 -0
- metadata +13 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 28222a37e3062187d809e092a424b222e9408a82c9135602f9dec9505bc090b6
|
4
|
+
data.tar.gz: cfcd4e79ddcb5b7fc17b4df9e881ec6342116a23d3809519212f2f152ddc8c1d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 18e592ad9a37e202d64c66e94277ca820eb261047f06d9d947c1a40a5c6b3b04b0b18c48aea481737c15274925651932f6076a2c8f70c05fd11a04d5f97ec57f
|
7
|
+
data.tar.gz: a81f81efa53f1406ee12e1786b46cd59cc70890214caff389faf8582033d31b3aa1362e1fdc01d401a0886bde3afffdcce5cb9aaf63856d9deca69f93890e7e4
|
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.20.0
|
4
|
+
version: 3.20.0
|
5
5
|
platform: x86-linux
|
6
6
|
authors:
|
7
7
|
- Protobuf Authors
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-04-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake-compiler-dock
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.1
|
19
|
+
version: 1.2.1
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.1
|
26
|
+
version: 1.2.1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rake-compiler
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -89,6 +89,7 @@ files:
|
|
89
89
|
- lib/google/2.6/protobuf_c.so
|
90
90
|
- lib/google/2.7/protobuf_c.so
|
91
91
|
- lib/google/3.0/protobuf_c.so
|
92
|
+
- lib/google/3.1/protobuf_c.so
|
92
93
|
- lib/google/protobuf.rb
|
93
94
|
- lib/google/protobuf/any_pb.rb
|
94
95
|
- lib/google/protobuf/api_pb.rb
|
@@ -112,8 +113,8 @@ homepage: https://developers.google.com/protocol-buffers
|
|
112
113
|
licenses:
|
113
114
|
- BSD-3-Clause
|
114
115
|
metadata:
|
115
|
-
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.20.0
|
116
|
-
post_install_message:
|
116
|
+
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.20.0/ruby
|
117
|
+
post_install_message:
|
117
118
|
rdoc_options: []
|
118
119
|
require_paths:
|
119
120
|
- lib
|
@@ -124,15 +125,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
124
125
|
version: '2.5'
|
125
126
|
- - "<"
|
126
127
|
- !ruby/object:Gem::Version
|
127
|
-
version: 3.
|
128
|
+
version: 3.2.dev
|
128
129
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
129
130
|
requirements:
|
130
|
-
- - "
|
131
|
+
- - ">="
|
131
132
|
- !ruby/object:Gem::Version
|
132
|
-
version:
|
133
|
+
version: '0'
|
133
134
|
requirements: []
|
134
|
-
rubygems_version: 3.
|
135
|
-
signing_key:
|
135
|
+
rubygems_version: 3.3.4
|
136
|
+
signing_key:
|
136
137
|
specification_version: 4
|
137
138
|
summary: Protocol Buffers
|
138
139
|
test_files:
|