#!/usr/bin/env ruby
#
#  Created on 2008-12-27.
#  Copyright (c) 2008. All rights reserved.

require File.expand_path(File.dirname(__FILE__) + "/../lib/rubigen")

require "rubigen/cli"

Rubigen::CLI.execute(STDOUT, ARGV, :destination => File.expand_path("."))
