I have successfully installed rbenv and ruby build on mountain lion.
Running rbenv install 1.9.3-p392
ends with:
checksum mismatch: ruby-1.9.3-p392.tar.gz (file is corrupt)
expected f689a7b61379f83cbbed3c7077d83859, got 1cfc2ff433dbe80f8ff1a9dba2fd5636
The file that it is downloading seems fine, and if I download the file manually using curl, I get the same incorrect checksum.
Has anybody encountered this before? How did they resolve it?