grpc 1.46.2-x86-linux → 1.46.3-x86-linux

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: aff5871eebf100d4ae42f5ffcf72a094d3fbb7415b6c6a2fdf45934eff85330e
4
- data.tar.gz: 745b4770ec08221e6f23fc593852195f1f70ee3a0b7619bff27a6acabbee24b2
3
+ metadata.gz: '0109dba7bb899fd88e82c7db52f4c3d4eee19d4c95389971c0738152818ada16'
4
+ data.tar.gz: 060ac1e03925ca4d7e6f59513182588399ccc3d1693a86d1bcd8935938d2d532
5
5
  SHA512:
6
- metadata.gz: 94410c4bd5709d2dd79cf276b49b0949550ad8de5877314313cf60b3c5403b9421717d826866145f026ddfb45ed6810a07a1b4a512a737045097e9860950ac18
7
- data.tar.gz: e52ab51dcdaccc85e7b04fdedcf6ca4108abef2ecb0e9943a3a2b2f0dd1326b2ff2889083fed3a75026adfa006dd99cc4df61d4f74277a599b4dd5877c63a5da
6
+ metadata.gz: b5ba57dca6d02581e2561abb643ad9efcc7f847097135e62f06f93f35d83cfd3f586a0f8254768e4e6fe9507927faea25b1c5412210a6e339fad42a5ac7b833f
7
+ data.tar.gz: 94bf419406a87aaa4bfc6c968a00e789d165402ce328a3ea79305c7ff15b288e274a37f412be3889ba1dba74763d501bb1d2c7bcda71da2dc2469fb815f28c10
@@ -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-linux
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