henrik / jekyll

Jekyll is a blog-aware, static site generator in Ruby
126 stars 39 forks source link

gem install fails with RedCloth missing #8

Closed ianrumford closed 13 years ago

ianrumford commented 13 years ago

Hi,

Completely new to Jekyll.

When I use the gem install from the instructions:

sudo gem install mojombo-jekyll -s http://gems.github.com

I get told

mojombo-jekyll requires RedCloth (>= 4.2.1, runtime)

I've manually installed RedCloth and have version 4.2.8.

But the error persists.

BTW I've also updated to RubyGems latest (1.8.8) but no difference.

Thoughts?