I am having a problem installing webgen 0.5 in Ubuntu 12.04.
In particular, I have a website written in Markdown, and webgen 0.5 fails with:
Error while working on </index.en.html> with Webgen::ContentProcessor::Kramdown:
The needed library 'kramdown' is missing. You can install it via rubygems with 'gem install kramdown'!
I try to install via:
-> sudo gem install kramdown
Successfully installed kramdown-0.13.7
1 gem installed
Installing ri documentation for kramdown-0.13.7...
Installing RDoc documentation for kramdown-0.13.7...
However, I still get the same error in webgen... (I tried installing in Ruby 1.8 gem, and Ruby 1.9 gem and I get the same error in both cases.)