grpc 1.69.0-x64-mingw32 → 1.70.1-x64-mingw32
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-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 -5
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,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-mingw32
|
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
|
@@ -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.
|
357
|
+
rubygems_version: 3.6.3
|
358
358
|
specification_version: 4
|
359
359
|
summary: GRPC system in Ruby
|
360
360
|
test_files:
|