README.md in omniauth-oauth2-1.0.0.beta1 vs README.md in omniauth-oauth2-1.0.0.pr1
- old
+ new
@@ -16,10 +16,10 @@
require 'omniauth-oauth'
module OmniAuth
module Strategies
- class SomeSite < OmniAuth::Strategies::OAuth2
+ class SomeSite
# Give your strategy a name.
option :name, "some_site"
# This is where you pass the options you would pass when
# initializing your consumer from the OAuth gem.