quarto icon indicating copy to clipboard operation
quarto copied to clipboard

undefined_method `author=` for Quarto::Module when running rake deliverables

Open balinterdi opened this issue 11 years ago • 2 comments

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?

balinterdi avatar Feb 23 '14 21:02 balinterdi

Is this still valid? If so, can you provide the stack trace?

saturnflyer avatar Jan 29 '15 19:01 saturnflyer

Yes, this is still valid. It has the following stacktrace:

✓ /tmp/quarto » rake -T
rake aborted!
undefined method `author=' for Quarto:Module
/private/tmp/quarto/Rakefile:4:in `block in <top (required)>'
/private/tmp/quarto/Rakefile:3:in `<top (required)>'

balinterdi avatar Jan 30 '15 05:01 balinterdi