nov / json-jwt

JSON Web Token and its family (JSON Web Signature, JSON Web Encryption and JSON Web Key) in Ruby
MIT License
299 stars 81 forks source link

Ruby Warnings #79

Closed amatsuda closed 5 years ago

amatsuda commented 5 years ago

This patch eliminates Ruby warnings when RUBYOPT=-w.

To reproduce: %ruby -wrjson/jwt -ep

nov commented 5 years ago

Thank you for your contribution. I've merged your commits at #81 with travis fixes.