Sha256: 2d467d2a9240763aa879b7dbfa7b3e10eb0bc65dbd42c6cb1792df570b6dcff5
Contents?: true
Size: 494 Bytes
Versions: 17
Compression:
Stored size: 494 Bytes
Contents
#!/usr/bin/env ruby # encoding: utf-8 # # Copyright (c) 2010-2014 Kenshi Muto and Masayoshi Takahashi # # 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/pdfmaker' ReVIEW::PDFMaker.execute(*ARGV)
Version data entries
17 entries across 17 versions & 2 rubygems