Sha256: be8d58143af878689139769c49e18cbe35f1ed5e71116ec80a2b9c1d04577b90
Contents?: true
Size: 410 Bytes
Versions: 55
Compression:
Stored size: 410 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
55 entries across 55 versions & 1 rubygems