google-protobuf 4.27.2-x86-linux → 4.27.3-x86-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: a9ac44d5d1b8530a5b31e58ddf01665876c62e42fd0fd17a321617cfb06e0079
4
- data.tar.gz: cfe22d745ee92ba0775aefe2effa97ff1afab2ad1b7b0d81191ff167fbca9ce2
3
+ metadata.gz: 17a463b9666efbdd8cca933b2bd5cd0d3fee0dc2d1b7aabb4441da963c28ca17
4
+ data.tar.gz: 83edd318558e4d8c7c5458c3c9732eabe0bf32ecbe38da3ff8e181cc981162ad
5
5
  SHA512:
6
- metadata.gz: 9b6808bb056d44ae0e3c3d8f8adafa3035a08d398d0fca5b851749879978a942ad3cd9827e6a880b3d6ce88e91afec68406b24ef2d6c246b5506d98f8cf151fc
7
- data.tar.gz: f37955cf9371324e7a97687a78e0282cc1bada528b36c395afa43e44af1584400a73eef8ef340f3763aeef1d17cd5ceb98301f68ff783139ea1d653f8b75cdb4
6
+ metadata.gz: 91d9eaa8fccfd07d0994a6669cc047ba9973500fa9ad76030d9a0ea150a7f75dee71e746e50cc358d412655462f351817a3ba13fa60e2099ca16bb0e47ae9a37
7
+ data.tar.gz: a9bf29742fcb0a118101f1a1a6d57873a84b851e2725c3b3c785c91da166baefda9d89184d81ecb6132c0b8bca590791fb324d6b7f94cb810339842ad93db065
@@ -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.3
5
5
  platform: x86-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-07-31 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.3/ruby
194
194
  post_install_message:
195
195
  rdoc_options: []
196
196
  require_paths: