grpc 1.82.0.pre2-x86_64-darwin → 1.82.0-x86_64-darwin

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: 6a1de7151800e2804c97e802128b37039744950494342d543e5cfa2d1f0964e5
4
- data.tar.gz: 5a17b03c95ced5734da9fbe0da4a2a30cf10d6f7013a025195caec52786622d6
3
+ metadata.gz: 34b192b9c07d345932b71bf9f3585e6ff581723d9723fc3aa01463eeed709edd
4
+ data.tar.gz: cb385f4dfc14e135828033a547fca02817845509301f727896dccc29e4ae0d66
5
5
  SHA512:
6
- metadata.gz: 437152f842147fdbbbb537beb28cdc4d60ec4dc7c31f0a52ec0d4e467ad7d487d1b0c9c211a24a0d116b5479b04a69a55be95bdf5772c72f97fdea67c4edd030
7
- data.tar.gz: c63ce6c798d532382731d19c44e858f70049d19ca92eb49f5d592b63a09dd3832a3e2801a089ed438bfc281f3b2a331d72f96e10605e27c27b9f2045148300eb
6
+ metadata.gz: d5a9f5722af6041b99721ed0a8c20ae50ad2c1df57375717a51beb7228183f389c2eb08504653ebc7aa94d027b003a2e9e612596d990e103edf87b969e98473f
7
+ data.tar.gz: 5351eeb5878278388e7110f9886626a74121030f91776a6995120c203b473848c0e2b03a4c913b8f9bd4a12c3ac3527563950b5578047c0a9201dfd7d4a6c647
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-darwin
6
6
  authors:
7
7
  - gRPC Authors