grpc 1.60.0.pre1-arm64-darwin → 1.60.2-arm64-darwin

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 51a323a8c5edba6d2b3ad0a88b81cd724fbbe135dd4eb05ef368bfe39e464ee1
4
- data.tar.gz: 377afeea701722549f39851a61566a85ebeca5f431a8e1cfa4ec9f2f24062f33
3
+ metadata.gz: 1b1be66f91e87c739129cba7e0f0a2a93384cf63eb68c19bf9807b99d2d6c6d1
4
+ data.tar.gz: 94903c7a1427fdb38687200da4d1bb9952dbb68d3b90f5c238a22605efb9fa26
5
5
  SHA512:
6
- metadata.gz: 77c0c3b71cb56b5903e75d5e2014f0f159a96f43b837b6ed319df2921d8c87b926dbc688e663a36f55d4d1868f11c3ff4a43d108165e047e45422842b838b80e
7
- data.tar.gz: f4a312bdeda40211d3635f761c1c44c04c6a357b2b385a99c779abd96e31bb3293760bb7d441ad04ae50c6dc580868e9bea55b24a10e7e147dbf6ab8198eb24f
6
+ metadata.gz: 33618afc0fc1795bda90f68548fad87a0a152635ef4cb48132dea8e9fff8d73e47ba6c0e01c55767f832bf201a9a8152bc697775d07884da4d77e9510850b73f
7
+ data.tar.gz: 9ad911fb9cc3460d6ad49778a9d0f570afff12b9ccb89341c9d4fedea3cdf60d383b71cdfbdc323dd12f58e5f2c32b26c77248c276c4e453236f59304fd3b3fd
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: arm64-darwin
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-02 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