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)?
|