grpc 1.82.0.pre2-x86-linux-musl → 1.82.0-x86-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: b6e2f228a05d9aeecd804faa81267b0aeca2cc214300a68ced9b827599816689
4
- data.tar.gz: b0dc1f5ae081c2c78a8bb654d3ff8af2c3f2f82550ff84a83f65dfa3c4101902
3
+ metadata.gz: 7d5ff00a7673eddbe8bdcc92c1af840bb3521a1e7992bc3630bc510bb1d2fefc
4
+ data.tar.gz: bd0e21406a26032570e17f137a346135a44115ec2cd038635c790e5e6a2e0a44
5
5
  SHA512:
6
- metadata.gz: be606c3a5799b21d429d959c122444cc24b583d770314f1060d3d399e5f42fe773e3353415a3bcf47e880835c2a2a791f61de46c01990387caa4d3d838bc620a
7
- data.tar.gz: a087fc17d1db1ffb7adb8748e3c4955ffbec6b4f1c4223da2dfbc4ef5244207eeed96b67a5634ba50df0473043e9c74383ce82b99202115eeb78dbd4f9daf74a
6
+ metadata.gz: 372eeee78a196328587f653efe35c1afc975b795dbc72c3afd03ea703137032049a25bd1a4a2ed1efabedc677ca030c1c6b242fb7803dcb101227d25569dd78b
7
+ data.tar.gz: e1f5f403b13225c0a05ea1484670b615c1d959fbe2fc9877de737df2c70ac42d8f5641b0f6fc90d15378b3657d709e668d2641a1c714997319dabba4d74dd565
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-linux-musl
6
6
  authors:
7
7
  - gRPC Authors