Sha256: 708087be51868b9557b5cfda423905f5d12ced8e09262b2de43c5b4863e01513
Contents?: true
Size: 2 KB
Versions: 1
Compression:
Stored size: 2 KB
Contents
# Albacore [![Build Status](https://secure.travis-ci.org/Albacore/albacore.png?branch=dev)](http://travis-ci.org/Albacore/albacore) [![Gem Version](https://badge.fury.io/rb/albacore.png)](http://badge.fury.io/rb/albacore) [![Dependency Status](https://gemnasium.com/Albacore/albacore.png)](https://gemnasium.com/Albacore/albacore) [![Code Climate](https://codeclimate.com/github/Albacore/albacore.png)](https://codeclimate.com/github/Albacore/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][2]. Or, browse the [detailed instructions][1] for each task in our wiki. Details about goals and releases can be found at [albacorebuild.net](http://albacorebuild.net) and by following [@albacorebuild](https://twitter.com/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!): ```ruby gem "albacore", "~> 1.0.rc" ``` And then execute ```bat > bundle ``` Or install it yourself: ```bat > gem install albacore ``` ## Usage Require the Albacore gem at the top of your rakefile and start using the custom tasks. Consult the [quick start][3] or the detailed [task instructions][1] for more information on how to use Albacore tasks in your Rake build. ```ruby 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` [1]: https://github.com/Albacore/albacore/wiki [2]: https://github.com/Albacore/albacore/wiki#rake-quick-start [3]: https://github.com/Albacore/albacore/wiki#albacore-quick-start
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
albacore-1.0.0.rc.3 | README.md |