Module Hoe::Compiler
In: lib/hoe/compiler.rb

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.

Tasks Provided:

compile:Compile your c-extension.

Methods

Attributes

compile_tasks  [RW]  Optional: Defines what tasks need to be compile first. [default: test]

Public Instance methods

Define tasks for compiler plugin.

Initialize variables for compiler plugin.

[Validate]