grpc 1.69.0-x64-mingw-ucrt → 1.70.1-x64-mingw-ucrt

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: 8919c6ec8f3b21ae43d9d83b55c1f63bca66f5c9480f0a8cb7fe82a3fd2268b1
4
- data.tar.gz: 4fea907984ace0ddf69b2bb8c4b4c39c882ad3ec1e986ccd22e697a7d75e3db6
3
+ metadata.gz: 96788b6b6a858d46efadd67c31d1ed7ea4ce83f1c728e3a68dc0726ea72a2893
4
+ data.tar.gz: 8074010c36eafabec8a6b6b965a3d3bc7cacb9e1cc0fc56d2ed5f2607fcf5855
5
5
  SHA512:
6
- metadata.gz: cd33f871232c351add09fc189e33fcb5409961aa6ce07f038b40688957cd22b8c0218634af69d55adf7d9505a14e751e2e8f7363fd7f95a578a51e2834c99aac
7
- data.tar.gz: 7ffe2a82fb0460927cea995228077a3bd18d4b8abedf92c5fcda776985035a575b8bb98012a592c47a9257bbb01c3dc78cc50645b607e6c3a04d0d805827e96c
6
+ metadata.gz: df4aa6b8a958a761c86032afb5226d6e6c323859ef4f27faa29278ae352a54a47598f7dcd2b897523c56bd8fb73c7757c5b18dee68702af493ebf708db8cdd4a
7
+ data.tar.gz: 5e1e20045fdbbe3326a6b03397ac1e38b386038f8f6f9d08262f13fc70f4cc9f36883ee061f614010b04479e736309ec812a78d2ffc5aa96f47cf9ab1679b9da
data/grpc_c.64-ucrt.ruby CHANGED
Binary file
@@ -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
@@ -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: x64-mingw-ucrt
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
@@ -257,6 +257,7 @@ files:
257
257
  - src/ruby/lib/grpc/3.1/grpc_c.so
258
258
  - src/ruby/lib/grpc/3.2/grpc_c.so
259
259
  - src/ruby/lib/grpc/3.3/grpc_c.so
260
+ - src/ruby/lib/grpc/3.4/grpc_c.so
260
261
  - src/ruby/lib/grpc/core/status_codes.rb
261
262
  - src/ruby/lib/grpc/core/time_consts.rb
262
263
  - src/ruby/lib/grpc/errors.rb
@@ -349,14 +350,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
349
350
  version: '3.1'
350
351
  - - "<"
351
352
  - !ruby/object:Gem::Version
352
- version: 3.4.dev
353
+ version: 3.5.dev
353
354
  required_rubygems_version: !ruby/object:Gem::Requirement
354
355
  requirements:
355
356
  - - ">="
356
357
  - !ruby/object:Gem::Version
357
358
  version: '0'
358
359
  requirements: []
359
- rubygems_version: 3.6.2
360
+ rubygems_version: 3.6.3
360
361
  specification_version: 4
361
362
  summary: GRPC system in Ruby
362
363
  test_files: