Skip to content

Instantly share code, notes, and snippets.

@jackdempsey
Created November 7, 2008 21:05
Show Gist options
  • Select an option

  • Save jackdempsey/22966 to your computer and use it in GitHub Desktop.

Select an option

Save jackdempsey/22966 to your computer and use it in GitHub Desktop.
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