lib/sinatra/auth/github.rb in sinatra_auth_github-0.4.0 vs lib/sinatra/auth/github.rb in sinatra_auth_github-0.4.2

- old
+ new

@@ -4,10 +4,10 @@ require 'rest_client' module Sinatra module Auth module Github - VERSION = "0.4.0" + VERSION = "0.4.2" # Simple way to serve an image early in the stack and not get blocked by # application level before filters class AccessDenied < Sinatra::Base enable :raise_errors