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

- old
+ new

@@ -4,11 +4,9 @@ require 'rest_client' module Sinatra module Auth module Github - 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 disable :show_exceptions