grpc 1.58.0.pre1-x64-mingw32 → 1.58.3-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed9f7387243a56a0c3073a7f2f784fae5eabd751eea9aeede399dbc9789ebf44
4
- data.tar.gz: e0cd62d2e1af7f5efaeadf06cea8bd200072267aadaaec96e85bd6b9b6a28f83
3
+ metadata.gz: 2344435c5a573f1628510d677b01d5dea251189144a2b337dbb83ac8c515d1ea
4
+ data.tar.gz: e28a657aacccaa2dc6eac0c90cbbb91e8c38626955622ac0f7847fe1caadb694
5
5
  SHA512:
6
- metadata.gz: 1c67ed2923e55f6625201a20e459a4b1c87a21aa417e0b91c0f011ce25af7e3b29c61644674987be6bd1a3255b7900f1b2e280d05bf1642e1cf27ccd67d9a07e
7
- data.tar.gz: b5fac6ec7b529cc068d0fc2364c8013944416218ab053da77d4db1aee1e4ecbf4cf4163c844e615dac6e7a896bd79afba9aa988eb72d8dfbdfbd7ab06abada64
6
+ metadata.gz: 9c5bb23c4fd8cd780bcae32dd73fe33bca3ae83e5449d1ce143a46a0d46e60b4ae6459dec9e8d0104cd4d7089946e2f9d02636ede3a7452412d6750c403ff64a
7
+ data.tar.gz: 9ec4331c399d0e1fe8589d70b30fbba1637002daa6b775fe23f41fc7d9571dedbe164d984810683d2ab1265f53e346e52211f065e23c8cb9dbcfbc4e31c5c4e0
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.58.0.pre1'
17
+ VERSION = '1.58.3'
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.58.0.pre1
4
+ version: 1.58.3
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-08-24 00:00:00.000000000 Z
11
+ date: 2024-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf
@@ -347,11 +347,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
347
347
  version: 3.1.dev
348
348
  required_rubygems_version: !ruby/object:Gem::Requirement
349
349
  requirements:
350
- - - ">"
350
+ - - ">="
351
351
  - !ruby/object:Gem::Version
352
- version: 1.3.1
352
+ version: '0'
353
353
  requirements: []
354
- rubygems_version: 3.4.19
354
+ rubygems_version: 3.5.17
355
355
  signing_key:
356
356
  specification_version: 4
357
357
  summary: GRPC system in Ruby