google-protobuf 3.15.5-universal-darwin → 3.15.6-universal-darwin

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.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 152a419245524837e516b8041a033d25694b04aba29c011b50e789413bb077d1
4
- data.tar.gz: b9dc4f70c168a6b094c7b2a968d720e5078d1a179579ea08a968ad03a1582bac
3
+ metadata.gz: ee885a1fbd5c4c8e311d5a82044df0c6a881b4966f79b5d1e2304e9916c7be95
4
+ data.tar.gz: c8d288a8da9dd1670989a541da4078cc4afc9a3e5ef671b206d30cdbb851fa6b
5
5
  SHA512:
6
- metadata.gz: d968106a49787d65a66dbe30f23b20fb356798d7b677330cde25d1739cb2431a4897a61419bf45d5eb3651f9798e10a1faaea2fa9e66e4d1c584974002a50a1b
7
- data.tar.gz: 4db1dd5a86642ef34f712151fb8009a54329c2d380abf0e98e72f4db314425711a9837d12f19dfd4bec2351fb8d2b8268431f7cebeacc40993134a3c256b6014
6
+ metadata.gz: 852e5a15f16615819176e4650440f7b959ed7e370366267b8af4589549c9eeecf47ecbdea94591ca18ec5d690efb076dc8d4c346571a90d68097f8630336b573
7
+ data.tar.gz: 71b21cd635287ccf424aa34ea32907eee2ba721ef5d9a52b3cc7ab9b19f0d302b3bec7240a65b14f65806ee393bdca5d4c24d4e5c7da057250732bd7c9c29214
@@ -315,7 +315,7 @@ bool Msgval_IsEqual(upb_msgval val1, upb_msgval val2, TypeInfo type_info) {
315
315
  return memcmp(&val1, &val2, 8) == 0;
316
316
  case UPB_TYPE_STRING:
317
317
  case UPB_TYPE_BYTES:
318
- return val1.str_val.size != val2.str_val.size ||
318
+ return val1.str_val.size == val2.str_val.size &&
319
319
  memcmp(val1.str_val.data, val2.str_val.data,
320
320
  val1.str_val.size) == 0;
321
321
  case UPB_TYPE_MESSAGE:
Binary file
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.15.5
4
+ version: 3.15.6
5
5
  platform: universal-darwin
6
6
  authors:
7
7
  - Protobuf Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-04 00:00:00.000000000 Z
11
+ date: 2021-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake-compiler-dock
@@ -128,7 +128,7 @@ homepage: https://developers.google.com/protocol-buffers
128
128
  licenses:
129
129
  - BSD-3-Clause
130
130
  metadata:
131
- source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.15.5/ruby
131
+ source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.15.6/ruby
132
132
  post_install_message:
133
133
  rdoc_options: []
134
134
  require_paths:
@@ -147,7 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
147
147
  - !ruby/object:Gem::Version
148
148
  version: '0'
149
149
  requirements: []
150
- rubygems_version: 3.2.13
150
+ rubygems_version: 3.2.14
151
151
  signing_key:
152
152
  specification_version: 4
153
153
  summary: Protocol Buffers