| commit | eade6e02d2ae59cb4aeb3b718eebbc41bf7b738f | [log] [tgz] |
|---|---|---|
| author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | Fri Jan 29 22:53:31 2016 +0100 |
| committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | Fri Jan 29 22:53:31 2016 +0100 |
| tree | 71dc28e03dffeb099037498966046cc83afa0262 | |
| parent | 2283ff6638739da590332bd987380205996a0e27 [diff] [blame] |
Renaming the Ruby grpc extension to grpc_c, and renaming its loader from loader.rb to grpc.rb
diff --git a/Rakefile b/Rakefile index 02c9867..ef4c752 100755 --- a/Rakefile +++ b/Rakefile
@@ -16,7 +16,7 @@ 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')