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 +4 -4
- data/grpc_c.64-ucrt.ruby +0 -0
- data/src/ruby/ext/grpc/extconf.rb +1 -1
- data/src/ruby/lib/grpc/3.1/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/3.2/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/3.3/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/3.4/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b905a4d7dcf8a000eca8e46a0450b6f3d52bb7e49b17e468397386a75d25d20
|
4
|
+
data.tar.gz: 1c59cbaf115d1008e2e6ccb5859a04d48e02697171d716dea5e21059febc3967
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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'] = '
|
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
|
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.
|
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:
|
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.
|
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
|