Describe the bug
I found a .docx file that appears to be completely valid (it opens in Word) but raises an error ENOENT when opening with this gem.
To Reproduce
Docx::Document.new with this file: weird_docx.docx
The code looks for word/document.xml and word/document2.xml but not word/document22.xml, which is what's inside this doc.
Isn't Word just obnoxious?