Sha256: 4d496cc46bb06969a7033a54592a34bf5c8371b04af6ab8dc225c9d2e7c9f56f
Contents?: true
Size: 442 Bytes
Versions: 11
Compression:
Stored size: 442 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". $LOAD_PATH.unshift(File.realpath('../lib', __dir__)) require 'review/update' if File.basename($PROGRAM_NAME) == File.basename(__FILE__) ReVIEW::Update.execute(*ARGV) end
Version data entries
11 entries across 11 versions & 1 rubygems