Sha256: 90f7153f41ef07376bb9ecf2c27283d65a7f7688228fdf454d117ca2d33b2b98

Contents?: true

Size: 453 Bytes

Versions: 11

Compression:

Stored size: 453 Bytes

Contents

#!/usr/bin/env ruby

require 'pathname'

source_path = (Pathname.new(__FILE__).dirname + '../lib').expand_path
$LOAD_PATH << source_path

require 'blueberry_rails'

templates_root = File.expand_path(File.join('..', 'templates'), File.dirname(__FILE__))
BlueberryRails::AppGenerator.source_root templates_root
BlueberryRails::AppGenerator.source_paths << Rails::Generators::AppGenerator.source_root << templates_root

BlueberryRails::AppGenerator.start

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
blueberry_rails-1.0.0 bin/blueberry_rails
blueberry_rails-0.4.1 bin/blueberry_rails
blueberry_rails-0.4.0 bin/blueberry_rails
blueberry_rails-0.3.10 bin/blueberry_rails
blueberry_rails-0.3.9 bin/blueberry_rails
blueberry_rails-0.3.8 bin/blueberry_rails
blueberry_rails-0.3.7 bin/blueberry_rails
blueberry_rails-0.3.6 bin/blueberry_rails
blueberry_rails-0.3.5 bin/blueberry_rails
blueberry_rails-0.3.4 bin/blueberry_rails
blueberry_rails-0.3.3 bin/blueberry_rails