Ruby md5 help

I downloaded ruby 1.9.2 p180 from:

http://www.ruby-lang.org/en/downloads/

and the website states the md5 is:

md5: 0d6953820c9918820dd916e79f4bfde8

But I get something different:

$ md5 /Users/me/Downloads/ruby-1.9.2-p180.tar
MD5 (/Users/me/Downloads/ruby-1.9.2-p180.tar) =
1414551e329ca21b0cc2887c324cb13b

(Mac OSX 10.6.7)

7stud – wrote in post #1008167:

I downloaded ruby 1.9.2 p180 from:

http://www.ruby-lang.org/en/downloads/

and the website states the md5 is:

md5: 0d6953820c9918820dd916e79f4bfde8

But I get something different:

$ md5 /Users/me/Downloads/ruby-1.9.2-p180.tar
MD5 (/Users/me/Downloads/ruby-1.9.2-p180.tar) =
1414551e329ca21b0cc2887c324cb13b

The MD5 is for the actual download file, which is a .tar.gz file

Somehow in the download process, you have decompressed it to .tar

Thanks. Safari unzipped the file automatically. I changed that
behavior in Safari’s Preferences>General Tab by unchecking the check box
at the bottom that says, “Open safe files after downloading…”.