compiler.rb

Path: lib/hoe/compiler.rb
Last Update: Mon Jan 01 00:14:34 +0000 2018

rake-compiler plugin for hoe c-extensions.

This plugin is for extconf.rb based projects that want to use rake-compiler to deal with packaging binary gems. It expects a standard extconf setup, namely that your extconf.rb and c source is located in: ext/project-name.

Look at nokogiri for a good example of how to use this.

Tasks Provided:

compile:Compile your c-extension.

[Validate]