iron-hammer

DESCRIPTION:

Iron Hammer gathers together three components to help automate the build, test and deployment process of C# projects: an Anvil, a Hammer and a Blacksmith.

FEATURES/PROBLEMS:

# Anvil
Parse the contents of a directory, loading information about projects and solutions contained there

# Hammer
Provides command lines for building and running tests

# Blacksmith
Not implemented yet

SYNOPSIS:

# Reading the solution file information from the current directory
a = Anvil.load_from '.'
# Initializing a new Hammer
h = Hammer.new
# Getting the command line for building a solution
h.build a.solution
# Getting the command line for running multiple tests
h.test a.test_projects

REQUIREMENTS:

rubyzip2 (>= 2.0.1) 
builder (>= 2.1.2)

INSTALL:

gem install iron_hammer

LICENSE:

(The MIT License)

MACSkeptic Iron-Hammer

Copyright © 2010 Mozair Alves do Carmo Junior, codevil.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Date: 2010-01-16 18:11:01 -0300 (Sat, 18 Jan 2010)