google-protobuf 4.27.2-aarch64-linux → 4.27.4-aarch64-linux

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/defs.c +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 78d61030c09c88ff842151c86dd3736c8ab1dc7a15e88c29bb963fe378a38d61
4
- data.tar.gz: 83c47f413484bcea2e0ff6abf9a068b743f891ef3e603bc7d0a82bc3f167ca55
3
+ metadata.gz: c6058f5d98621e9079c6ddc8cd48d7b1aa1874c1307113a5ab6ab2eb05e29c92
4
+ data.tar.gz: 13e1b19862ca265b9d9f4ccbabaa3b44d49100ea2358779f30cdfc154aa0aed7
5
5
  SHA512:
6
- metadata.gz: 89b0c0f2f3da8ccd9e861e162343311e644f8bfc4f4c118f7973e798ce666b769eb4e4d196be589d1e559fb236c8bb5be1f8448af3bf0ee438cc09f769e34c61
7
- data.tar.gz: 41b1c3191a696109ec54ff57697d6b60170b1a2a6c4be8f6a025d647b27c97681bf89177c251bc38125c58740543d4bd137f1f9c3bdcd51db33a5702a32df2ab
6
+ metadata.gz: 711a3ff2e41fae8540bb3565cc8af2f3e6683a6db26b3b885b7be3a1be08a3f13baa3419ae30f82e7a1959064662db81e7a0b8dec9a53e689fd51fafe74d01ed
7
+ data.tar.gz: c4247493ea3ea30b237d153c1a4ba3dd60e73c06e5528b2ca6c12a2b0d2edeff1835215de8665d8f787d4c81ddfbd80edb018ee2d4220bb349d8bcdc76543ac8
@@ -1510,7 +1510,7 @@ static VALUE MethodDescriptor_initialize(VALUE _self, VALUE cookie,
1510
1510
  }
1511
1511
 
1512
1512
  RB_OBJ_WRITE(_self, &self->descriptor_pool, descriptor_pool);
1513
- self->methoddef = (const upb_ServiceDef*)NUM2ULL(ptr);
1513
+ self->methoddef = (const upb_MethodDef*)NUM2ULL(ptr);
1514
1514
 
1515
1515
  return Qnil;
1516
1516
  }
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: 4.27.2
4
+ version: 4.27.4
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Protobuf Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-25 00:00:00.000000000 Z
11
+ date: 2024-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake-compiler-dock
@@ -190,7 +190,7 @@ homepage: https://developers.google.com/protocol-buffers
190
190
  licenses:
191
191
  - BSD-3-Clause
192
192
  metadata:
193
- source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.27.2/ruby
193
+ source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.27.4/ruby
194
194
  post_install_message:
195
195
  rdoc_options: []
196
196
  require_paths: