I\'m a beginner at Ruby and I don\'t know how to do this....
Right now I have the script and it runs perfectly in terminal but I was hoping to be able to create a double
Well you can write a quick shell script that's basically running your ruby script and make this shell script executable. See the link bellow:
How to run a shell script in OS X by double-clicking?
The content of your shell script can be as simple as that:
ruby /yourpath/yourscript.rb