Sha256: 47b9d2485828bd8c04eec67ff94754d91632ae19691d20b481d50a7679700aa2

Contents?: true

Size: 451 Bytes

Versions: 4

Compression:

Stored size: 451 Bytes

Contents

#!/usr/bin/env ruby
# Copyright (c) 2019 Kenshi Muto
#
# 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/idgxmlmaker'

ReVIEW::IDGXMLMaker.execute(*ARGV)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
review-5.0.0 bin/review-idgxmlmaker
review-4.2.0 bin/review-idgxmlmaker
review-4.1.0 bin/review-idgxmlmaker
review-4.0.0 bin/review-idgxmlmaker