grpc 1.41.0.pre2-universal-darwin → 1.41.0-universal-darwin

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe92f0ea8138ecbde6f07a53e6314d550488658bb8bd4ea3350cc2826b5bd935
4
- data.tar.gz: 9f44f88f1fc38cfac281607559a4b5b6146948952fb32ace3561ba410498b5ba
3
+ metadata.gz: ca50476f312a1421ea42e4a5f7235119eefa6cf48f6980475a87e3c2a69292ee
4
+ data.tar.gz: 02a9f72532174dc6267fe9911f4942fa6aa785e920f998061d8d0c39f2a397f8
5
5
  SHA512:
6
- metadata.gz: 95fe05c015092208735cb0f5a687e465b5d7dbae2a24c92ec847707ed02222756fc305e7f99f89a5d444632ec8f7b46744f88df32acf005457481210c7d8239c
7
- data.tar.gz: 3607e6788c116e8f0d6bd3900283ccf5e328b2444364aae4193aed1c11d58570a152b6201f51f41f8cf7fec8e0a3afac60315126c357dc7bc7a0fad54ac2d261
6
+ metadata.gz: d9e854e05acd7f0b3041bc557a8169c0a679ddfc32546532d4494e14b9e35da7de09c026b55ba10a308755bf84176e17f13d6a2fa2b11f4d0d75b9ce4736e7a0
7
+ data.tar.gz: 5c69586511de77ce402e6dc168184de981506da9c3f6958a0729c8d61eb438977d3645e4dcce63585657fc8e2f3ab0093a35276b61aa232db3a4368b3c97bf2b
@@ -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.41.0.pre2\"" '
60
+ ENV['CPPFLAGS'] += ' -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX="\"1.41.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.41.0.pre2'
17
+ VERSION = '1.41.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.41.0.pre2
4
+ version: 1.41.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-09-18 00:00:00.000000000 Z
11
+ date: 2021-09-25 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.27
357
+ rubygems_version: 3.2.28
358
358
  signing_key:
359
359
  specification_version: 4
360
360
  summary: GRPC system in Ruby