> * please have a read ofhttp://
rubinius.lighthouseapp.com/projects/5089/howto-develop-with-a-...
> * if you are a rubinius committer, please let me know your Github
> username
> * once you have your rubyspec repo commit bit, run rake spec:committer
> to change the git url in the spec/ruby clone (more info in the
> lighthouse link above).
I've just tweaked this process a bit. Initially, we had spec:update
happening whenever you ran rake build. However, this is a pain if you
don't have network access while developing. So, I've changed it so
that rake git:update depends on spec:update. However, if you don't use
the rake git tasks, you'll need to run rake spec:update manually.
I've updated the INSTALL file with directions. Let us know if you are
having any issues with this process.
Thanks,
Brian