From: Eric Marthinsen Date: 2008-06-26T06:31:17+09:00 Subject: Creating a command-line Gem Hi. I'm working on creating a Ruby command-line tool that I want to distribute as a gem. Are there any examples or references on how to do this? I'd like to create an application similar to god or rake, where you can enter something like "god myapp.god" and be able to enter that command anywhere and be called without calling it like "ruby god myapp.god" or by having to call the script that is nested deep within the gem directory. I'm starting from scratch on this and have a very low level of knowledge, so any help on how to do this or where to find more information would be much appreciated. Thanks in advance. -Eric -- Posted via http://www.ruby-forum.com/.