Open rkokkelk opened 8 years ago
If you can create a PR I will merge! Thanks.
Best, Louis
Sent from my iPhone
On May 4, 2016, at 7:24 AM, Roy Kokkelkoren notifications@github.com wrote:
Hi,
When the CMAC gem is installed using gem install it throws an error when used.
require.rb:54:inrequire': cannot load such file -- cmac-rb/wrapper (LoadError)`
I've fixed it by changing the top require in cmac-rb.rb from:
From: require 'cmac-rb/wrapper' To: require 'cmac/wrapper' Maybe useful to fix this, I can also create a PR for this if you prefer.
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub
Hi,
When the CMAC gem is installed using
gem install
it throws an error when used.require.rb:54:in require': cannot load such file -- cmac-rb/wrapper (LoadError)
I've fixed it by changing the top require in
cmac-rb.rb
from:require 'cmac-rb/wrapper'
require 'cmac/wrapper'
Maybe useful to fix this, I can also create a PR for this if you prefer.