Gems from GitHub, by Doctor Otocat
November 12th, 2008
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”
Sorry, comments are closed for this article.
Ashwin Says:
February 23rd, 2009 at 01:53 PM
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.
Nick Rutherford Says:
February 23rd, 2009 at 02:40 PM
Hi Ashwin
Take a look at the github page, you need to add github as a gem source in the terminal first.
Cheers Nick