grpc 1.70.1-x64-mingw32 → 1.72.0-x64-mingw32

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5fcb41bb50f55702ee5eea56ae749ef19e03115f77ced2c1e4d33d1f59b0334c
4
- data.tar.gz: 5335be8b68c80325398ff3d164b0d4824edd4e4abca467b8beb79da2e614ed04
3
+ metadata.gz: 2b6d374fdcf7e9f48f7e08b6db376ad710e5760a72762bd22dfb6f5ad3d8a9d6
4
+ data.tar.gz: bde7fed9262d34809f5b03e90a04e7b236aa40bc4e0f65071c8174d2799f8bb8
5
5
  SHA512:
6
- metadata.gz: 500b68cc4cf38b22646bdb9cc1746d8f8c9e59cd0bf9b2a7de760c6e2b3fe35c9f0c236b99dcf711f4b0e3be2037b970a6c3da8c2df92e5c4752ae4b7ab1a1a7
7
- data.tar.gz: 256eef913f1e18437f86f8314454ab1a76262905f702755f534f9167cdd7bca27526d162a6a5225662348a41f976675ea2b74f5a6fc462a7bea880ee6a380579
6
+ metadata.gz: 92413777306119e8d91657447a589c26d8f8c17531a6f3448a3eb82e315d43fb7f594658395ddaf6ead9ff91a821854a839f99fca8c3008895de99fa7d5584d4
7
+ data.tar.gz: a5603f0b71e2e64aa6f7dc24eb3542f205e1763be2d84715f5c7fc7d4d8997e46d99e58fa7b41a75c7122d76a95ccda252265dc3d4c7b8f2e00d2e330454ebc7
Binary file
@@ -29,7 +29,7 @@ grpc_root = File.expand_path(File.join(File.dirname(__FILE__), '../../../..'))
29
29
 
30
30
  grpc_config = ENV['GRPC_CONFIG'] || 'opt'
31
31
 
32
- ENV['MACOSX_DEPLOYMENT_TARGET'] = '10.14'
32
+ ENV['MACOSX_DEPLOYMENT_TARGET'] = '11.0'
33
33
 
34
34
  def debug_symbols_output_dir
35
35
  d = ENV['GRPC_RUBY_DEBUG_SYMBOLS_OUTPUT_DIR']
Binary file
@@ -14,5 +14,5 @@
14
14
 
15
15
  # GRPC contains the General RPC module.
16
16
  module GRPC
17
- VERSION = '1.70.1'
17
+ VERSION = '1.72.0'
18
18
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.70.1
4
+ version: 1.72.0
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - gRPC Authors
8
8
  bindir: src/ruby/bin
9
9
  cert_chain: []
10
- date: 2025-01-31 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-protobuf
@@ -354,10 +354,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
354
354
  - !ruby/object:Gem::Version
355
355
  version: '0'
356
356
  requirements: []
357
- rubygems_version: 3.6.3
357
+ rubygems_version: 3.6.8
358
358
  specification_version: 4
359
359
  summary: GRPC system in Ruby
360
360
  test_files:
361
+ - src/ruby/pb/test/client.rb
362
+ - src/ruby/pb/test/server.rb
363
+ - src/ruby/pb/test/xds_client.rb
361
364
  - src/ruby/spec/call_credentials_spec.rb
362
365
  - src/ruby/spec/call_spec.rb
363
366
  - src/ruby/spec/channel_connection_spec.rb
@@ -402,6 +405,3 @@ test_files:
402
405
  - src/ruby/spec/testdata/server1.pem
403
406
  - src/ruby/spec/time_consts_spec.rb
404
407
  - src/ruby/spec/user_agent_spec.rb
405
- - src/ruby/pb/test/client.rb
406
- - src/ruby/pb/test/server.rb
407
- - src/ruby/pb/test/xds_client.rb