rubuild-core
DESCRIPTION:
Rubuild - Source-selection polymorphic build tool.
Rubuild is a replacement for "make", written in Ruby.
Rubuild is motivated by the desire to support source-selection polymorphism - that is, the ability to select different tools and/or source files (which implement known interfaces) during the compilation process.
Modules and Classes
[Rubuild::Build] Classes for managing dependency actions. [Rubuild::Env] Classes for managing provide/require semantics for build steps.
FEATURES/PROBLEMS:
SYNOPSIS:
REQUIREMENTS:
- Safer >= 0.3.0
INSTALL:
- sudo gem install rubuild-core
DEVELOPERS:
After checking out the source, run:
$ rake newb
This task will install any missing dependencies, run the tests/specs, and generate the RDoc.
LICENSE:
This software is placed into the public domain.