Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jwt/ruby-jwt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: jwt-0.1.6
Choose a base ref
...
head repository: jwt/ruby-jwt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: jwt-0.1.7
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 6, 2013

  1. rescue MultiJson::LoadError which is raised from MultiJson::decode.

    This returns the JWT.decode method signature to what it was previously
    by capturing MultiJson errors and re-raising as JWT::DecodeError
    Rob Wygand committed Mar 6, 2013
    Configuration menu
    Copy the full SHA
    8d0dc5e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2013

  1. Merge pull request #16 from rwygand/master

    Catch MultiJson::LoadError and reraise as JWT::DecodeError
    progrium committed Mar 7, 2013
    Configuration menu
    Copy the full SHA
    73e441d View commit details
    Browse the repository at this point in the history
  2. authors and version

    progrium committed Mar 7, 2013
    Configuration menu
    Copy the full SHA
    92ea281 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76fb4f2 View commit details
    Browse the repository at this point in the history
Loading