Sha256: 44527567451f04ba164f50c3828dc4df46005a2149fae24b2087ed20685beec5
Contents?: true
Size: 423 Bytes
Versions: 2
Compression:
Stored size: 423 Bytes
Contents
#!/usr/bin/env ruby require 'pathname' source_path = (Pathname.new(__FILE__).dirname + '../lib').expand_path $LOAD_PATH << source_path require 'railsqs' templates_root = File.expand_path(File.join("..", "templates"), File.dirname(__FILE__)) Railsqs::AppGenerator.source_root templates_root Railsqs::AppGenerator.source_paths << Rails::Generators::AppGenerator.source_root << templates_root Railsqs::AppGenerator.start
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
railsqs-1.0.1 | bin/railsqs |
railsqs-1.0.0 | bin/railsqs |