I'm wondering if someone can assist with the issue that has been opened here:
https://github.com/technion/ruby-argon2/issues/1
Specifically, I have released a gem, and I've received advise a user is experiencing an issue. That being the following error when loading my gem:
LoadError: cannot find 'argon2_wrap' library
from /Users/me/.rvm/gems/ruby-2.2.1/gems/ffi-compiler-0.1.3/lib/ffi-compiler/loader.rb:21:in `find'
I'm considering it extremely likely to be an OSX issue, as I've done my damndest to replicate this and had no success. And the error basically shows what happens on my Linux machine if I don't actually compile the shared library. I do not however have a Mac available, and therefore any ability to test this.
I really want to take supporting this gem seriously and anyone who can give me some pointers would be really appreciated.