We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
File.exists
Found in version 0.8.0rc3
The Ruby method File.exists is no longer supported. It was changed to File.exist. Thus Rubyripper terminates on execution.
File.exist
See https://ruby-doc.org/core-2.5.0/File.html#method-c-exist-3F
The text was updated successfully, but these errors were encountered:
Hi seems a duplicate of #639, fixed in 0b8dced
Thanks to your message I applied the fix for AUR users
Sorry, something went wrong.
Will there be a new official release, so users of other distros can benefit from the updated source, too?
Hello, yes this has been fixed. I created a new tag (rc4) that marks a new 'release'. I hope this will help with solving your problem. Cheers!
bleskodev
No branches or pull requests
Found in version 0.8.0rc3
The Ruby method
File.exists
is no longer supported. It was changed toFile.exist
. Thus Rubyripper terminates on execution.See https://ruby-doc.org/core-2.5.0/File.html#method-c-exist-3F
The text was updated successfully, but these errors were encountered: