Albacore
Albacore is a professional quality suite of Rake tasks for building .NET or Mono based systems. It's like MSBuild or NAnt without all the stabby-bracket XML hell! The tasks are built using a test-first approach and all tests are included in the gem. If you're new to Ruby/Rake read the quick start. Or, browse the detailed instructions for each task in our wiki.
Details about goals and releases can be found at albacorebuild.net and by following @albacorebuild.
Installation
Add this line to the Gemfile where you maintain the dependencies for your build (we recommend the latest RC for RubyZip 1.0 support, only remove the version spec if you know what you're doing!):
gem "albacore", "~> 1.0.0"
And then execute
> bundle install
Or install it yourself:
> gem install albacore
Usage
Require the Albacore gem at the top of your rakefile and start using the custom tasks. Consult the quick start or the detailed task instructions for more information on how to use Albacore tasks in your Rake build.
require "albacore"
Supported Rubies
Albacore has been tested against the following versions of Ruby for Windows and Linux. Use unsupported versions at your own risk!
- MRI:
1.9.3,2.0.0(x86 only, Nokogiri does not support x64 yet) - JRuby:
HEAD


