lib/sinatra/auth/github.rb in sinatra_auth_github-0.2.0 vs lib/sinatra/auth/github.rb in sinatra_auth_github-0.2.1

- old
+ new

@@ -3,10 +3,10 @@ require 'rest_client' module Sinatra module Auth module Github - VERSION = "0.1.5" + VERSION = "0.2.1" # 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