grpc 1.69.0.pre1-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 +4 -4
- data/grpc_c.64-msvcrt.ruby +0 -0
- 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/version.rb +1 -1
- metadata +5 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5fcb41bb50f55702ee5eea56ae749ef19e03115f77ced2c1e4d33d1f59b0334c
|
4
|
+
data.tar.gz: 5335be8b68c80325398ff3d164b0d4824edd4e4abca467b8beb79da2e614ed04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 500b68cc4cf38b22646bdb9cc1746d8f8c9e59cd0bf9b2a7de760c6e2b3fe35c9f0c236b99dcf711f4b0e3be2037b970a6c3da8c2df92e5c4752ae4b7ab1a1a7
|
7
|
+
data.tar.gz: 256eef913f1e18437f86f8314454ab1a76262905f702755f534f9167cdd7bca27526d162a6a5225662348a41f976675ea2b74f5a6fc462a7bea880ee6a380579
|
data/grpc_c.64-msvcrt.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
|
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: x64-mingw32
|
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
|
@@ -336,7 +335,6 @@ homepage: https://github.com/google/grpc/tree/master/src/ruby
|
|
336
335
|
licenses:
|
337
336
|
- Apache-2.0
|
338
337
|
metadata: {}
|
339
|
-
post_install_message:
|
340
338
|
rdoc_options: []
|
341
339
|
require_paths:
|
342
340
|
- src/ruby/lib
|
@@ -356,8 +354,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
356
354
|
- !ruby/object:Gem::Version
|
357
355
|
version: '0'
|
358
356
|
requirements: []
|
359
|
-
rubygems_version: 3.
|
360
|
-
signing_key:
|
357
|
+
rubygems_version: 3.6.3
|
361
358
|
specification_version: 4
|
362
359
|
summary: GRPC system in Ruby
|
363
360
|
test_files:
|