From: _why Date: 2006-11-23T02:28:05+09:00 Subject: Re: Gem dependency (Hpricot) On Wed, Nov 22, 2006 at 09:38:13PM +0900, Han Holl wrote: > If you'd prefer not to use RubyGems, you can also acquire a plain Ruby > distribution: http://code.whytheluckystiff.net/dist/hpricot-0.4.tgz > > However, if you download, and try to build with rake, you get: > bever:/usr/src/ruby/hpricot-0.4> rake > (in /home/source/src/ruby/hpricot-0.4) > rake aborted! > no such file to load -- rubygems > /home/source/src/ruby/hpricot-0.4/Rakefile:3:in `require' > (See full trace by running task with --trace) > > So not preferring to use gems doesn't really buy you much. Oh, I'm sorry, there should be a setup.rb in there. I've just updated the file give it a try again. The installation commands is just `ruby setup.rb`. _why