I tried to run rake deliverables with the following Rakefile:
require 'quarto'
Quarto.configure do |config|
config.author = "Avdi Grimm"
config.title = "Confident Ruby"
end
Just as it is prescribed in the README, but got the error message in the subject line.
What am I doing wrong?
I tried to run
rake deliverableswith the following Rakefile:Just as it is prescribed in the README, but got the error message in the subject line.
What am I doing wrong?