grpc 1.52.0.pre2-x86_64-darwin → 1.53.0.pre2-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: f7592f7a7fedd4ec780d3db18a7ac8e6858442b2a5f47dab47235bd0fad98090
4
+ data.tar.gz: d60432997a10b1578e28f456ec5322c1d08017cfb3671c270eaae76c7ac3cad6
5
5
  SHA512:
6
- metadata.gz: ede57aec5f33c35b9fab1f0e01dcebcef9faf47374490d2b564e667bddfc54aa5ee396f3e473a24b737c2bc9a82c5114612ae9b64f325ff39c992cef03355194
7
- data.tar.gz: 0c61a3ff9171f41e0d7d0ed723d8324502615ca5ea9b0d93776d3f4f07e4fda55a3f69456404a839b87bc548dce79e3e4f980ec93587b0d9dd2212896be95aeb
6
+ metadata.gz: e31ffcfd8b7fdc00673ee723beb9b38155da7c190dedc5a41c5374b6ae3d65471866489b9df42fc328c972fb908aeb7ed99bc1d578b76c0e8c4a25a47f2d8dda
7
+ data.tar.gz: '049a28237c53a686d0197a111f1c90ec8918d406c6bfa78609fff3e189d76193af549e1d4fcc45a73f9b33e885ea9b4d92692fe8226d02a7160b9b11a960a5c6'
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.53.0.pre2'
18
18
  end
@@ -33,12 +33,6 @@ $PROTOC -I . \
33
33
  --ruby_out=src/ruby/pb \
34
34
  --plugin=$PLUGIN
35
35
 
36
- $PROTOC -I . \
37
- src/proto/grpc/core/stats.proto \
38
- --grpc_out=src/ruby/qps \
39
- --ruby_out=src/ruby/qps \
40
- --plugin=$PLUGIN
41
-
42
36
  $PROTOC -I . \
43
37
  -I third_party/protobuf/src \
44
38
  src/proto/grpc/testing/{messages,payloads,stats,benchmark_service,report_qps_scenario_service,worker_service,control}.proto \
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.53.0.pre2
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-03-06 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,7 +349,7 @@ 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
@@ -358,7 +359,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
358
359
  - !ruby/object:Gem::Version
359
360
  version: 1.3.1
360
361
  requirements: []
361
- rubygems_version: 3.4.5
362
+ rubygems_version: 3.4.7
362
363
  signing_key:
363
364
  specification_version: 4
364
365
  summary: GRPC system in Ruby