google-protobuf 3.13.0-x64-mingw32 → 3.14.0.rc.1-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/ext/google/protobuf_c/upb.h +2 -2
- 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 +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 97820b6b163791e26c3672292f750e488be4837ed6d915da93842890e83167a8
|
4
|
+
data.tar.gz: 580679b645eaa2254357df9b73018a8966b769ff5bae5063b07b5769ccb2a9b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a403e02af12f64fac78306cc67be90453ab569d894dee769afdbb3901ca03cf97d8eab2e587f1e814c4eaeeb09f7748b23767f5b9acb2dfc3c62daffe77aa6e3
|
7
|
+
data.tar.gz: ab566ef84394e3147d349e5f23bac1c874870783f733dd71bd800a3f100fea3e9f05903ea801286985e9401fc721a38352e80aec83606391d3717eb6a6cde348
|
data/ext/google/protobuf_c/upb.h
CHANGED
@@ -200,7 +200,7 @@ int msvc_vsnprintf(char* s, size_t n, const char* format, va_list arg);
|
|
200
200
|
** store pointers or integers of at least 32 bits (upb isn't really useful on
|
201
201
|
** systems where sizeof(void*) < 4).
|
202
202
|
**
|
203
|
-
** The table must be
|
203
|
+
** The table must be homogeneous (all values of the same type). In debug
|
204
204
|
** mode, we check this on insert and lookup.
|
205
205
|
*/
|
206
206
|
|
@@ -6057,7 +6057,7 @@ typedef struct {
|
|
6057
6057
|
typedef struct {
|
6058
6058
|
/* Space optimization note: we store two pointers here that the JIT
|
6059
6059
|
* doesn't need at all; the upb_handlers* inside the sink and
|
6060
|
-
* the dispatch table pointer. We can
|
6060
|
+
* the dispatch table pointer. We can optimize so that the JIT uses
|
6061
6061
|
* smaller stack frames than the interpreter. The only thing we need
|
6062
6062
|
* to guarantee is that the fallback routines can find end_ofs. */
|
6063
6063
|
upb_sink sink;
|
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.
|
4
|
+
version: 3.14.0.rc.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-
|
11
|
+
date: 2020-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake-compiler-dock
|
@@ -122,7 +122,7 @@ homepage: https://developers.google.com/protocol-buffers
|
|
122
122
|
licenses:
|
123
123
|
- BSD-3-Clause
|
124
124
|
metadata:
|
125
|
-
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.
|
125
|
+
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.14.0-rc1/ruby
|
126
126
|
post_install_message:
|
127
127
|
rdoc_options: []
|
128
128
|
require_paths:
|
@@ -137,9 +137,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
137
137
|
version: 2.8.dev
|
138
138
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
139
139
|
requirements:
|
140
|
-
- - "
|
140
|
+
- - ">"
|
141
141
|
- !ruby/object:Gem::Version
|
142
|
-
version:
|
142
|
+
version: 1.3.1
|
143
143
|
requirements: []
|
144
144
|
rubygems_version: 3.1.2
|
145
145
|
signing_key:
|