grpc 1.71.0-x64-mingw-ucrt → 1.72.0-x64-mingw-ucrt

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: 37b986c7c434aa3d498a27a0051595342fb486979bd656b186246cffc9558263
4
- data.tar.gz: cad4dbaf05552d82744fb09cad9d7bef2c80df0657883044b363117d11bae6a8
3
+ metadata.gz: 1b905a4d7dcf8a000eca8e46a0450b6f3d52bb7e49b17e468397386a75d25d20
4
+ data.tar.gz: 1c59cbaf115d1008e2e6ccb5859a04d48e02697171d716dea5e21059febc3967
5
5
  SHA512:
6
- metadata.gz: '0773485392cde10657de0f6510b3a9d2063ea6681005165cb3872f364fdd1f10cbd179dbdbfc8bba77613d5a07cc5f80c51e28478ea08b6db539231293877d84'
7
- data.tar.gz: 4ba592234e92b43550b0f7b20f6fe1b4c4a5b6d00b4ec8cef02c6727ddf66b3ed9cd4f775c913d40f583f57418baa74b753bd2113c6e6031e780541150bb1ffb
6
+ metadata.gz: 2dde1777d2d4b0f4e0cc10b563ac3840500a50ce59d4ff004f906d226d911b5119ad095e30746f35f21f97c942c6cabc43b746a39b63353f77fb682e519ff1d7
7
+ data.tar.gz: a4f2dbc2c65fa3199d9cc3df1adddd1cf58c3dc96e7292105567389344766a185c3c725e449dc90d11aa2ab042d7e3b0b20cbcb56a549a3a2f331b818d838c01
data/grpc_c.64-ucrt.ruby CHANGED
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
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.71.0'
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.71.0
4
+ version: 1.72.0
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - gRPC Authors
8
8
  bindir: src/ruby/bin
9
9
  cert_chain: []
10
- date: 2025-03-06 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
@@ -357,10 +357,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
357
357
  - !ruby/object:Gem::Version
358
358
  version: '0'
359
359
  requirements: []
360
- rubygems_version: 3.6.5
360
+ rubygems_version: 3.6.8
361
361
  specification_version: 4
362
362
  summary: GRPC system in Ruby
363
363
  test_files:
364
+ - src/ruby/pb/test/client.rb
365
+ - src/ruby/pb/test/server.rb
366
+ - src/ruby/pb/test/xds_client.rb
364
367
  - src/ruby/spec/call_credentials_spec.rb
365
368
  - src/ruby/spec/call_spec.rb
366
369
  - src/ruby/spec/channel_connection_spec.rb
@@ -405,6 +408,3 @@ test_files:
405
408
  - src/ruby/spec/testdata/server1.pem
406
409
  - src/ruby/spec/time_consts_spec.rb
407
410
  - src/ruby/spec/user_agent_spec.rb
408
- - src/ruby/pb/test/client.rb
409
- - src/ruby/pb/test/server.rb
410
- - src/ruby/pb/test/xds_client.rb