grpc 1.52.0.pre2-x86_64-darwin → 1.52.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: 707d12517a95237ea22c75f72079712e4845b58c69101278fc0d74a0fa435c33
4
- data.tar.gz: a3688110182ad3352068cf1d17d186fec2aab48838a886fc1f07d1db9edcf160
3
+ metadata.gz: dfb1cdd48714ee0ccf27565bd76c93a9854f0ec0cbd9467b0bbb1a150aa65ab7
4
+ data.tar.gz: 99c811d17e8e3541059a8c8b9f6e00b5fb248ee33b536c3cc908e72254622954
5
5
  SHA512:
6
- metadata.gz: ede57aec5f33c35b9fab1f0e01dcebcef9faf47374490d2b564e667bddfc54aa5ee396f3e473a24b737c2bc9a82c5114612ae9b64f325ff39c992cef03355194
7
- data.tar.gz: 0c61a3ff9171f41e0d7d0ed723d8324502615ca5ea9b0d93776d3f4f07e4fda55a3f69456404a839b87bc548dce79e3e4f980ec93587b0d9dd2212896be95aeb
6
+ metadata.gz: 6eea41821b02b56bd0c7b9f2d6a32fd8efaed3ada024311bc0aa7ee1031e7b5397712a6a5d60a32e6b2813411bd7ebb88e1852211842f446b754cecdc3a3f1e7
7
+ data.tar.gz: f81157311bac419810db4a2c15205a70225f7142f83f70854a8f50391afc472ede61d1f729d8c467e8a9f81f51ba488b3d88fd5427800c207cd5237a2674e74d
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.52.0.pre2'
17
+ VERSION = '1.52.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.52.0.pre2
4
+ version: 1.52.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-01-23 00:00:00.000000000 Z
11
+ date: 2023-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf
@@ -255,6 +255,7 @@ files:
255
255
  - src/ruby/ext/grpc/rb_xds_server_credentials.c
256
256
  - src/ruby/ext/grpc/rb_xds_server_credentials.h
257
257
  - src/ruby/lib/grpc.rb
258
+ - src/ruby/lib/grpc/2.6/grpc_c.bundle
258
259
  - src/ruby/lib/grpc/2.7/grpc_c.bundle
259
260
  - src/ruby/lib/grpc/3.0/grpc_c.bundle
260
261
  - src/ruby/lib/grpc/3.1/grpc_c.bundle
@@ -348,17 +349,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
348
349
  requirements:
349
350
  - - ">="
350
351
  - !ruby/object:Gem::Version
351
- version: '2.7'
352
+ version: '2.6'
352
353
  - - "<"
353
354
  - !ruby/object:Gem::Version
354
355
  version: 3.3.dev
355
356
  required_rubygems_version: !ruby/object:Gem::Requirement
356
357
  requirements:
357
- - - ">"
358
+ - - ">="
358
359
  - !ruby/object:Gem::Version
359
- version: 1.3.1
360
+ version: '0'
360
361
  requirements: []
361
- rubygems_version: 3.4.5
362
+ rubygems_version: 3.4.6
362
363
  signing_key:
363
364
  specification_version: 4
364
365
  summary: GRPC system in Ruby