lib/ubiquo/template.erb in ubiquo-0.1.4 vs lib/ubiquo/template.erb in ubiquo-0.1.5

- old
+ new

@@ -44,11 +44,11 @@ git_root = options[:devel] ? 'git@github.com:gnuine' : 'git://github.com/gnuine' plugin_names.each { |name| plugin name, :git => "#{git_root}/#{name}.git", :branch => options[:branch], :submodule => true } end # To ask needed settings when boostraping the app appname = "<%= @opts[:app_name] %>" -exception_recipient = "programadors@gnuine.com" -sender_address = "errors@gnuine.com" +exception_recipient = "<%= @opts[:exception_recipient] %>" +sender_address = "<%= @opts[:sender_address] %>" # Remove rails temporary directories ["./tmp/pids", "./tmp/sessions", "./tmp/sockets", "./tmp/cache"].each do |f| run("rmdir ./#{f}") end # Hold empty dirs by adding .gitignore to each (to avoid git missing needed empty dirs)