google-protobuf 3.19.1-x64-mingw32 → 3.19.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/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
- metadata +6 -14
- data/lib/google/2.3/protobuf_c.so +0 -0
- data/lib/google/2.4/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: ae8a311d58ede98ad30d4efe06d99f31f3fa39deb5cd41bb1620316a69131a11
|
4
|
+
data.tar.gz: 787274f3a558db4ea6ae4243fe44fd00fc040a10c9f7da3cfec4894b7f0483b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3f5531e4a39613346c1809c750f66ae154fc61b6f4275aebed93909b35d85a6b85149ef098d067355d0eb81a6ac774e552ee239c5707c6b100462f545216f69
|
7
|
+
data.tar.gz: f8158a7e2bc5500e5a5283d75193fd69cf94da5804dd5e5c6f0e1f37a418b155a542c571afabb6c623b2fbc61b57f0c1bf420ad7ffd4959f9245949099fb2806
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,35 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-protobuf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.19.
|
4
|
+
version: 3.19.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:
|
11
|
+
date: 2022-01-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake-compiler-dock
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: 1.1.0
|
20
|
-
- - "<"
|
21
|
-
- !ruby/object:Gem::Version
|
22
|
-
version: '2.0'
|
23
20
|
type: :development
|
24
21
|
prerelease: false
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
26
23
|
requirements:
|
27
|
-
- -
|
24
|
+
- - '='
|
28
25
|
- !ruby/object:Gem::Version
|
29
26
|
version: 1.1.0
|
30
|
-
- - "<"
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: '2.0'
|
33
27
|
- !ruby/object:Gem::Dependency
|
34
28
|
name: rake-compiler
|
35
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -86,8 +80,6 @@ files:
|
|
86
80
|
- ext/google/protobuf_c/ruby-upb.c
|
87
81
|
- ext/google/protobuf_c/ruby-upb.h
|
88
82
|
- ext/google/protobuf_c/wrap_memcpy.c
|
89
|
-
- lib/google/2.3/protobuf_c.so
|
90
|
-
- lib/google/2.4/protobuf_c.so
|
91
83
|
- lib/google/2.5/protobuf_c.so
|
92
84
|
- lib/google/2.6/protobuf_c.so
|
93
85
|
- lib/google/2.7/protobuf_c.so
|
@@ -115,7 +107,7 @@ homepage: https://developers.google.com/protocol-buffers
|
|
115
107
|
licenses:
|
116
108
|
- BSD-3-Clause
|
117
109
|
metadata:
|
118
|
-
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.19.
|
110
|
+
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.19.2/ruby
|
119
111
|
post_install_message:
|
120
112
|
rdoc_options: []
|
121
113
|
require_paths:
|
@@ -124,7 +116,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
124
116
|
requirements:
|
125
117
|
- - ">="
|
126
118
|
- !ruby/object:Gem::Version
|
127
|
-
version: '2.
|
119
|
+
version: '2.5'
|
128
120
|
- - "<"
|
129
121
|
- !ruby/object:Gem::Version
|
130
122
|
version: 3.1.dev
|
Binary file
|
Binary file
|