grpc 1.83.0.pre1 → 1.83.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: d9d4fc83c3f58cf1edbbbd20d851c69c661d50e3f01a011215bfa8c852acf99e
4
- data.tar.gz: 8bac1533c21612e978093963232793392c5d8f7c9bebcf9778a4684a42d3c11a
3
+ metadata.gz: dec49afb9ca71ad31c9f8eb83beb91c4f3ea53eaca356e484f6d0cb75ca35d35
4
+ data.tar.gz: c7f6be426c935c19583ab2907449dfff90fcf4dde7b4422f2e64c8c3adc1af8d
5
5
  SHA512:
6
- metadata.gz: ec25876a53fcccba31939ecda4a9f4cb4a59d4849a2f9de3b0533d0d7426d3f5b4ebb95f9c2ec3b9108e9f2b9d9c0dedf28b6fbd5db7b66f5ce25a5a5f0eaa7a
7
- data.tar.gz: af3aca7939347829f5ab735f79451b14101c3109168f5892f0290aabb44fa0e9e5177215c31abaacc1e0b49e459ce86320ea1ab1b4d8e6280a5f7fab6829ae45
6
+ metadata.gz: 203c9fbe8815b801d14f34777ceba2ea96864a185827bc7c9c588c8c0997d4dfa8247bc566dac210f388756e90f8a2904b546b95b79f9cb10855f31d58cb46aa
7
+ data.tar.gz: 05fee4edebaeee18d24e88a1b71b0bbd0b433ec50025973ec42337204719f35259b1f07fdda4e14a687059b83f5ad37ad081a9d775e7cb4d544ffd4f716135d1
data/Makefile CHANGED
@@ -368,7 +368,7 @@ Q = @
368
368
  endif
369
369
 
370
370
  CORE_VERSION = 56.0.0
371
- CPP_VERSION = 1.83.0-pre1
371
+ CPP_VERSION = 1.83.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.83.0.pre1'
17
+ VERSION = '1.83.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.83.0.pre1
4
+ version: 1.83.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - gRPC Authors
@@ -3981,7 +3981,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
3981
3981
  - !ruby/object:Gem::Version
3982
3982
  version: '0'
3983
3983
  requirements: []
3984
- rubygems_version: 4.0.15
3984
+ rubygems_version: 4.0.17
3985
3985
  specification_version: 4
3986
3986
  summary: GRPC system in Ruby
3987
3987
  test_files: