grpc 1.81.0.pre1 → 1.81.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: 579ffc8aed8898813f22a37defa49bbf98f8d3b4bfc50c0fb303d17adbb500da
4
- data.tar.gz: 48c28ad8cbbe7f784ee5e08da6c7664d6def21d189a3a9d1fadbbd2dd59cd747
3
+ metadata.gz: a47814a22ffe57ebcc187d2e2346be34783977c8006ac1efd1f93ee9a352de47
4
+ data.tar.gz: c973f22f9fd1d4b0fefa3281df6ad757f1d79e5f6d6029aead67c4e8ecc74638
5
5
  SHA512:
6
- metadata.gz: 1e64c986c7cf6bc0b0b4c56839184adefa4a60c46f91049ab90962a9954878e6d7baa9277872fdfffae7b645359293d3f3bd00ed157c7be8462cfff9fd4b1f7f
7
- data.tar.gz: ac4c57b047b0c9c5791815eeeed3e61b86e609ce28834599749f006ee09e089b4fbe3768e8b2405150e5e144a38bb379684a06b12ba495c830249f661f7f2f0b
6
+ metadata.gz: 9238909d32166d31bd42edb85ac7a033e551db7f2bbb1257c8b03801be194507361c6bd57320f2798fbf9b85cce2fa9d444dd84aee296802471252a25401fc39
7
+ data.tar.gz: 202924299f2c872fc580fca1b405e691649871c9e8c7d8302e48ce9040efffdffa2d4e9010a13db99026da931ffd164647182aa029039e979c705136520b68ca
data/Makefile CHANGED
@@ -368,7 +368,7 @@ Q = @
368
368
  endif
369
369
 
370
370
  CORE_VERSION = 54.0.0
371
- CPP_VERSION = 1.81.0-pre1
371
+ CPP_VERSION = 1.81.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.81.0.pre1'
17
+ VERSION = '1.81.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.81.0.pre1
4
+ version: 1.81.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - gRPC Authors
@@ -3960,7 +3960,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
3960
3960
  - !ruby/object:Gem::Version
3961
3961
  version: '0'
3962
3962
  requirements: []
3963
- rubygems_version: 4.0.11
3963
+ rubygems_version: 4.0.12
3964
3964
  specification_version: 4
3965
3965
  summary: GRPC system in Ruby
3966
3966
  test_files: