Created
November 7, 2008 21:05
-
-
Save jackdempsey/22966 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/config/init.rb b/config/init.rb | |
| index e31a0a6..a9464d7 100644 | |
| --- a/config/init.rb | |
| +++ b/config/init.rb | |
| @@ -33,8 +33,8 @@ dependencies 'merb-action-args', | |
| 'merb-assets', | |
| 'merb-cache', | |
| 'merb_helpers', | |
| - 'merb_auth-core', | |
| - 'merb_auth-more' | |
| + 'merb-auth-core', | |
| + 'merb-auth-more' | |
| # 3. Libraries (ORM, testing tool, etc) you use. | |
| @@ -48,8 +48,8 @@ use_template_engine :haml | |
| Merb::BootLoader.after_app_loads do | |
| - require 'merb_auth-more/strategies/abstract_password' # this looks like an merb_auth bug | |
| - require 'merb_auth-more/strategies/basic/openid' | |
| + require 'merb-auth-more/strategies/abstract_password' # this looks like an merb_auth bug | |
| + require 'merb-auth-more/strategies/basic/openid' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment