Nick Rutherford

GitHub has a useful page on how to install gems directly from github.

A recent OS X example is

$ sudo gem install spicycode-rcov
Building native extensions.  This could take a while...
Successfully installed spicycode-rcov-0.8.1.5.0
1 gem installed
Installing ri documentation for spicycode-rcov-0.8.1.5.0...
Installing RDoc documentation for spicycode-rcov-0.8.1.5.0...

2 Responses to “Gems from GitHub, by Doctor Otocat”

  1. Ashwin

    Ashwin Says:

    Hi,

    I am unable to install the gem spicycode-rcov using the command ‘gem install spicycode-rcov’. It throws the following error : ERROR: While executing gem … (Gem::RemoteFetcher::FetchError) getaddrinfo: no address associated with hostname.(SocketError) As an alternative, where can I download this file from? Any help is highly appreciated!

    Thanks.

  2. Nick Rutherford

    Nick Rutherford Says:

    Hi Ashwin

    Take a look at the github page, you need to add github as a gem source in the terminal first.

    Cheers Nick

Sorry, comments are closed for this article.