grpc 1.60.0.pre1-x64-mingw-ucrt → 1.60.2-x64-mingw-ucrt

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 11c5c20fc903809d7b28936e5cdd132b29c7e1191224f291f5e2b686c97d0893
4
- data.tar.gz: 8f5f405e761f0d805c5b5e6536448b39dfbeb0582becf1da13080a2fcc353643
3
+ metadata.gz: 176c321ca24cd40e369b93aa0bd55c4d471a23f1badbe7161c62755f20324bb5
4
+ data.tar.gz: 84d222c7c5dc2eaf27b23918b5dca9d5682143ecac95c633736a7728c5c00c2f
5
5
  SHA512:
6
- metadata.gz: 942f8769133b58f467901e703a748204e07378519873be3e78a3f38c7e77c247826a4dca6c1c733fd56c2767d9bf97b48ffc1ac64d71a09251785a7e446c534e
7
- data.tar.gz: 28d5d6ffaaf1605d0f8d73170c20008727956eef97f5df95a1608e9b4b5aa8a1c06a24f7de79fe3ff8100dd2a12629d4b448c7473dda1a89eaec92c7289a74a5
6
+ metadata.gz: 2cb0c91cc9fa33992cf93ffb528de188bb27dd7a975d2d7c2ab32536b727d6a1800cdf071486bf63350b7f04b3d8b2ac838e8f6f70ba648787ecc2c2d93c990b
7
+ data.tar.gz: 2bc9a9f055bd743259f60da4f4e59f1a6a9b3859246fff1a150ad3349697067d1cd419516ba6c121c4d23604d60fca0537c59baa67a7b2af315cb9c7c522f96c
data/grpc_c.64-ucrt.ruby CHANGED
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.60.0.pre1'
17
+ VERSION = '1.60.2'
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.60.0.pre1
4
+ version: 1.60.2
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - gRPC Authors
8
8
  autorequire:
9
9
  bindir: src/ruby/bin
10
10
  cert_chain: []
11
- date: 2023-11-13 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
@@ -346,11 +346,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
346
346
  version: 3.3.dev
347
347
  required_rubygems_version: !ruby/object:Gem::Requirement
348
348
  requirements:
349
- - - ">"
349
+ - - ">="
350
350
  - !ruby/object:Gem::Version
351
- version: 1.3.1
351
+ version: '0'
352
352
  requirements: []
353
- rubygems_version: 3.4.22
353
+ rubygems_version: 3.5.17
354
354
  signing_key:
355
355
  specification_version: 4
356
356
  summary: GRPC system in Ruby