grpc 1.53.0.pre2-x86_64-darwin → 1.54.0-x86_64-darwin

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of grpc might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f7592f7a7fedd4ec780d3db18a7ac8e6858442b2a5f47dab47235bd0fad98090
4
- data.tar.gz: d60432997a10b1578e28f456ec5322c1d08017cfb3671c270eaae76c7ac3cad6
3
+ metadata.gz: a0d46694f77f458c5400ae06026c291be2ab7c1c73529616ee71d4c05a3588c8
4
+ data.tar.gz: a47e4d58c5e31e8bd6ef9b9b125b06002766d33bb6a57038a653a7917717fb43
5
5
  SHA512:
6
- metadata.gz: e31ffcfd8b7fdc00673ee723beb9b38155da7c190dedc5a41c5374b6ae3d65471866489b9df42fc328c972fb908aeb7ed99bc1d578b76c0e8c4a25a47f2d8dda
7
- data.tar.gz: '049a28237c53a686d0197a111f1c90ec8918d406c6bfa78609fff3e189d76193af549e1d4fcc45a73f9b33e885ea9b4d92692fe8226d02a7160b9b11a960a5c6'
6
+ metadata.gz: 97c165612f415c3acedacfe1626e4bba6926b6c8a1c7ecc0881cdde6c5729e438506d43b301c1a97afd98085f940d2c4ef7df22f1f2293aa25422dcc2765d32c
7
+ data.tar.gz: 247c413dbca3e6bf9e5d77e79f08acdd4fd3780c68a466ba5f2e4ddbb41c2604634666f778a66085b2b8519d48b2f82a770e61a63c2d44d4a4d2602f7b313240
Binary file
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.53.0.pre2'
17
+ VERSION = '1.54.0'
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.53.0.pre2
4
+ version: 1.54.0
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - gRPC Authors
8
8
  autorequire:
9
9
  bindir: src/ruby/bin
10
10
  cert_chain: []
11
- date: 2023-03-06 00:00:00.000000000 Z
11
+ date: 2023-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf
@@ -355,11 +355,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
355
355
  version: 3.3.dev
356
356
  required_rubygems_version: !ruby/object:Gem::Requirement
357
357
  requirements:
358
- - - ">"
358
+ - - ">="
359
359
  - !ruby/object:Gem::Version
360
- version: 1.3.1
360
+ version: '0'
361
361
  requirements: []
362
- rubygems_version: 3.4.7
362
+ rubygems_version: 3.4.12
363
363
  signing_key:
364
364
  specification_version: 4
365
365
  summary: GRPC system in Ruby