[ANN] rake-compiler 0.3.0 Released

rake-compiler version 0.3.0 has been released!

* <http://github.com/luislavena/rake-compiler>
* <http://rubyforge.org/projects/rake-compiler>

= rake-compiler

rake-compiler aims to help Gem developers while dealing with Ruby C
extensions, simplifiying the code and reducing the duplication.

It follows *convention over configuration* and set an standarized
structure to build and package C extensions in your gems.

This is the result of expriences dealing with several Gems that required
native extensions across platforms and different user configurations
where details like portability and clarity of code were lacking.

== An Overview

Let's summarize what rake-compiler provides:

* No custom rake tasks required. Less code duplication and errors.

* Painlessly build extensions on different platforms (Linux, OSX and Windows).

* Allow multiple extensions be compiled inside the same gem.

* Mimics RubyGems installation process, so helps as test environment.

* Simplify cross platform compilation of extensions (target Windows from Linux).

Changes:

=== 0.3.0 / 2008-12-07

* 1 Major Enhancement:

  * Let you specify the Ruby version used for cross compilation instead
    of default one.

      rake cross compile RUBY_CC_VERSION=1.8

* 2 Minor Enhancements:

  * Properly update rake-compiler configuration when new version is installed.
  * Automated release process to RubyForge, yay!

* 1 Bug fix:

  * Corrected documentation to reflect the available options

···

--
Luis Lavena
AREA 17
-
Perfection in design is achieved not when there is nothing more to add,
but rather when there is nothing more to take away.
Antoine de Saint-Exupéry