Install Gem from Github Branch?
Posted
by viatropos
on Stack Overflow
See other posts from Stack Overflow
or by viatropos
Published on 2010-05-12T23:27:27Z
Indexed on
2010/05/12
23:34 UTC
Read the original article
Hit count: 185
In my gemfile I have this:
gem "authlogic", :git => "git://github.com/odorcicd/authlogic.git", :branch => "rails3"
How do I install that as a gem so I can test it?
© Stack Overflow or respective owner