grpc 1.53.0.pre2-x86-mingw32 → 1.53.1-x86-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: ef92bfd82fe2cb258c413f9d520b65398dc969a4e6fe3f623b26409fb71d07d5
4
- data.tar.gz: 0ec1bbace2359ef65631538ae71397b06699220e7d62291f600380e799a012de
3
+ metadata.gz: 6ce86a2f5b28b3d3ae356620ba22fdcbe923fcf8ed89c9916fbe54f9aeb65b2b
4
+ data.tar.gz: ac04cd78a3e68836cf73711a02415d253ac75cf8e3c13869e29dd35db5f78998
5
5
  SHA512:
6
- metadata.gz: b491f8f74df6d9bc7c56ade3982434d7825f4b8634f22372c1eabf9810764cf54822e82bbaa959dd1ac010bcba3fad2b0e9f39e1e13c47f52f276c2c27ca9f7c
7
- data.tar.gz: 9f7bfed3b158fdfb114b10ed5442a7b95e2a0e8994fc7f1ec27d81412e8f5f7dc7553a1a2547367bd12f6de2dd6a8b75280bd87b28296643a5b6845dc38937ef
6
+ metadata.gz: cf3877f5c430c726e91813242d48a53f47c4b4b9513c3c6b3e899bd23765427ee3aee34571456f738038bdd26693033a1900bdaa66a250e9ac80fe32a4a71ccd
7
+ data.tar.gz: e0d409c0f0bf46b89cd1e305b6c7ad6fad4004282e956aa76e44044a99ab57114d1e57a9b93bf3f0a9f6464411fd580e0e0b353517b1ee58cd73263dcf218478
Binary file
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.53.1'
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.53.1
5
5
  platform: x86-mingw32
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-05-11 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.13
363
363
  signing_key:
364
364
  specification_version: 4
365
365
  summary: GRPC system in Ruby