I am trying to install ruby-mp3info.
I have the following URL from which I can access the gem in my browser:
http://bitbucket.org/moumar/ruby-mp3info/src/
I would like to specify this source while running gem install ruby-mp3info
When I run gem install ruby-mp3info --source=http://bitbucket.org/moumar/ruby-mp3info/src
, though, I get a message back claiming this is not a repository. How do I find repositories?
Thanks!