walle / gimli

Utility for converting markup files to pdf files
https://github.com/walle/gimli
MIT License
538 stars 44 forks source link

Fixed "can't convert Array into String" error on install #44

Closed docwhat closed 10 years ago

docwhat commented 11 years ago

This fixes the following error when installing gimli via gem when gems like gem-ctags or rdoc are already installed:

ERROR:  While executing gem ... (TypeError)
   can't convert Array into String

This is because require_path= accepts a string, not an array. However, require_paths= accepts an array.

walle commented 10 years ago

I have merged your changes to release 0.5.3. Sorry for the wait :/

Thank you for your contribution.