From: Jim Freeze Date: 2005-12-17T00:03:18+09:00 Subject: Re: RubyGems and bin/ On 12/16/05, James Edward Gray II wrote: > I'm interested in RubyGems multiple versions feature. I need to be > able to select the version that runs at any given time. The > complication is that the gem installs a bin/ script that is the > primary interface. Can someone explain how RubyGems handles that? I think it is just myapp _1.2.3_ --options-to-my-app args_for_my_app where 1.2.3 is the version you want to run. Otherwise, it runs the latest version. Is that what you are asking? -- Jim Freeze