google-protobuf 4.27.2 → 4.27.4

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: ed0702b2b37613a87f420424018e9f4ac5f04c8ecd24bbbe8eef896742165146
4
- data.tar.gz: a0fe013361c732b9dcb6430dc92444869303426b4670921a8dc08f4178528bc9
3
+ metadata.gz: 96e1c956f6bbed74383b0d373e79b0b775cc7b2b200b428979c5ea042436d433
4
+ data.tar.gz: 347ffa3516cc770fb1e474d799115181e9bc8ef6b9619945b7cf9195b8d1f7e7
5
5
  SHA512:
6
- metadata.gz: 9f908beee8408e633869c417a2397d319acc629fc5255f18da568647d76fc680711280be57055a4bbf1444fe0789dc730416e8f17142044102ac90d6dad2fe23
7
- data.tar.gz: 032c01bfe89544c82f9028468e8db1a22129dfa2dc0132d52a39b1b5b2bbe4481b610484c4df7510d0c0df117027ad5171fa67efabc94e364d8ec69034bb8139
6
+ metadata.gz: 75d279a3584f1ddea61a764dee03b8ac07ed9c1108f674e32a2cb8f0a642f42ae86a075903902f218e9934f6239b2b0e4477be598d1107f1527794f01323c2e1
7
+ data.tar.gz: 8c8614df1751d93784b854613e304f5375688104c3aa5af12128106dac7496aa70071f4cc7d23297ed61c3d37acd2f16b73d58b35a37122860e9f813176c9d7a
@@ -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: ruby
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
@@ -188,7 +188,7 @@ homepage: https://developers.google.com/protocol-buffers
188
188
  licenses:
189
189
  - BSD-3-Clause
190
190
  metadata:
191
- source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.27.2/ruby
191
+ source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.27.4/ruby
192
192
  post_install_message:
193
193
  rdoc_options: []
194
194
  require_paths: