Sha256: 0a38cd2f89acfb35c7e45c4bf3ad3a09cf3e4bc32cc912679179ecc32bead627
Contents?: true
Size: 413 Bytes
Versions: 7
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
7 entries across 7 versions & 1 rubygems