Hi !
I'm trying to use AuthLogic with Rails3. And I obtain the same error.
I installed the gem on this way :
# Gemfile
gem "authlogic", :git => "git://github.com/binarylogic/authlogic.git"
No problem with the bundle install
command. AuthLogic is correctly installed in version 2.1.3
I tried to install AuthLogic as a plugin with command :
rails plugin install git://github.com/binarylogic/authlogic.git
I get the error :
Could not find gem 'authlogic (>= 0, runtime)' in any of the sources.
A partner tries this same command and gets no error.
By the way, the AuthLogic version on gemcutter.org is not functional yet for rails 3. You'll have some errors on starting local server. Prefer the patched version on git://github.com/binarylogic
Thanks in advance to those who can help me for my two problems !
V