Sha256: fc485bc0e8b47393b6401d815b1672483dab6cc0473d9a2fb382c0bf21fb26e1
Contents?: true
Size: 694 Bytes
Versions: 2
Compression:
Stored size: 694 Bytes
Contents
$LOAD_PATH.unshift(File.expand_path('./../../', __FILE__)) require File.join(File.expand_path('./../../../../', __FILE__), 'agilib.rb') require 'composer' require File.join(File.dirname(__FILE__), 'core_ext.rb') %w(default gems responders simple_form bootstrap rspec apitome devise token push cancan better_errors layout finalize).each do |recipe| apply templater.recipe(recipe) end say("\nInitial generation complete\n", Thor::Shell::Color::YELLOW) say("\nBeginning bundle install\n", Thor::Shell::Color::YELLOW) run 'bundle install' say("\nbundle install complete\n", Thor::Shell::Color::YELLOW) execute_post_bundler_strategies # git :add => "." # git :commit => "-m 'Initial commit'"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
agilib-0.1.9 | lib/agilib/composer/templates/runner.rb |
agilib-0.1.8 | lib/agilib/composer/templates/runner.rb |