Sha256: 734178e374a8614934bfd2ff6a0ed4f82dfb09004df632ce7f82abd09b6f0720
Contents?: true
Size: 495 Bytes
Versions: 9
Compression:
Stored size: 495 Bytes
Contents
#!/usr/bin/env ruby require 'pathname' source_path = (Pathname.new(__FILE__).dirname + '../lib').expand_path $LOAD_PATH << source_path require 'gimbal' if ['-v', '--version'].include? ARGV[0] puts Gimbal::VERSION exit 0 end templates_root = File.expand_path(File.join("..", "templates"), File.dirname(__FILE__)) Gimbal::AppGenerator.source_root templates_root Gimbal::AppGenerator.source_paths << Rails::Generators::AppGenerator.source_root << templates_root Gimbal::AppGenerator.start
Version data entries
9 entries across 9 versions & 1 rubygems