grpc 1.54.2-x86_64-linux → 1.55.3-x86_64-linux

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: 4fd7abe3bff483dbde27fcd4832ad6bc39a1474a5548da28f8089c81cfb394be
4
- data.tar.gz: 9096852f471d5992e19037213652a870ce853a63498221bb7732468ff1ab5b55
3
+ metadata.gz: 722e2513c283166c5ccf8ce5bae641ff95d311c6720f7657b7c2e44ac15d75f6
4
+ data.tar.gz: 3249e1bca9b1e4b329de5440d0c6e3a98cfdfaaee64d393a4a55d292a02dcfaa
5
5
  SHA512:
6
- metadata.gz: e645f2d7dbe1e532bc4d6d815dac76d95c9d414a78ed806eaffd8bfe2653015e11e25768d2632a8d10aeef84eabf7613648b42c6179ec11c18f349b82209ace0
7
- data.tar.gz: 7e73ff1943da71155afcf844c0ea354486c61c61a85154535c71f4e27a245bc3b2b3962c1686ce46be18d7b395977f481946c695916392a23f76819f705c4620
6
+ metadata.gz: 67546f38c929891872b29d58f2ca7d65c3102bd6fdb3eafa265c7b0dd90b000d57a08f6823aaf62eac495aaea355f2438c164b2540e7d842a053557d718d46ec
7
+ data.tar.gz: 1acd35ac84a8444b25bd689a326da630acc2ecfdbab4e8a7a176588cf520a4003d0691266e7b6c964c9199157221412cda4e8d871bcab97a56a0e3b15130e631
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.54.2'
17
+ VERSION = '1.55.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.54.2
4
+ version: 1.55.3
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - gRPC Authors
8
8
  autorequire:
9
9
  bindir: src/ruby/bin
10
10
  cert_chain: []
11
- date: 2023-05-09 00:00:00.000000000 Z
11
+ date: 2023-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '3.21'
19
+ version: '3.23'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '3.21'
26
+ version: '3.23'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: googleapis-common-protos-types
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -359,7 +359,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
359
359
  - !ruby/object:Gem::Version
360
360
  version: '0'
361
361
  requirements: []
362
- rubygems_version: 3.4.12
362
+ rubygems_version: 3.4.17
363
363
  signing_key:
364
364
  specification_version: 4
365
365
  summary: GRPC system in Ruby