From: Alex Young Date: 2007-01-24T06:25:13+09:00 Subject: Re: Lite RESTful Webservlet Trans wrote: > Trans wrote: >> Hmm. That's a though, but how lite is Camping? I realease the main >> script is pretty small, but what dependencies does it have? Right now >> I'm using Webrick, and since that comes with Ruby that's pretty lite >> ;-) > > s/though/thought/ > s/realease/realize/ > Since nobody's replied, this is the first expression of camping: %w[active_support markaby tempfile uri].map{|l|require l} There are no other requires, so I guess it's only active_support and markaby to worry about. -- Alex