better config task

This commit is contained in:
Laurent Sansonetti
2011-10-26 23:11:23 +02:00
parent 058fd25f8d
commit fc3a3f2190

View File

@@ -60,6 +60,6 @@ desc "Show project config"
task :config do
map = Motion::App.config.variables
map.keys.sort.each do |key|
puts key.ljust(20) + " = #{map[key].inspect}"
puts key.ljust(22) + " : #{map[key].inspect}"
end
end