jarrett / rbbcode

Converts BBCode to HTML. Gracefully handles invalid input. Built on Treetop.
41 stars 9 forks source link

Unable to get gem from gemcutter #1

Closed CPFB closed 14 years ago

CPFB commented 14 years ago

$ sudo gem install rbbcode Successfully installed rbbcode-0.1.2 1 gem installed Installing ri documentation for rbbcode-0.1.2... ERROR: While executing gem ... (Errno::ENOENT) No such file or directory - lib

jarrett commented 14 years ago

I get this error too. I've been ignoring it. Note that it says "Successfully installed rbbcode-0.1.2." It seems to be the ri documentation that's failing. In my experience, ri documentation fails pretty frequently when installing gems in general.

Unfortunately, I don't know what the error message means, as the gem clearly includes a lib directory. If anyone knows, I'd greatly appreciate a pointer to the relevant information.

I'll leave this issue open for now. If the problem is more serious than I realize, please do correct me.

jarrett commented 14 years ago

Fixed in 0.1.4.