grpc 1.71.0-x86_64-linux → 1.72.0-x86_64-linux
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/src/ruby/ext/grpc/extconf.rb +1 -1
- data/src/ruby/lib/grpc/3.0/grpc_c.so +0 -0
- 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: 3389b7b5adcfc5922a6ed284b2e3e6ef647f58d706ca3fd483d4bc969c6ac941
|
4
|
+
data.tar.gz: 44b8aec8863f5df381871ff6529286aecb29ff156b5d02aa571d50c315e74787
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bafc02dca559de1d3366140a5e9c3610141114b89a1fb9d6c2898867e39b265ef1a29969c7749c50ee67a35e988864c2d7401c1c4784f98277f50dcfcd44a25d
|
7
|
+
data.tar.gz: f38f06f840ac368c0e975f7973a8f3dfa5911c53c83dbbeff3f50736a2623ddc55be4f18c5f2faf68de2876e055f563699bc623e7f38021a5cc2c816b3815d8c
|
@@ -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
|
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: x86_64-linux
|
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
|
@@ -358,10 +358,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
358
358
|
- !ruby/object:Gem::Version
|
359
359
|
version: '0'
|
360
360
|
requirements: []
|
361
|
-
rubygems_version: 3.6.
|
361
|
+
rubygems_version: 3.6.8
|
362
362
|
specification_version: 4
|
363
363
|
summary: GRPC system in Ruby
|
364
364
|
test_files:
|
365
|
+
- src/ruby/pb/test/client.rb
|
366
|
+
- src/ruby/pb/test/server.rb
|
367
|
+
- src/ruby/pb/test/xds_client.rb
|
365
368
|
- src/ruby/spec/call_credentials_spec.rb
|
366
369
|
- src/ruby/spec/call_spec.rb
|
367
370
|
- src/ruby/spec/channel_connection_spec.rb
|
@@ -406,6 +409,3 @@ test_files:
|
|
406
409
|
- src/ruby/spec/testdata/server1.pem
|
407
410
|
- src/ruby/spec/time_consts_spec.rb
|
408
411
|
- src/ruby/spec/user_agent_spec.rb
|
409
|
-
- src/ruby/pb/test/client.rb
|
410
|
-
- src/ruby/pb/test/server.rb
|
411
|
-
- src/ruby/pb/test/xds_client.rb
|