Sha256: c880fea82eebb198e6c08cf1c9c8e4c48914ca21df0997a8bca196d3242298af
Contents?: true
Size: 438 Bytes
Versions: 12
Compression:
Stored size: 438 Bytes
Contents
#!/usr/bin/env ruby # -*- coding: UTF-8 -*- # # Created by Michael Jansen on 2009-8-31. # Copyright (c) 2009. All rights reserved. # BEGIN { $VERBOSE = true } require 'pathname' require 'rubygems' # libs relative to the link target root_directory = Pathname.new(__FILE__).realpath.dirname.dirname require root_directory.join( 'lib/build-tool').to_s require 'build-tool/application' exit BuildTool.main( $0, ARGV, root_directory );
Version data entries
12 entries across 12 versions & 1 rubygems