From: Nicholas Seckar Date: 2007-01-15T17:44:51+09:00 Subject: Re: Tattle - The Ruby Census ------=_Part_45999_12901943.1168850688127 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline FWIW, my solution involves adding a couple of lines: remote_installer:548 next if 'hoe' == dependency.name installer.rb:120 return true if dependency.name == 'hoe' Works flawlessly for me. And for the record, I've always found loop { `gem install snow; gem uninstall snow` } to be the best way to inflate my download counts. On 1/12/07, Gregory Brown wrote: > > On 1/12/07, Gregory Seidman wrote: > > > Default: no prompt, no install > > -Y: no prompt, install > > --optional-dependencies: prompt > > +1 > > but also, maybe --all-dependencies and --require-dependencies-only or > something as well. > (to aid scripting / aliases) > > ------=_Part_45999_12901943.1168850688127--