From: Jonathan Groll Date: 2010-04-23T16:45:43+09:00 Subject: Re: Sinatra without RubyGems On Fri, Apr 23, 2010 at 05:22:10AM +0900, Joel VanderWerf wrote: > XY$ wrote: >> I wonder if it is possible to run Sinatra without useing RubyGems. > > Depends on what you mean. For my purposes, the answer is yes. > > I use gem for package management, but crown[1] to construct a > self-contained set of lib, ext, and bin dirs so that my program can run > without any reference to rubygems. Impressive! What do you see as the benefits of crown over nkryptic's sandbox: http://github.com/nkryptic/sandbox I'm trying to make up my mind which approach should be used in different situations. Cheers, Jonathan