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 +4 -4
- data/grpc_c.64-ucrt.ruby +0 -0
- data/src/ruby/ext/grpc/extconf.rb +1 -0
- data/src/ruby/lib/grpc/3.1/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/3.2/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/3.3/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/3.4/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/version.rb +1 -1
- metadata +7 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 96788b6b6a858d46efadd67c31d1ed7ea4ce83f1c728e3a68dc0726ea72a2893
|
4
|
+
data.tar.gz: 8074010c36eafabec8a6b6b965a3d3bc7cacb9e1cc0fc56d2ed5f2607fcf5855
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
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:
|
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.
|
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.
|
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.
|
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.
|
360
|
+
rubygems_version: 3.6.3
|
360
361
|
specification_version: 4
|
361
362
|
summary: GRPC system in Ruby
|
362
363
|
test_files:
|