lib/sinatra/auth/github.rb in sinatra_auth_github-0.2.1 vs lib/sinatra/auth/github.rb in sinatra_auth_github-0.3.0
- old
+ new
@@ -3,10 +3,10 @@
require 'rest_client'
module Sinatra
module Auth
module Github
- VERSION = "0.2.1"
+ VERSION = "0.3.0"
# 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