grpc 1.40.0.pre1-universal-darwin → 1.40.0-universal-darwin

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: bf38ed5d1fe75b2b6233dcb9e7b088bf73388a9a38358b36da3dfd84152ad956
4
- data.tar.gz: 451291c3848a31d898055bb22e4a08cb82cc6b9adab3c60efce706a57ea14028
3
+ metadata.gz: 21bd9d905369a10bd4fe9d96e78453e457479f4402af47c7312f43e560dad8da
4
+ data.tar.gz: e564f2cfdfa9f33890afcbdcab10c7386bb5754d9d0edc539a3d2f6c64b84c0c
5
5
  SHA512:
6
- metadata.gz: cd83bdc3666ca0e3bfefed4b5b220a457141633a6fc9ac60dff01f7d742b024c4e3cb3c01a6c8d712ee9e386cdd357059699be7928a4cf8fd2b40db6c589a99e
7
- data.tar.gz: dcbf244b51f36ab5376d23d86b407a6393c68869895053d87f7803d7ca19922df17c6109569d0cb0e3be5c8ff7d40f353fb8833c5a6a1626cd7ad2035885bcd1
6
+ metadata.gz: 451d825bbf9ec3c9cf8df12eb44ed063b0cfdb055093c5fe73385481153c3d6fe089dff1b025d01e0c1e77b64b2aa015491bacfd37fcabce6d4225b1466efcfd
7
+ data.tar.gz: 8f7ae36f85e887aafa8fce55e1650a7e9158e5bedfc74201baff13ca66eff148948dba98a8d132bd660317b67f99041f7d22d7e5ea27768d54a21b2809b1d73b
@@ -57,7 +57,7 @@ end
57
57
 
58
58
  ENV['CPPFLAGS'] = '-DGPR_BACKWARDS_COMPATIBILITY_MODE'
59
59
  ENV['CPPFLAGS'] += ' -DGRPC_XDS_USER_AGENT_NAME_SUFFIX="\"RUBY\"" '
60
- ENV['CPPFLAGS'] += ' -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX="\"1.40.0.pre1\"" '
60
+ ENV['CPPFLAGS'] += ' -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX="\"1.40.0\"" '
61
61
 
62
62
  output_dir = File.expand_path(RbConfig::CONFIG['topdir'])
63
63
  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.40.0.pre1'
17
+ VERSION = '1.40.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.40.0.pre1
4
+ version: 1.40.0
5
5
  platform: universal-darwin
6
6
  authors:
7
7
  - gRPC Authors
8
8
  autorequire:
9
9
  bindir: src/ruby/bin
10
10
  cert_chain: []
11
- date: 2021-08-21 00:00:00.000000000 Z
11
+ date: 2021-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf
@@ -350,11 +350,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
350
350
  version: 3.1.dev
351
351
  required_rubygems_version: !ruby/object:Gem::Requirement
352
352
  requirements:
353
- - - ">"
353
+ - - ">="
354
354
  - !ruby/object:Gem::Version
355
- version: 1.3.1
355
+ version: '0'
356
356
  requirements: []
357
- rubygems_version: 3.2.26
357
+ rubygems_version: 3.2.27
358
358
  signing_key:
359
359
  specification_version: 4
360
360
  summary: GRPC system in Ruby