lib/rails-maker/cli.rb in rails-maker-0.1.1 vs lib/rails-maker/cli.rb in rails-maker-0.1.7

- old
+ new

@@ -25,10 +25,11 @@ # Execute the template exec(<<-COMMAND) rails new #{project} \ --template=#{RailsMaker::GEM_ROOT}/templates/#{template_name}/bootstrap.rb \ --skip-test-unit \ - --skip-prototype + --skip-prototype \ + --skip-bundle COMMAND end desc 'version', "Prints the rails-maker's version information"