Rakefile in myrrha-1.2.1 vs Rakefile in myrrha-1.2.2
- 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