grpc 1.52.0-x64-mingw32 → 1.53.0-x64-mingw32

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.

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: 6ecab6344feef338ca91ff4307209fd314ca60ed0e8d2d4e3dd615cb445af7b2
4
- data.tar.gz: 7efffdfea04af22604dade9b071c7c60d7d48284169c1814b321c0bd9980576b
3
+ metadata.gz: 5b5c53c761abeb0b61bdc3250bcaa54dad74fa0d3c38ec590f1fc19d431162a8
4
+ data.tar.gz: 3c17a8b51cad90a821e9669b46492de8a3afaba6703503b9c2f61233b6404957
5
5
  SHA512:
6
- metadata.gz: e32867c57b259799d1b97cde41e3b35cc0e4843c196e9a60f0cfe2f1ea5e0f03c6de22371d930d1b78161c1e23d18c76de0fb051997abfd3c249e6dad6246faf
7
- data.tar.gz: e041b9f17473f205d79095fa26887eadab40bb746d144f8046fcfeb5fa27275a9129ffd9090d6be91146841cb0d62e57b0438909dee95bc1a63dacc71389460a
6
+ metadata.gz: 48e396066822736c627409995bca069e7734c6be5313b9d712c0ee5fbebb04c097d31df498b0a1af49992e22e65341af67675c219a5a6243741ab4ea4022fbfc
7
+ data.tar.gz: 794bff1997b5fced91400533b6b9aaf42ba6345b692e683930eec27f508826e13c737070ba553bfaf9a6028119d7d49f6f46530fd764f7784275c516d052bb48
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'
17
+ VERSION = '1.53.0'
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
4
+ version: 1.53.0
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - gRPC Authors
8
8
  autorequire:
9
9
  bindir: src/ruby/bin
10
10
  cert_chain: []
11
- date: 2023-02-03 00:00:00.000000000 Z
11
+ date: 2023-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf
@@ -357,7 +357,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
357
357
  - !ruby/object:Gem::Version
358
358
  version: '0'
359
359
  requirements: []
360
- rubygems_version: 3.4.6
360
+ rubygems_version: 3.4.9
361
361
  signing_key:
362
362
  specification_version: 4
363
363
  summary: GRPC system in Ruby