grpc 1.69.0.pre1-x64-mingw-ucrt → 1.70.1-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: '09ac6745f89d563c9c152df3d655cf0cb62f84c7b53bedb576acee58397dbe7e'
4
- data.tar.gz: ff0cd40db312f5e942fd5093bd6d415c45d9d713e7664ecf82074e25c3d23894
3
+ metadata.gz: 96788b6b6a858d46efadd67c31d1ed7ea4ce83f1c728e3a68dc0726ea72a2893
4
+ data.tar.gz: 8074010c36eafabec8a6b6b965a3d3bc7cacb9e1cc0fc56d2ed5f2607fcf5855
5
5
  SHA512:
6
- metadata.gz: 6da1a663edcafefc68bbb2ec58a96f9d02e3a1e629c66643c98d95e15e2ca20e8bd16831ef7df3e5fcde21b3ed43f529558a6bddddf9dfe1b98bce59a0fe81e6
7
- data.tar.gz: 1cb3bf7e46a483359773aeb9be426270b929c1185b4cbf64dbd15d717d6f6e5f921128f57be4c13ba5720b6fc1a8ce5aea3bec726d95027e3b48d3c6affe7e1f
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.pre1'
17
+ VERSION = '1.70.1'
18
18
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.69.0.pre1
4
+ version: 1.70.1
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - gRPC Authors
8
- autorequire:
9
8
  bindir: src/ruby/bin
10
9
  cert_chain: []
11
- date: 2024-12-05 00:00:00.000000000 Z
10
+ date: 2025-01-31 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-protobuf
@@ -134,14 +133,14 @@ dependencies:
134
133
  requirements:
135
134
  - - "~>"
136
135
  - !ruby/object:Gem::Version
137
- version: '1.4'
136
+ version: '1.9'
138
137
  type: :development
139
138
  prerelease: false
140
139
  version_requirements: !ruby/object:Gem::Requirement
141
140
  requirements:
142
141
  - - "~>"
143
142
  - !ruby/object:Gem::Version
144
- version: '1.4'
143
+ version: '1.9'
145
144
  - !ruby/object:Gem::Dependency
146
145
  name: rspec
147
146
  requirement: !ruby/object:Gem::Requirement
@@ -258,6 +257,7 @@ files:
258
257
  - src/ruby/lib/grpc/3.1/grpc_c.so
259
258
  - src/ruby/lib/grpc/3.2/grpc_c.so
260
259
  - src/ruby/lib/grpc/3.3/grpc_c.so
260
+ - src/ruby/lib/grpc/3.4/grpc_c.so
261
261
  - src/ruby/lib/grpc/core/status_codes.rb
262
262
  - src/ruby/lib/grpc/core/time_consts.rb
263
263
  - src/ruby/lib/grpc/errors.rb
@@ -338,7 +338,6 @@ homepage: https://github.com/google/grpc/tree/master/src/ruby
338
338
  licenses:
339
339
  - Apache-2.0
340
340
  metadata: {}
341
- post_install_message:
342
341
  rdoc_options: []
343
342
  require_paths:
344
343
  - src/ruby/lib
@@ -351,15 +350,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
351
350
  version: '3.1'
352
351
  - - "<"
353
352
  - !ruby/object:Gem::Version
354
- version: 3.4.dev
353
+ version: 3.5.dev
355
354
  required_rubygems_version: !ruby/object:Gem::Requirement
356
355
  requirements:
357
356
  - - ">="
358
357
  - !ruby/object:Gem::Version
359
358
  version: '0'
360
359
  requirements: []
361
- rubygems_version: 3.5.23
362
- signing_key:
360
+ rubygems_version: 3.6.3
363
361
  specification_version: 4
364
362
  summary: GRPC system in Ruby
365
363
  test_files: