louismullie / cmac-rb

Ruby C extension for the AES-CMAC keyed hash function (RFC 4493)
Other
2 stars 2 forks source link

Gem LoadError #1

Open rkokkelk opened 8 years ago

rkokkelk commented 8 years ago

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:

Maybe useful to fix this, I can also create a PR for this if you prefer.

louismullie commented 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