grpc-tools 1.35.0 → 1.38.0.pre1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d48ac74b10bfbcda630cb4d70b3191cf195153ae0b408d026426f36a774cc2ad
4
- data.tar.gz: edd81382fc4efc3a95d55e2f3a3d8eaf02e13f8b5359e748c9062b96fcc142a7
3
+ metadata.gz: c7becf8c129085d5ec8d6b6fbc9fd37c542fa14b9fb3877a4db3f3aa952a8a12
4
+ data.tar.gz: 623bd3584730b26696aeb56beee84867872da80163d9050448870b7a7dc84d34
5
5
  SHA512:
6
- metadata.gz: 2715a584040ac83b24f31ece72b32b6ee1b00f4185a46eccdd3a9e986a805d9465cf723e7f29695f1421c07e3d9551ffcd2c8592c938ec84c29f929789f66fb9
7
- data.tar.gz: f478a3165648cfdf3c7b2361e2816c698c3fd78c3d563686760d5f9c5f5a07d35d483c4b315a741a03d7d83390ccb3725c9284c5abf48db63a0aa81f607e1bdc
6
+ metadata.gz: 5bf8d516463a4df5f6bfe6b699bf6e61cf5a8710f43f18e78cf85d10ffb9a233903e24f59bb78ced37e119aff117567107c78316c748c1dcd9c64cbf4fa2cafd
7
+ data.tar.gz: 9ee80d5b5fbcd59a62244f8476f63aa93ac95044a06e49177a9d4e98206a9348e56558c5884703a5ef8beadcf561b200b21846702647a3981035495d9654afcc
Binary file
data/bin/x86-linux/protoc CHANGED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
data/platform_check.rb CHANGED
@@ -29,7 +29,12 @@ module PLATFORM
29
29
  end
30
30
 
31
31
  def PLATFORM.architecture
32
- case RbConfig::CONFIG['host_cpu']
32
+ host_cpu = RbConfig::CONFIG['host_cpu']
33
+
34
+ # When we're on arm in macOS, we can rely on Rosetta and use the x86_64 binary
35
+ return 'x86_64' if RbConfig::CONFIG['host_os'] =~ /darwin/ && host_cpu =~ /arm/
36
+
37
+ case host_cpu
33
38
  when /x86_64/
34
39
  'x86_64'
35
40
  else
data/version.rb CHANGED
@@ -14,6 +14,6 @@
14
14
 
15
15
  module GRPC
16
16
  module Tools
17
- VERSION = '1.35.0'
17
+ VERSION = '1.38.0.pre1'
18
18
  end
19
19
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grpc-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.35.0
4
+ version: 1.38.0.pre1
5
5
  platform: ruby
6
6
  authors:
7
7
  - grpc Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-19 00:00:00.000000000 Z
11
+ date: 2021-05-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: protoc and the Ruby gRPC protoc plugin
14
14
  email: grpc-io@googlegroups.com
@@ -108,9 +108,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
108
108
  version: '0'
109
109
  required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  requirements:
111
- - - ">="
111
+ - - ">"
112
112
  - !ruby/object:Gem::Version
113
- version: '0'
113
+ version: 1.3.1
114
114
  requirements: []
115
115
  rubygems_version: 3.0.8
116
116
  signing_key: