From eade6e02d2ae59cb4aeb3b718eebbc41bf7b738f Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Fri, 29 Jan 2016 22:53:31 +0100 Subject: Renaming the Ruby grpc extension to grpc_c, and renaming its loader from loader.rb to grpc.rb --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 02c98679e2..ef4c7524e4 100755 --- a/Rakefile +++ b/Rakefile @@ -16,7 +16,7 @@ Gem::PackageTask.new(spec) do |pkg| end # Add the extension compiler task -Rake::ExtensionTask.new('grpc', spec) do |ext| +Rake::ExtensionTask.new('grpc_c', spec) do |ext| ext.source_pattern = '**/*.{c,h}' ext.ext_dir = File.join('src', 'ruby', 'ext', 'grpc') ext.lib_dir = File.join('src', 'ruby', 'lib', 'grpc') -- cgit v1.2.3