grpc 1.74.0.pre2 → 1.74.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: 3c00e8a52ba1124e8f72344685952a140bd7a1f0c545d82666c45be67f921f7a
4
- data.tar.gz: a787f8eaf20f74236afdd18f8a829fa2aec15db2a805b5725d9bc31f7564713b
3
+ metadata.gz: a37331dfeb3e6d6816dae6c9ce4fb96ac360ebbd1b26e6cd106808aacf2e6a7a
4
+ data.tar.gz: cc70d4c68c87151e4e91858a8a6b5790dae8cbfc0504c0c0914b417d7276f332
5
5
  SHA512:
6
- metadata.gz: 72d1ce915cb740f1b42ddf6504155e791e48d4e98b5901a51d829d348925226fb2d044de7ea17a5130ae2992fb4049dfd554341b9c7fcd98cc567dde4890fc11
7
- data.tar.gz: c89890f98fe34b802d6698927b5a12aebb74b08c7f51478c7359f83b13c046be0ec0667cc80d76f2ff5c2b6eeb5999ad166d42c64b315b259367a999ea7c1078
6
+ metadata.gz: ddf0bff5a722a7c266748efc8cf61d93719de2ec889164b2b736a108b2ab35bebdbcc9e2c53be124c43644c5473d49ba1366bc5e363279dcb0ef383b22d2c1fd
7
+ data.tar.gz: 485b677863777ad8c11f606c7ee080a7cd8555771bb5d19889f89b982c1ad6097d86fd7c5861db63ba1b5bde4661519be44f38a848654645527c107eac10d2e3
data/Makefile CHANGED
@@ -368,7 +368,7 @@ Q = @
368
368
  endif
369
369
 
370
370
  CORE_VERSION = 49.0.0
371
- CPP_VERSION = 1.74.0-pre2
371
+ CPP_VERSION = 1.74.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.74.0.pre2'
17
+ VERSION = '1.74.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.74.0.pre2
4
+ version: 1.74.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - gRPC Authors
@@ -3765,7 +3765,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
3765
3765
  - !ruby/object:Gem::Version
3766
3766
  version: '0'
3767
3767
  requirements: []
3768
- rubygems_version: 3.7.0
3768
+ rubygems_version: 3.7.1
3769
3769
  specification_version: 4
3770
3770
  summary: GRPC system in Ruby
3771
3771
  test_files: