grpc 1.69.0-x86_64-linux → 1.70.1-x86_64-linux

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: '09b78c5c346a36b1e18228ab221467245703aaf313f3e78fdc8e5786d0bf1cb6'
4
- data.tar.gz: 9f305adfa7fcf8c5b1428a0ba90faca1c225c04598f20f1ca2ee44905b96d733
3
+ metadata.gz: ed9d5e86f315309fbdf739756258e8e08781efb9120be7d03f7f7cc03065460e
4
+ data.tar.gz: e61425e3d109960194f824796030592beb025bddc0c785e78352e6b0861145c3
5
5
  SHA512:
6
- metadata.gz: c2f659544f1d7ff63b86725d6fe18c2474bf7f39beefdb355d59feb180956bb61e3aba55f60d5a8f45ba6f71141022ef594c683ebec0ff3ee012d2eaeafa070e
7
- data.tar.gz: b668fd03c45070868a308c36469ba28b57ea1612b14215ddd68d56b44974504572685b2b6a8f2d91d99c08468e7ca45d5ae92d2f9c4f0ecc1de1d55c581f300f
6
+ metadata.gz: 7404c7a17c5cb94cabc14d7a9c1d3976325564e438d5a9b1eb20a94fe8206e8da2cf9ed6d6e9009948fa2f9e3110441caad4d580b35613a35df5a9aff32a539a
7
+ data.tar.gz: 3ac83c31ec9822cdcf805287711a96bf8e8bbf54bf9b06fe1a2ce73ffe36c9072c892c75fcf938e519df0583e9c6d139e11d3b4a155573700e9c8ba1fcdf0b70
@@ -149,6 +149,7 @@ $CFLAGS << ' -g'
149
149
  def have_ruby_abi_version()
150
150
  return true if RUBY_ENGINE == 'truffleruby'
151
151
  # ruby_abi_version is only available in development versions: https://github.com/ruby/ruby/pull/6231
152
+ # See also discussion for Ruby 3.4 in https://github.com/grpc/grpc/pull/38338 and https://github.com/grpc/grpc/pull/38487
152
153
  return false if RUBY_PATCHLEVEL >= 0
153
154
 
154
155
  m = /(\d+)\.(\d+)/.match(RUBY_VERSION)
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.69.0'
17
+ VERSION = '1.70.1'
18
18
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.69.0
4
+ version: 1.70.1
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - gRPC Authors
8
8
  bindir: src/ruby/bin
9
9
  cert_chain: []
10
- date: 2024-12-23 00:00:00.000000000 Z
10
+ date: 2025-01-31 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-protobuf
@@ -133,14 +133,14 @@ dependencies:
133
133
  requirements:
134
134
  - - "~>"
135
135
  - !ruby/object:Gem::Version
136
- version: '1.4'
136
+ version: '1.9'
137
137
  type: :development
138
138
  prerelease: false
139
139
  version_requirements: !ruby/object:Gem::Requirement
140
140
  requirements:
141
141
  - - "~>"
142
142
  - !ruby/object:Gem::Version
143
- version: '1.4'
143
+ version: '1.9'
144
144
  - !ruby/object:Gem::Dependency
145
145
  name: rspec
146
146
  requirement: !ruby/object:Gem::Requirement
@@ -258,6 +258,7 @@ files:
258
258
  - src/ruby/lib/grpc/3.1/grpc_c.so
259
259
  - src/ruby/lib/grpc/3.2/grpc_c.so
260
260
  - src/ruby/lib/grpc/3.3/grpc_c.so
261
+ - src/ruby/lib/grpc/3.4/grpc_c.so
261
262
  - src/ruby/lib/grpc/core/status_codes.rb
262
263
  - src/ruby/lib/grpc/core/time_consts.rb
263
264
  - src/ruby/lib/grpc/errors.rb
@@ -350,14 +351,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
350
351
  version: '3.0'
351
352
  - - "<"
352
353
  - !ruby/object:Gem::Version
353
- version: 3.4.dev
354
+ version: 3.5.dev
354
355
  required_rubygems_version: !ruby/object:Gem::Requirement
355
356
  requirements:
356
357
  - - ">="
357
358
  - !ruby/object:Gem::Version
358
359
  version: '0'
359
360
  requirements: []
360
- rubygems_version: 3.6.2
361
+ rubygems_version: 3.6.3
361
362
  specification_version: 4
362
363
  summary: GRPC system in Ruby
363
364
  test_files: