google-protobuf 4.27.2-x64-mingw32 → 4.27.3-x64-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

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: f4a11a2d8abc3e4e46bf6ee89d8e8f043cfecd834c9e3d82208db1cf4b258602
4
- data.tar.gz: d8be07e0328df88354d8c6c39a6081ef2ac5a2f6dbf03d5db9fd553b36f6a56c
3
+ metadata.gz: c7b59bac908bd5a5573c9e473707eeb15efdb464fd644e3c4e1103fa5ebb1562
4
+ data.tar.gz: c5fc030998871ba5b8072139c7a4f5b6dc35c9a3f7f7c3efdcd233ec7bf0987e
5
5
  SHA512:
6
- metadata.gz: d9dd30d2ee028a4a5f6b2183cf3acf6c61be35e9dcf4024f114a60e7556e0672c94ebc337e71273e194c65f673fbc8af3b99f76d18c5f7e4bce150cf246f4042
7
- data.tar.gz: 8b971c166591a25aa141792884be0fcb31d32c962bbdff33f3f67de6814216163ca3b774643145b57a0d6cb8ccb4c91c62a4d1245603c4d3bcc24557c53152bf
6
+ metadata.gz: 3ae49962ac3c9448440ce4f29834bf4259786a4dae2f7a987071208ec1f8dd2c95953bb0e597c4746a7d406176f778e98eba1a6a7dc287f40024e7391ba4f675
7
+ data.tar.gz: fb39f4318d3d71d5c1491ea53844de60916d337d58e6d1c4b6d62551b4853ad992822f01eb02fa9bb2da57762fb826d08502d3f2dc5396039fb6bcb5fbfc8482
@@ -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
  }
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: 4.27.2
4
+ version: 4.27.3
5
5
  platform: x64-mingw32
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
@@ -187,7 +187,7 @@ homepage: https://developers.google.com/protocol-buffers
187
187
  licenses:
188
188
  - BSD-3-Clause
189
189
  metadata:
190
- source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.27.2/ruby
190
+ source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.27.3/ruby
191
191
  post_install_message:
192
192
  rdoc_options: []
193
193
  require_paths: