rake-compiler version 0.8.2 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.8.2 / 2013-01-11 * Bugfixes: * Unset CC, LDFLAGS and CPPFLAGS prior cross-compiling. Closes #55
on 2013-01-12 01:57
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.