Sha256: bad0a44d8a5080547259cddb3db565e78ac5e5133eca313c571afbae472edf20
Contents?: true
Size: 412 Bytes
Versions: 18
Compression:
Stored size: 412 Bytes
Contents
#!/usr/bin/env ruby # # This program is free software. # You can distribute or modify this program under the terms of # the GNU LGPL, Lesser General Public License version 2.1. # For details of the GNU LGPL, see the file "COPYING". # require 'pathname' bindir = Pathname.new(__FILE__).realpath.dirname $LOAD_PATH.unshift((bindir + '../lib').realpath) require 'review/webmaker' ReVIEW::WEBMaker.execute(*ARGV)
Version data entries
18 entries across 18 versions & 1 rubygems