Kuba wrote: > On 7/10/07, Frew Schmidt <frioux / gmail.com> wrote: >> Does anyone know if there is a way that I can have my program output >> what version it is and get the version from the Gem that it is installed >> from? > > Using 'gem' , you can execute sth. like: > > gem list --local | grep <your_prog_name> > > but i'm not sure, is it what you expect. > > Best Regards, Kuba. So there's not a variable inside the program that I can access that contains the Gem info? -- Posted via http://www.ruby-forum.com/.