grpc 1.84.0.pre1-x86_64-linux-gnu → 1.84.0-x86_64-linux-gnu

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a1e1b5d8e74f8b9675b91ed9672854f23e9e2bb4b43826f03e73e9214bc92f36
4
- data.tar.gz: 163c727170861482d980500e744425b95feeb2f58e4ed2d12f8c3f18d802c607
3
+ metadata.gz: 4bb650d55002c452bab9bc7e4e0bc3eff4de1c4b998c991f6c8ac291e5adc812
4
+ data.tar.gz: f0189851efe6f18d0d3a11f3bfa8e4c4429a51ff114e9333c13d8b2b5edb057e
5
5
  SHA512:
6
- metadata.gz: 19fee8ef4fa22670546e61e905fd05d38643b4c8a24270c0ec1a6bca63f9fac8ec7a2038bb285c3a12373177b346a9fcd213a301be7993b02b00d0de216524b7
7
- data.tar.gz: bb5c2a304f0bb19a701d157ba4b43222a2cbdd4f853bc2c4e4bff8fe880aa04233f0861a02626f1a4fa0f69b6eb27c81d0acc6402b08a36056dbd9ed607a4d1b
6
+ metadata.gz: e3d3c986e575319d4a0b7d009d51e896c23c6f53ead13c256363baafe9003b5c2599e01ac7c6e448000554c3433e70c0fc47712b9855e47b3c26068f1b3d7da2
7
+ data.tar.gz: 5cda30ad9bd8422ea6649c47fa2f41508eb01f63be540eeefabd3e301cc591d6404ccca88c485b7e09b689846b246913137f0e69e28ebe4755ee18a4131ce6ae
Binary file
Binary file
Binary file
Binary file
@@ -14,5 +14,5 @@
14
14
 
15
15
  # GRPC contains the General RPC module.
16
16
  module GRPC
17
- VERSION = '1.84.0.pre1'
17
+ VERSION = '1.84.0'
18
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.84.0.pre1
4
+ version: 1.84.0
5
5
  platform: x86_64-linux-gnu
6
6
  authors:
7
7
  - gRPC Authors