peburrows / goth

Elixir package for Oauth authentication via Google Cloud APIs
http://hexdocs.pm/goth
MIT License
289 stars 111 forks source link

Adding dependency to ensure build with exrm works #2

Closed rubas closed 8 years ago

rubas commented 8 years ago

A build with mix release will crash without this dependency.

%UndefinedFunctionError{arity: 1, function: :private_key, module: JsonWebToken.Algorithm.RsaUtil, reason: nil}`
peburrows commented 8 years ago

Thanks, I've just pushed 0.1.2 to Hex with this fix 👍