grpc 1.80.0.pre1-x64-mingw-ucrt → 1.80.0-x64-mingw-ucrt

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: cba6211c8cbea720c3174c915c9e1ad849c7f8e178d1f446102f13c688acdf69
4
- data.tar.gz: 530637e7fa3e0abee0f35eaf9b94a84c58a44ad09b9d13db21aacc910760a997
3
+ metadata.gz: a2dee2a8f14d56fb225af2bf7ecc78ca3bfa8d702c8d49f6c177f878268323e8
4
+ data.tar.gz: 858762a9868fb985a5555b365140745b248bf1d0edcf62a7e0bcc05c72ed2f28
5
5
  SHA512:
6
- metadata.gz: cc9d9ac7506866826e624a016a22810e762dbf69048de9a9e5881fa67bb17e5f943ab656ecea0e8600d3219dd56ab28c3499ac26ac8ad5767a90221c02b83197
7
- data.tar.gz: 277eb0dbf601d04c44f9fb5c4c93d86b6f9c20fb0497cd4d0ceaaa08e8f33d97d1864f4103e015ffe945a43d05418eebdc2b351e196ee8e5a263b9b9b6174911
6
+ metadata.gz: 8924e17ca61f87f336eab0cbdb534d85c00e5c4dd38179ae251aac248defb56714c997038ffc91b5c57a57eded8fbe30d8fea2016bf513fb45e3a6527ab513b5
7
+ data.tar.gz: a2e6b82a8b150b07c9ba59ea9b0ef7dff2f7deb8f196009dab68fc851705e2e3f0ef1ec24ebf53cbcbacb70b6ccec372a0bf243e40ae0f7f2c094609915e3b55
data/grpc_c.64-ucrt.ruby CHANGED
Binary file
Binary file
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.80.0.pre1'
17
+ VERSION = '1.80.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.80.0.pre1
4
+ version: 1.80.0
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - gRPC Authors