grpc 1.46.3-x64-mingw32 → 1.47.0-x64-mingw32

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 29573290338bc9e4114d83dc6c5ef113a0076283d068b7e95085059af75d75aa
4
- data.tar.gz: 34d9e4890b231d8aaa5e50a63472d510f3b9d72a8705f4bccb255a6ddffbd940
3
+ metadata.gz: 60c5b49d374a1d1151bfc567ad13f6b77027ef845af62298a92098d38539fa38
4
+ data.tar.gz: 7834b22a8bbec64579efb2ff2f130d699459a96157e0549dbd5177b40a602407
5
5
  SHA512:
6
- metadata.gz: 6fecaa4f6fb973914b70602ae0cfca76c554282688e090abf8862e88fe77ba4f735f90516cdaf377b548c870b743ec6331b318d3d683f4a8442ba4a14277598b
7
- data.tar.gz: 4939f95a3ac229f8a8502f11bc40cc8ab570f2f56888513c3cc6051c1ee75941ad124676eed51ee5a35a25754d7fb2b0438eead9f7455e101553528ef51f3242
6
+ metadata.gz: 9f282527095ab87786df2e25ff93da7dfdf3691d46bbcc915a87a8a0fb09e74917a6396c97567a7b9b0b85a0bbccaf51dae91d46fb5e76f477a316b04f306c66
7
+ data.tar.gz: ec0e2f83caaf5bc587cf250fc071e76515415218593730b4c617dfdaad980df27d5ff74b507c2f4ad412e166b5e6b7765a401b1e2f535f85bc62a20d8fc6b4f2
File without changes
data/grpc_c.64.ruby CHANGED
Binary file
@@ -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.46.3\"" '
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=c99 '
105
+ $CFLAGS << ' -std=c11 '
106
106
  $CFLAGS << ' -Wall '
107
107
  $CFLAGS << ' -Wextra '
108
108
  $CFLAGS << ' -pedantic '
Binary file
Binary file
Binary file
Binary file
@@ -14,5 +14,5 @@
14
14
 
15
15
  # GRPC contains the General RPC module.
16
16
  module GRPC
17
- VERSION = '1.46.3'
17
+ VERSION = '1.47.0'
18
18
  end
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.46.3
4
+ version: 1.47.0
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - gRPC Authors
8
8
  autorequire:
9
9
  bindir: src/ruby/bin
10
10
  cert_chain: []
11
- date: 2022-05-20 00:00:00.000000000 Z
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