RubyScript2Exe - turning your ruby script/app into a .exe on windows
So I created a useful little ruby script on my windows machine, and wanted to turn it into a .exe script. This way I could run it under my windows system scheduler once a day.
I followed this tutorial for setting up your ruby script as a .exe on windows.
