You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make this Plugin compatible with JRuby 9k With the upgrade to JRuby 9k, the HMAC class was moved under the OpenSSL namespace and the signature was changed, this commit make sure the plugin still work under JRuby-1.7.X by creating the right method when the class is loaded into memory. Fixes#25