From 07b2026b2b7a380d4ff5bbf0be9675e9dbb42005 Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Thu, 11 Jun 2020 12:06:10 -0700 Subject: [PATCH] Add back source-only ruby packages for 1.30.x --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 3b23d0b1b40..a488eb03f0b 100755 --- a/Rakefile +++ b/Rakefile @@ -142,7 +142,7 @@ task 'gem:native' do gem update --system --no-document && \ bundle && \ - rake native:#{plat} pkg/#{spec.full_name}-#{plat}.gem \ + rake native:#{plat} pkg/#{spec.full_name}-#{plat}.gem pkg/#{spec.full_name}.gem \ RUBY_CC_VERSION=2.7.0:2.6.0:2.5.0:2.4.0:2.3.0 \ V=#{verbose} \ GRPC_CONFIG=#{grpc_config}