Sha256: ae83634ffe843eacba2739008abf2922d49099e2b5dc3027434b0ace21523e00

Contents?: true

Size: 507 Bytes

Versions: 9

Compression:

Stored size: 507 Bytes

Contents

#!/usr/bin/env ruby
#
# Copyright (c) 2018 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/update'

if File.basename($PROGRAM_NAME) == File.basename(__FILE__)
  ReVIEW::Update.execute(*ARGV)
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
review-5.0.0 bin/review-update
review-4.2.0 bin/review-update
review-4.1.0 bin/review-update
review-4.0.0 bin/review-update
review-3.2.0 bin/review-update
review-3.1.0 bin/review-update
review-3.0.0 bin/review-update
review-3.0.0.rc1 bin/review-update
review-3.0.0.preview4 bin/review-update