README.md in omniauth-oauth-1.0.0.pr2 vs README.md in omniauth-oauth-1.0.0.rc1
- old
+ new
@@ -1,8 +1,8 @@
# OmniAuth OAuth
-**Note:** This gem is designed to work with the unreleased OmniAuth 1.0
+**Note:** This gem is designed to work with the in-beta OmniAuth 1.0
library. It will not be officially released on RubyGems.org until
OmniAuth 1.0 is released.
This gem contains a generic OAuth strategy for OmniAuth. It is meant to
serve as a building block strategy for other strategies and not to be
@@ -16,10 +16,10 @@
require 'omniauth-oauth'
module OmniAuth
module Strategies
- class SomeSite
+ class SomeSite < OmniAuth::Strategies::OAuth
# 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.