Rakefile in noe-1.5.1 vs Rakefile in noe-1.6.0

- old
+ new

@@ -17,7 +17,7 @@ # Install all tasks found in tasks folder # # See .rake files there for complete documentation. # Dir["tasks/*.rake"].each do |taskfile| - instance_eval File.read(taskfile), taskfile + load taskfile end