avdi / quarto

MIT License
469 stars 29 forks source link

README doesn't actually work #17

Closed steveklabnik closed 10 years ago

steveklabnik commented 10 years ago

Using your config block almost verbatim:

$ rake deliverables
rake aborted!
undefined method `author=' for Quarto:Module
steveklabnik commented 10 years ago

Oh, I think this is just because you haven't released in a while?

steveklabnik commented 10 years ago

Can confirm that's it.

noahgibbs commented 10 years ago

In case anybody else hits this -- what he means is that version 0.0.1 in RubyGems is outdated. You'll need to "gem build quarto.gemspec" in a git checkout and install it locally with "gem install quarto-0.0.1.gem".

You may also need to remove the development dependency on Rake that mirrors a runtime dependency -- my RubyGems complains about that.

There's likely more you'll need to do as well.