google-protobuf 3.12.4 → 3.14.0

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 +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c201d7b4fe89c4e85859d2aef6616508852bfc363a43cde46520f84b8cad3a7
4
- data.tar.gz: 55b4516ca2a566e05228da0a07239a705c8db5b14f493304c526444573d94cad
3
+ metadata.gz: 4efa381bee3e947252b6df3d7e26ab4163892b419131e6995d599b91da9eb069
4
+ data.tar.gz: 45267244b3e9c99d5cb27aac3727f8739c6e7ad1e0097a6f0c9204aaebddb609
5
5
  SHA512:
6
- metadata.gz: eadaadbfb293738cefe640e004c11567098692b01b5c77773bf0285acbffa11c9462a8bb785bb6b39726a8301ac29fa915f6cc40e07b9459d297b3b0912a978b
7
- data.tar.gz: 20be792e472cba2119a233b532610735befd628a04196da18026450d809f5c0a3a94a05b1a572b51b0d642dbb37fe58a29b66193eeb9d36d53901115c3d3f4c2
6
+ metadata.gz: ff369fc09844a202a30aaf129bcd141d5e3c576c7870f8fc202c3bf4792cd427b4515ebacd9557c2056a613832bcd425156f18d17fe40887df1b09c39146e5ec
7
+ data.tar.gz: 6743af82db871d76712e06fb8b6571b61ce4e4c520191243eed922f382b9a50d7938dfbd074a0faa9369a8ed8362b89c8fe3d80e1595166f63e01fe297ae7e24
@@ -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.4
4
+ version: 3.14.0
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-07-28 00:00:00.000000000 Z
11
+ date: 2020-11-13 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.4/ruby
121
+ source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.14.0/ruby
122
122
  post_install_message:
123
123
  rdoc_options: []
124
124
  require_paths: