-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use of rubyzip #35
Comments
Workaround:
|
Hi, I came across the same error. Why is it not fixed (I shouldn't have to use workaround for an error that was reported 2 years ago) ? |
I forked this and am using it as a dependency in another gem. |
Still broken as of today. Add |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I came across a problem with eeepub and had an error message looking like :
In fact, it turns out that the last versions of rubyzip need to be called like this :
require 'zip'
instead of this
require 'zip/zip'
as is done in the file /lib/eeepub/ocf.rb, line 1.
This fixed the bug. However I'm not very skilled in Ruby, so I merely post this here.
Hope it can be useful !
The text was updated successfully, but these errors were encountered: