gdelugre / origami

Origami is a pure Ruby library to parse, modify and generate PDF documents.
GNU Lesser General Public License v3.0
326 stars 110 forks source link

Encrypted PDF in GEM #63

Open Steve229 opened 5 years ago

Steve229 commented 5 years ago

I would like to upgrade to the latest version of Origami, but our Corporate virus scanner is complaining about it containing an encrypted PDF file. It appears this is coming from the test/dataset folder, since those are the only PDFs that I saw.

Would it be possible to remove the test folder from the Gem, or at least provide a "runtime" Gem that didn't include the example and test folders?