Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Bernard Kenik
RE: missing gem referenced files [ reply ]  
2010-03-24 21:14
Refer tp Ocra Forums (http://rubyforge.org/forum/forum.php?thread_id=47625&forum_id=31710) ...Ocra and Prawn thread. It should give you an idea on how to overcome your problem with pdf-reader gem.

Let me know if you need additional help.

renard@nc.rr.com

By: John Trunek
missing gem referenced files [ reply ]  
2010-03-24 19:26
I'm have a script that uses the pdf-reader gem. This gem loads encoding data from a series of text files at runtime rather than being encoded in the ruby files. Problem is that OCRA doesn't pick up the files as a dependency and the resulting executable doesn't work.

How can I add these files so that they're in the right place (under /lib with the rest of the gem files rather than /src)?