From: pluskid Date: 2008-02-03T23:49:57+09:00 Subject: Re: Why gem built with hoe depends on hoe? On Feb 2, 10:51 pm, Tim Pease wrote: > On Feb 1, 2008 6:20 AM, pluskid wrote: > > > Hi, > > > I find hoe a cool tool to build and release gems. But I find that > > the gem built with hoe get a dependency to hoe automatically. > > I think the user will only need to install hoe if he want to build > > the gem manually. So adding this dependency automatically > > is unreasonable, isn't it? > > > Or am I wrong? Is it that the gem built by hoe need hoe to run? > > Thanks! > > You should look at Mr Bones. It does the same thing as hoe, but > without the viral dependency. > > sudo gem install bones > > > > Blessings, > TwP Yeah! It looks great! Even with integrate with rspec. Hmm. I'll investigate it more. Thanks!