google-protobuf 3.20.0.rc.2-x86_64-linux → 3.20.0-x86_64-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: 7f0d8b2227736506ac8821c5b787928cbce5baf57041718040785343a4479879
|
4
|
+
data.tar.gz: d78e1f796b0985641595bcab9c2d74c74d6740e2b6b50821ab2b5f3d7359e81a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53b7d4f0eb71e9b395159b7b4a1f76a437491ce9241792358f7c3019aef1361c2fe306bde197ef95d8f4077b39579a6a28d389167fc9413b60d48d954b6e6d85
|
7
|
+
data.tar.gz: 4ba378d2b1fcbe22e06c8c3c4bbd29931f19854910471f24cbc1ae325ed2690501ba98e94f08fba84bbe55ea9b7eb3d58eb77f4107ccce944bc2c1a1aebaea5b
|
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_64-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:
|