grpc 1.60.0.pre1-aarch64-linux → 1.60.2-aarch64-linux

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: f811b5f068a29e46b77bd7f67cd35b955937564ecb2f886ca5c16d6040a6ef44
4
- data.tar.gz: a8f6b5dc7f311ed168376b6c6ec9325b0b4b5e439b65a06c553306193f838433
3
+ metadata.gz: ba29dd4c00b2c47075d25c9ab45c6e205c5df7dd2c81faff7ce4e49e6d9745dc
4
+ data.tar.gz: 2b877a39c36a95957aafa5ac7b3420d5c27e2ab93190e450391e21b79ef81022
5
5
  SHA512:
6
- metadata.gz: 79ec25cd431c90755dd4825fc5a9cb84eb94699b31e77b13f46f60160514e6e11ecca5c76331ca2ad228c1bb0525ba57e4b265238fe52c59f398ae8c9035d1cb
7
- data.tar.gz: 71a297c49184acad39a819c9121de3f0e35aa67f707d9d85bde197dc8b6a78dbbaa98603ce46757db8c25b72e77e276e93a80d83aaa3f122b9af9dfd804d8bb3
6
+ metadata.gz: d3faff2194ff126daaeca88b3c1cfa3e8fb467c2cc9eff98619958c65dec7e85258480aa1f4da179f8aaf955f0d963f3abb76b82896109a9c1958190576175d0
7
+ data.tar.gz: fd58f5dd7b3541aa68e097ad1dc2d1bf8e6fa742f647c2c088f6a606cf7ca7a0a415c3f82d6a871b01d4150cc3436955cf11e079e6b4522d8d175aa37854aadc
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.60.0.pre1'
17
+ VERSION = '1.60.2'
18
18
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.60.0.pre1
4
+ version: 1.60.2
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - gRPC Authors
8
8
  autorequire:
9
9
  bindir: src/ruby/bin
10
10
  cert_chain: []
11
- date: 2023-11-13 00:00:00.000000000 Z
11
+ date: 2024-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf
@@ -348,11 +348,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
348
348
  version: 3.3.dev
349
349
  required_rubygems_version: !ruby/object:Gem::Requirement
350
350
  requirements:
351
- - - ">"
351
+ - - ">="
352
352
  - !ruby/object:Gem::Version
353
- version: 1.3.1
353
+ version: '0'
354
354
  requirements: []
355
- rubygems_version: 3.4.22
355
+ rubygems_version: 3.5.17
356
356
  signing_key:
357
357
  specification_version: 4
358
358
  summary: GRPC system in Ruby