grpc 1.82.0.pre2-x86_64-linux-musl → 1.82.0-x86_64-linux-musl

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: 5f6df119587dc9c48107bd6f7b4c2757addf66a4b4048bd147da0fcdb56747b1
4
- data.tar.gz: 5f4e41ff7ab234c5dd2c1a93e192aff65bb8bfccd2b04d54c2a8f808e0a07e28
3
+ metadata.gz: ad40bb149da9dc8176965edf380824eebbc8b33e5834ab1fd68819535a3a8d98
4
+ data.tar.gz: 2ac9633a6163fb27fb70631649efeb38b6b75a240d9ab3475afe5044b30f2e51
5
5
  SHA512:
6
- metadata.gz: 28cf740189b8af4e8373769a04aec7eb39bad6da10186089519a10743ae8a1d44e22a3f7905c4f0e8d0da38b4a7cf531245c541de5d3dd24db013dc374560375
7
- data.tar.gz: 132edf260ae83326bc4e9f4af41b34d32b8c7313b09da67a882106b23a8224bfdea80c14ea3da89ae910d207f26b436faa903ca4e85c73b5227c807441796500
6
+ metadata.gz: 7ff654be2cb7ecbe2556c93fe0262f91c06022869bc3f23c60b269ca0e3eb7ca1262d09aea082f9fae38ece3f9f0da07b9624bccc10a59b40ff46083c9dc6ee3
7
+ data.tar.gz: 7f3816a21af9dde385da819734fb0ad2b04a1cafc9a3b9cadac31d247059f77c3517462f65793db52dad14068e2b5e475ee9f66b1d0425e2c8c274168f4590ec
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.82.0.pre2'
17
+ VERSION = '1.82.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.82.0.pre2
4
+ version: 1.82.0
5
5
  platform: x86_64-linux-musl
6
6
  authors:
7
7
  - gRPC Authors