Sha256: c751db2717b28a70a15c8b19bcde900dc7cfd1bf0bacc0d07af3ad70d516b33f

Contents?: true

Size: 494 Bytes

Versions: 5

Compression:

Stored size: 494 Bytes

Contents

#!/usr/bin/env ruby
# Copyright (c) 2010-2019 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'
require 'optparse'
bindir = Pathname.new(__FILE__).realpath.dirname
$LOAD_PATH.unshift((bindir + '../lib').realpath)

require 'review/epubmaker'

ReVIEW::EPUBMaker.execute(*ARGV)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
review-5.0.0 bin/review-epubmaker
review-4.2.0 bin/review-epubmaker
review-4.1.0 bin/review-epubmaker
review-4.0.0 bin/review-epubmaker
review-3.2.0 bin/review-epubmaker