google-protobuf 3.20.0.rc.2-x86_64-darwin → 3.20.0-x86_64-darwin
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0dd0217e8f764fddaf4a9af2bc9d9127d908848657a0974366a0534cbcf7fa14
|
4
|
+
data.tar.gz: 70108c24656d471b2a04fa29fe353f3d85800fd66d837a3b9a4771cce724ff6a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 51e4a3cace8de2ad000baaec393bca470d41c34359d66f2475b8a3acbdcbceda4892f87be5ea99aee3d9c330b834952041eb176db6b8e008337855ad358e7a13
|
7
|
+
data.tar.gz: 4c2f19428b18262689108547dd70903eb2e2e5288a9eae1650ac08655657872ca54e8087a435bdec4c8ddddf5aee532b455501bb51f92d1e64ef8c6ddd9fd60b
|
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-darwin
|
6
6
|
authors:
|
7
7
|
- Protobuf Authors
|
8
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.bundle
|
90
90
|
- lib/google/2.7/protobuf_c.bundle
|
91
91
|
- lib/google/3.0/protobuf_c.bundle
|
92
|
+
- lib/google/3.1/protobuf_c.bundle
|
92
93
|
- lib/google/protobuf.rb
|
93
94
|
- lib/google/protobuf/any_pb.rb
|
94
95
|
- lib/google/protobuf/api_pb.rb
|
@@ -112,7 +113,7 @@ 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
|
+
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.20.0/ruby
|
116
117
|
post_install_message:
|
117
118
|
rdoc_options: []
|
118
119
|
require_paths:
|
@@ -124,14 +125,14 @@ 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.3.
|
135
|
+
rubygems_version: 3.3.10
|
135
136
|
signing_key:
|
136
137
|
specification_version: 4
|
137
138
|
summary: Protocol Buffers
|