Rakefile in rango-0.1.1.2 vs Rakefile in rango-0.1.1.2.1

- old
+ new

@@ -15,8 +15,10 @@ # load tasks Dir["tasks/*.rake"].each do |taskfile| begin load File.join(Dir.pwd, taskfile) rescue Exception => exception - puts exception + puts "Exception #{exception.class} occured during loading #{taskfile}:" + puts exception.message + puts exception.backtrace end end