grpc 1.69.0.pre1-aarch64-linux → 1.70.1-aarch64-linux
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 +4 -4
- data/src/ruby/ext/grpc/extconf.rb +1 -0
- data/src/ruby/lib/grpc/3.0/grpc_c.so +0 -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 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36779777bc08453ca3783373d119bee470d2ac2423597941f781d86021dd5841
|
4
|
+
data.tar.gz: ca276d57c197b916e59c975445c70106840046da8491552cfa958de372cee409
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5af471d10949562ed391eb2fb69ec42b2a7bfbeae0c96f6d351c70526bc23e59bd3ed9e88033ae8bde1d92770ba9569e734ba3e3ebcbf4d6427168ab340f9d8b
|
7
|
+
data.tar.gz: f0783860c6fc61845fe95b3e038b206ca9184fe642fa883e8322a777afcf3dd0deb42d4e7ea397f009a60753f1760e20de7a7f4cc74607f717b579faf1b006c6
|
@@ -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
|
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.
|
4
|
+
version: 1.70.1
|
5
5
|
platform: aarch64-linux
|
6
6
|
authors:
|
7
7
|
- gRPC Authors
|
8
|
-
autorequire:
|
9
8
|
bindir: src/ruby/bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
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.
|
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.
|
143
|
+
version: '1.9'
|
145
144
|
- !ruby/object:Gem::Dependency
|
146
145
|
name: rspec
|
147
146
|
requirement: !ruby/object:Gem::Requirement
|
@@ -259,6 +258,7 @@ files:
|
|
259
258
|
- src/ruby/lib/grpc/3.1/grpc_c.so
|
260
259
|
- src/ruby/lib/grpc/3.2/grpc_c.so
|
261
260
|
- src/ruby/lib/grpc/3.3/grpc_c.so
|
261
|
+
- src/ruby/lib/grpc/3.4/grpc_c.so
|
262
262
|
- src/ruby/lib/grpc/core/status_codes.rb
|
263
263
|
- src/ruby/lib/grpc/core/time_consts.rb
|
264
264
|
- src/ruby/lib/grpc/errors.rb
|
@@ -339,7 +339,6 @@ homepage: https://github.com/google/grpc/tree/master/src/ruby
|
|
339
339
|
licenses:
|
340
340
|
- Apache-2.0
|
341
341
|
metadata: {}
|
342
|
-
post_install_message:
|
343
342
|
rdoc_options: []
|
344
343
|
require_paths:
|
345
344
|
- src/ruby/lib
|
@@ -352,15 +351,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
352
351
|
version: '3.0'
|
353
352
|
- - "<"
|
354
353
|
- !ruby/object:Gem::Version
|
355
|
-
version: 3.
|
354
|
+
version: 3.5.dev
|
356
355
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
357
356
|
requirements:
|
358
357
|
- - ">="
|
359
358
|
- !ruby/object:Gem::Version
|
360
359
|
version: '0'
|
361
360
|
requirements: []
|
362
|
-
rubygems_version: 3.
|
363
|
-
signing_key:
|
361
|
+
rubygems_version: 3.6.3
|
364
362
|
specification_version: 4
|
365
363
|
summary: GRPC system in Ruby
|
366
364
|
test_files:
|