aboutsummaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-01-29 22:53:31 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-01-29 22:53:31 +0100
commiteade6e02d2ae59cb4aeb3b718eebbc41bf7b738f (patch)
tree71dc28e03dffeb099037498966046cc83afa0262 /Rakefile
parent2283ff6638739da590332bd987380205996a0e27 (diff)
Renaming the Ruby grpc extension to grpc_c, and renaming its loader from loader.rb to grpc.rb
Diffstat (limited to 'Rakefile')
-rwxr-xr-xRakefile2
1 files changed, 1 insertions, 1 deletions
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')