grpc 1.49.0.pre1-x64-mingw-ucrt → 1.49.1-x64-mingw-ucrt
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of grpc might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/grpc_c.64-ucrt.ruby +0 -0
- data/src/ruby/ext/grpc/extconf.rb +1 -1
- data/src/ruby/lib/grpc/3.1/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: 7d198e31353c9f71e8c8838468e51a3625cb8a84272f858b3760617cdcc93d7a
|
4
|
+
data.tar.gz: d66e2e9cba1ad5f45e7e5ef491b197c77e2abe372239c37ff50b0b0c6eec8543
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 59488906216181f78ae3a67ad15f1254ed186438aeb30ea7a6db6591c9f196154a9f6270834cc904b88d66fbd5e472e96ee17daf1aea1576b45c80ba4b2afbd8
|
7
|
+
data.tar.gz: 27d40cea1029dc5ad4a88de035024f601e6dbedd44f9058e6de30bcb4e33011f61d8f8863b8240f673de6481f0e7d55c0eab1f519ad3b1ccb8c0e2093e6b2f26
|
data/grpc_c.64-ucrt.ruby
CHANGED
Binary file
|
@@ -86,7 +86,6 @@ end
|
|
86
86
|
|
87
87
|
env_append 'CPPFLAGS', '-DGPR_BACKWARDS_COMPATIBILITY_MODE'
|
88
88
|
env_append 'CPPFLAGS', '-DGRPC_XDS_USER_AGENT_NAME_SUFFIX="\"RUBY\""'
|
89
|
-
env_append 'CPPFLAGS', '-DGRPC_RUBY_WINDOWS_UCRT' if windows_ucrt
|
90
89
|
|
91
90
|
require_relative '../../lib/grpc/version'
|
92
91
|
env_append 'CPPFLAGS', '-DGRPC_XDS_USER_AGENT_VERSION_SUFFIX="\"' + GRPC::VERSION + '\""'
|
@@ -111,6 +110,7 @@ unless windows
|
|
111
110
|
exit 1 unless $? == 0
|
112
111
|
end
|
113
112
|
|
113
|
+
$CFLAGS << ' -DGRPC_RUBY_WINDOWS_UCRT' if windows_ucrt
|
114
114
|
$CFLAGS << ' -I' + File.join(grpc_root, 'include')
|
115
115
|
|
116
116
|
ext_export_file = File.join(grpc_root, 'src', 'ruby', 'ext', 'grpc', 'ext-export')
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: grpc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.49.
|
4
|
+
version: 1.49.1
|
5
5
|
platform: x64-mingw-ucrt
|
6
6
|
authors:
|
7
7
|
- gRPC Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: src/ruby/bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-09-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-protobuf
|
@@ -343,15 +343,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
343
343
|
requirements:
|
344
344
|
- - ">="
|
345
345
|
- !ruby/object:Gem::Version
|
346
|
-
version: '2.
|
346
|
+
version: '2.6'
|
347
347
|
- - "<"
|
348
348
|
- !ruby/object:Gem::Version
|
349
349
|
version: 3.2.dev
|
350
350
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
351
351
|
requirements:
|
352
|
-
- - "
|
352
|
+
- - ">="
|
353
353
|
- !ruby/object:Gem::Version
|
354
|
-
version:
|
354
|
+
version: '0'
|
355
355
|
requirements: []
|
356
356
|
rubygems_version: 3.3.4
|
357
357
|
signing_key:
|