grpc 1.82.0.pre2 → 1.82.0

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: 59540275499a3a3d0bcfcd003334702a20a50c003f4d6c30a08ca91ec4450b31
4
- data.tar.gz: d43330bc78a0d1c5ccbcf1915615f927e217700c40cfdc785c03fbb408584acf
3
+ metadata.gz: 75c33c05864e4bd61f4ca87c944e5fc19ca3ec5d5ab1317b62877b6faa96f52b
4
+ data.tar.gz: 50bfab3c0cb3dbd296a31e8f1753d54095675dcdec27418d383bc4cedc84b95d
5
5
  SHA512:
6
- metadata.gz: bde13f653c1b7e53361e553120fc7c2f0e97a0b401c7caf9902018a8a8221d58720a83ee5ee6d71a580587502b1b89591a069fef156581b93799daa7fe780f30
7
- data.tar.gz: 127f3ebdf97fcd03967b717112356d9ec20a62f56cfd0f4c92b21d5aabdd40da25c7166f4cb350fe27bd16896882db89cb017c63ea8ad0908d560970f0e62307
6
+ metadata.gz: 1ed2c6a8139f5907984e737ab49330f63b45c89257d98b4951b88a2d6c28e706d45134717977da61ff2072c46a6ef6f2290ab1095d12c9f2b4aa1261f93ade71
7
+ data.tar.gz: 63068f3a12106093513dbb584e6ee03d94356a1bdfab4f46752ffebc717159cd22546fc856558b4952601423979f173080a6a03a691ed19741ad36123f2931c1
data/Makefile CHANGED
@@ -368,7 +368,7 @@ Q = @
368
368
  endif
369
369
 
370
370
  CORE_VERSION = 55.0.0
371
- CPP_VERSION = 1.82.0-pre2
371
+ CPP_VERSION = 1.82.0
372
372
 
373
373
  CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
374
374
  CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)
@@ -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: ruby
6
6
  authors:
7
7
  - gRPC Authors