grpc 1.46.3-x86-mingw32 → 1.47.0-x86-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.
Potentially problematic release.
This version of grpc might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/grpc_c.32.ruby +0 -0
- data/grpc_c.64-ucrt.ruby +0 -0
- data/src/ruby/ext/grpc/extconf.rb +2 -2
- data/src/ruby/lib/grpc/2.5/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/2.6/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/2.7/grpc_c.so +0 -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/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0fac2edf506249477aad88577fb762eabacbd8bf695ab9ffaa64d398ca1a92b1
|
4
|
+
data.tar.gz: b55b859570c1d2b3e4d11883d23f1b06c977eaa2f0060fd9dd99fda820ca396a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fdbc833004d1b18e15dbdab33a59392e40db050a6b41cd62ce4e60e6cf3c567395688a16b9f044b2eed92be6878bb07f9b7838382698e0497f8e0fd4155b4fd5
|
7
|
+
data.tar.gz: 46fdbe17c5b5d4e10c06120873e5a0eb120a32b0d12b8180a683b972203a12ae4a1be46c9222d844f1b57a6db00b6d775b253e9a6d317934c844c20c0294b955
|
data/grpc_c.32.ruby
CHANGED
Binary file
|
data/grpc_c.64-ucrt.ruby
ADDED
File without changes
|
@@ -60,7 +60,7 @@ end
|
|
60
60
|
|
61
61
|
ENV['CPPFLAGS'] = '-DGPR_BACKWARDS_COMPATIBILITY_MODE'
|
62
62
|
ENV['CPPFLAGS'] += ' -DGRPC_XDS_USER_AGENT_NAME_SUFFIX="\"RUBY\"" '
|
63
|
-
ENV['CPPFLAGS'] += ' -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX="\"1.
|
63
|
+
ENV['CPPFLAGS'] += ' -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX="\"1.47.0\"" '
|
64
64
|
|
65
65
|
output_dir = File.expand_path(RbConfig::CONFIG['topdir'])
|
66
66
|
grpc_lib_dir = File.join(output_dir, 'libs', grpc_config)
|
@@ -102,7 +102,7 @@ $LDFLAGS << ' -Wl,-wrap,memcpy' if linux
|
|
102
102
|
$LDFLAGS << ' -static-libgcc -static-libstdc++' if linux
|
103
103
|
$LDFLAGS << ' -static' if windows
|
104
104
|
|
105
|
-
$CFLAGS << ' -std=
|
105
|
+
$CFLAGS << ' -std=c11 '
|
106
106
|
$CFLAGS << ' -Wall '
|
107
107
|
$CFLAGS << ' -Wextra '
|
108
108
|
$CFLAGS << ' -pedantic '
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
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.
|
4
|
+
version: 1.47.0
|
5
5
|
platform: x86-mingw32
|
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-06-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-protobuf
|
@@ -206,6 +206,7 @@ extra_rdoc_files: []
|
|
206
206
|
files:
|
207
207
|
- etc/roots.pem
|
208
208
|
- grpc_c.32.ruby
|
209
|
+
- grpc_c.64-ucrt.ruby
|
209
210
|
- grpc_c.64.ruby
|
210
211
|
- src/ruby/bin/math_client.rb
|
211
212
|
- src/ruby/bin/math_pb.rb
|