Installing from github

Subscribe to Installing from github 2 post(s), 2 voice(s)

 
Avatar zubin 1 post(s)

I wanted to install from github to get the latest version without all the deprecation warnings but it didn’t work.
It appears the github project settings need a tweak to enable installing tuneup from github.
From http://gems.github.com: “If your gem isn’t showing up, double-check that your ‘RubyGem’ checkbox is checked on your repo, it’s really easy to forget this step.”
It does not appear on this list: http://gems.github.com/list.html
Could someone please enable the RubyGem checkbox?

 
Avatar Rachel G Administator 50 post(s)

Hi Zubin,
We have chosen to only release the gem via RubyForge. That way we don’t have two sets out and available.
You can do a manual install with the following steps:
git clone git://github.com/fiveruns/fiveruns_tuneup.git
cd fiveruns_tuneup
sudo rake install
The “echoe” gem is currently required to build the TuneUp gem.
Thanks,
Rachel