I’d like to use the latest RubyGems off of GitHub to fix the invalid gemspec time bug in the current Rubygems 1.8.10. The latter version is what you get when using rvm and saying rvm rubygems current, or rvm rubygems latest.
How can I teach rvm to install the head of the master branch of rubygems on github, or, how should I build that head locally to enable rvm to install it; or install it into RVM so it knows about it properly?
You can update to the latest commit by running
As you can see I just updated from gem 1.8.8 to the latest commit from 1.8.10
EDIT
As I mentioned on the comment, I’m also running under RVM. When you run
ruby setup.rbinside the rubygems forlder, it installs thegemscript and sources in the correct folder. You don’t need to do anything special.