google-protobuf 3.12.2 → 3.14.0.rc.2

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.

Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/ext/google/protobuf_c/upb.h +2 -2
  3. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 785b2fbf5bd226cda806902f016394de9700db1f0b665fb0b02dce397485a375
4
- data.tar.gz: 7abc247196079b55df8ba1f208b6fe5c3ca1533f034a4450053e3e6c6bce5eeb
3
+ metadata.gz: 8a39fe8f2ca8729c63fb91ca205c4e03e7641b923ef27f81a26d2c87a5fa5a16
4
+ data.tar.gz: 3d632f974349ab1a15cf3a97a7b1a7b13090644a7f6c674c8bd419f50090f9f8
5
5
  SHA512:
6
- metadata.gz: cfcc6a17cb388c72d48c0d510264192a6362514c718b7e440b6138bc1a772060fa85428b590496be477e810b68ce55286ce7167ff14bd6847f8bdaa08ad876a0
7
- data.tar.gz: d824e0f7bc5b61721af51330c94787b2e1cae2a0e17f31cc9539535aad25b531281ac0c95a85cdfa57fdafaad1f7637a6782b650d911d4316f4e7eadf3162068
6
+ metadata.gz: 284ec19211cae4c666a69ced10151e77315666cf6f19dcb1deb5d70646b0128c5c54bcd76d1a876dd78c0a0d9b72259ee231fee02b9a262643a6cae5923d4b24
7
+ data.tar.gz: 4bdc3c31076c8244698cac91dc617d650f455721101203815e35f718ae3192f39fb5763e365237997468a7f351d8cf011eb4ef94f2eba8b92229013055b6f6bf
@@ -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 homogenous (all values of the same type). In debug
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 optimze so that the JIT uses
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;
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.12.2
4
+ version: 3.14.0.rc.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Protobuf Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-27 00:00:00.000000000 Z
11
+ date: 2020-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake-compiler-dock
@@ -118,7 +118,7 @@ homepage: https://developers.google.com/protocol-buffers
118
118
  licenses:
119
119
  - BSD-3-Clause
120
120
  metadata:
121
- source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.12.2/ruby
121
+ source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.14.0-rc2/ruby
122
122
  post_install_message:
123
123
  rdoc_options: []
124
124
  require_paths:
@@ -130,11 +130,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
130
130
  version: '2.3'
131
131
  required_rubygems_version: !ruby/object:Gem::Requirement
132
132
  requirements:
133
- - - ">="
133
+ - - ">"
134
134
  - !ruby/object:Gem::Version
135
- version: '0'
135
+ version: 1.3.1
136
136
  requirements: []
137
- rubygems_version: 3.1.3
137
+ rubygems_version: 3.1.4
138
138
  signing_key:
139
139
  specification_version: 4
140
140
  summary: Protocol Buffers