From 33d07b16bc2faee88bc2308e71ce67ef56720a4d Mon Sep 17 00:00:00 2001 From: Paul Chilton Date: Thu, 28 Oct 2010 21:51:00 +1300 Subject: [PATCH] SmugMug in README. Camelize special in core. --- README.markdown | 1 + oa-core/lib/omniauth/core.rb | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 5190238..efe9379 100644 --- a/README.markdown +++ b/README.markdown @@ -28,6 +28,7 @@ OmniAuth currently supports the following external providers: * TripIt (credit: [flextrip](http://github.com/flextrip)) * Meetup (credit [coderoshi](http://github.com/coderoshi)) * SoundCloud (credit: [leemartin](http://github.com/leemartin)) + * SmugMug (credit: [pchilton](http://github.com/pchilton)) * OpenID * Google Apps (via OpenID) * CAS (Central Authentication Service) (credit: [jamesarosen](http://github.com/jamesarosen)) diff --git a/oa-core/lib/omniauth/core.rb b/oa-core/lib/omniauth/core.rb index 0685076..e9ce83f 100644 --- a/oa-core/lib/omniauth/core.rb +++ b/oa-core/lib/omniauth/core.rb @@ -60,7 +60,8 @@ module OmniAuth 'open_id' => 'OpenID', 'github' => 'GitHub', 'tripit' => 'TripIt', - 'soundcloud' => 'SoundCloud' + 'soundcloud' => 'SoundCloud', + 'smugmug' => 'SmugMug' } module_function