rake-compiler version 0.9.1 has been released!
* <http://github.com/luislavena/rake-compiler>
= What is rake-compiler?
rake-compiler is first and foremost a productivity tool for Ruby developers.
It's goal is to make the busy developer's life easier by simplifying the
building
and packaging of Ruby extensions by simplifying code and reducing
duplication.
It follows *convention over configuration* by advocating a standardized
build and
package structure for both C and Java based RubyGems.
rake-compiler is the result of many hard-won experiences dealing with
several
diverse RubyGems that provided native extensions for different platforms and
different user configurations in different ways. Details such as
differences in
code portability, differences in code clarity, and differences in project
directory
structure often made it very difficult for newcomers to those RubyGems.
From these challenges, rake-compiler was born with the single-minded goal of
making the busy RubyGem developer's life much less difficult.
== Feature Overview
Some of the benefits rake-compiler provides include:
* No custom rake tasks required. Less code duplication and errors.
* Painlessly build extensions on different platforms (Linux, OSX and
Windows).
* Painlessly build extensions for different Ruby implementations (JRuby,
Rubinius and MRI).
* Allow multiple extensions to be compiled inside the same gem.
* Painlessly build "fat" native gems for Windows users (from Linux or OSX).
* Mimics RubyGems standard installation process, helping as a test
environment.
* Simplifies cross platform extension compilation (targeting Windows from
Linux).
Changes:
=== 0.9.1 / 2013-08-03
* Bugfixes:
* Restore compatibility with RubyGems platforms for cross-compilation
(i386-mingw32 and x86-mingw32 are the same and supported)
···
--
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