grpc 1.69.0-x64-mingw32 → 1.70.1-x64-mingw32

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: ab0655c52318883f46c215b9cb649b14a06097c92d41015599dac597be267b50
4
- data.tar.gz: b04320524a7d1505e48e25cb0d0421d8886ebe2d048608201abf64700163e372
3
+ metadata.gz: 5fcb41bb50f55702ee5eea56ae749ef19e03115f77ced2c1e4d33d1f59b0334c
4
+ data.tar.gz: 5335be8b68c80325398ff3d164b0d4824edd4e4abca467b8beb79da2e614ed04
5
5
  SHA512:
6
- metadata.gz: 1ecc9918872653d9bf9ea2add114e6ebeab00cf621071444135884da263ab01323f81fd952c956268ab20223765821571f48c5d320260b05142d5274c683a832
7
- data.tar.gz: 1503728e58074e4a95e22829731f1ca7674804a2d1dc1a32ede720921522d1706df2bdae3614fb61ed56186bffa601475be9de40bfb51201007653c9e4a9674e
6
+ metadata.gz: 500b68cc4cf38b22646bdb9cc1746d8f8c9e59cd0bf9b2a7de760c6e2b3fe35c9f0c236b99dcf711f4b0e3be2037b970a6c3da8c2df92e5c4752ae4b7ab1a1a7
7
+ data.tar.gz: 256eef913f1e18437f86f8314454ab1a76262905f702755f534f9167cdd7bca27526d162a6a5225662348a41f976675ea2b74f5a6fc462a7bea880ee6a380579
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
@@ -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-mingw32
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
@@ -354,7 +354,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
354
354
  - !ruby/object:Gem::Version
355
355
  version: '0'
356
356
  requirements: []
357
- rubygems_version: 3.6.2
357
+ rubygems_version: 3.6.3
358
358
  specification_version: 4
359
359
  summary: GRPC system in Ruby
360
360
  test_files: