Sha256: a2e54dcc17fabe8abb5e529eace36ef20c5cf50361ed978bd9d998268ba9ed99
Contents?: true
Size: 413 Bytes
Versions: 14
Compression:
Stored size: 413 Bytes
Contents
require "rbconfig" require "wagn/script_wagn_loader" # If we are inside a Wagn application this method performs an exec and thus # the rest of this script is not run. Wagn::ScriptWagnLoader.exec_script_wagn! require "rails/ruby_version_check" Signal.trap("INT") { puts; exit(1) } # if ARGV.first == 'plugin' # ARGV.shift # require 'wagn/commands/plugin_new' # else require "wagn/commands/application" # end
Version data entries
14 entries across 14 versions & 1 rubygems