grpc 1.46.2-x86-mingw32 → 1.46.3-x86-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: 44a9b0b8a0ffc92f2562ba7a4b1f5f42d6a5bb4b3b54b6facd4da990881cab31
4
- data.tar.gz: d5c765e74a997a86583dd258388d524ea61de6a6ac44a1d9ca8da25e8d7a9af5
3
+ metadata.gz: 45acf1fe9c9e68cb59729d3d79270be9c7808263c3265576a16358d2ecba664c
4
+ data.tar.gz: 30ad8473217dc9f9ba0f2ba4154b57f7d69d747579e19faabc14fb18e012a5b0
5
5
  SHA512:
6
- metadata.gz: e55c4a38e710dcd7df6dfa341f8465cffbd6236184ac4db801916fbfaf630ee0a101d23e667dd790dada3f7c37a865d7066da74f3fa8c10eb31f07957db2c73b
7
- data.tar.gz: 563ebee7f6433e4a4db23555d337198a350b136edd91f313640784acf1811a02be64c3d5ce4cc5c50f65a6e13b1440230c9c7da936dabad3bb84cf791fb3ea44
6
+ metadata.gz: a70d71fea8f949277fcddd3c315eec6de9e3231bdb9d513e9111ea8732f75f5d595f6de9f153c8dafa6170dad5170cc0839e285cb9fa8b23da9be03b74f43e85
7
+ data.tar.gz: c402a0f6ea1d27190bd04a488aa543b3e4a51ae54622fe6b135859f1aef4604c9ee3c2245af0e1573d862359ba039ef2512bda0cc61efc22dfab6e00b8b6fdce
data/grpc_c.32.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.2\"" '
63
+ ENV['CPPFLAGS'] += ' -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX="\"1.46.3\"" '
64
64
 
65
65
  output_dir = File.expand_path(RbConfig::CONFIG['topdir'])
66
66
  grpc_lib_dir = File.join(output_dir, 'libs', grpc_config)
Binary file
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.2'
17
+ VERSION = '1.46.3'
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.2
4
+ version: 1.46.3
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-05-12 00:00:00.000000000 Z
11
+ date: 2022-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf