Hi @mkristian , I wanted to follow up on https://github.com/lookout/fast-rsa-engine/pull/27
Do you know what might have changed between version 0.3.2 and 0.3.3 that can cause bundle exec rake to fail?
I'm planning to dig into this today but wanted to ask you first since you wrote both gems :)
Here's the error:
$ ~/fast-rsa-engine (master)> bundle exec rake
rake aborted!
vendor dir not in require_paths of gemspec ["lib"]
/Users/ddinh/fast-rsa-engine/Rakefile:10:in `(root)'
/Users/ddinh/.rbenv/versions/jruby-1.7.25/bin/jruby_executable_hooks:15:in `(root)'
Tasks: TOP => default => jar
(See full trace by running task with --trace)
I'm not at my laptop right now but will post the error with a trace in a few hours.
Thanks.