Distributing your Ruby program as a standalone executable (exe)
Since ruby is an interpreted language, whenever you want to release your program you need to release the source code. Also your program users must install Ruby virtual machine before they can run your program. Is there a way to distribute ruby program as a standalone executable? Erik Veenstra has created a nifty tool called […]