Scott Taylor
2007-Jun-11 16:32 UTC
[rspec-users] hpricot as dependency for building rspec?
It looks to me that hpricot is a dependency to building rspec: euclid% rake pre_commit (in /Users/smtlaissezfaire/ruby/projects/rspec/hpricot) rake aborted! Could not find RubyGem hpricot (>= 0.0.0) /Users/smtlaissezfaire/ruby/projects/rspec/hpricot/rakefile:9 (See full trace by running task with --trace) Let me know if I''m wrong. Otherwise, I''ll submit a patch in the docs. Scott
David Chelimsky
2007-Jun-11 16:32 UTC
[rspec-users] hpricot as dependency for building rspec?
On 6/11/07, Scott Taylor <mailing_lists at railsnewbie.com> wrote:> > It looks to me that hpricot is a dependency to building rspec: > > euclid% rake pre_commit > (in /Users/smtlaissezfaire/ruby/projects/rspec/hpricot) > rake aborted! > Could not find RubyGem hpricot (>= 0.0.0) > /Users/smtlaissezfaire/ruby/projects/rspec/hpricot/rakefile:9 > (See full trace by running task with --trace) > > Let me know if I''m wrong. Otherwise, I''ll submit a patch in the docs.Submit away. Thanks Scott. David> > Scott > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
Scott Taylor
2007-Jun-11 16:37 UTC
[rspec-users] hpricot as dependency for building rspec?
Why is it included? What html are you parsing? Scott On Jun 11, 2007, at 12:32 PM, David Chelimsky wrote:> On 6/11/07, Scott Taylor <mailing_lists at railsnewbie.com> wrote: >> >> It looks to me that hpricot is a dependency to building rspec: >> >> euclid% rake pre_commit >> (in /Users/smtlaissezfaire/ruby/projects/rspec/hpricot) >> rake aborted! >> Could not find RubyGem hpricot (>= 0.0.0) >> /Users/smtlaissezfaire/ruby/projects/rspec/hpricot/rakefile:9 >> (See full trace by running task with --trace) >> >> Let me know if I''m wrong. Otherwise, I''ll submit a patch in the >> docs. > > Submit away. Thanks Scott. > > David > >> >> Scott >> >> _______________________________________________ >> rspec-users mailing list >> rspec-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/rspec-users >> > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
David Chelimsky
2007-Jun-11 16:40 UTC
[rspec-users] hpricot as dependency for building rspec?
On 6/11/07, Scott Taylor <mailing_lists at railsnewbie.com> wrote:> > Why is it included? What html are you parsing?Take a look at html_formatter_spec.rb> > Scott > > > On Jun 11, 2007, at 12:32 PM, David Chelimsky wrote: > > > On 6/11/07, Scott Taylor <mailing_lists at railsnewbie.com> wrote: > >> > >> It looks to me that hpricot is a dependency to building rspec: > >> > >> euclid% rake pre_commit > >> (in /Users/smtlaissezfaire/ruby/projects/rspec/hpricot) > >> rake aborted! > >> Could not find RubyGem hpricot (>= 0.0.0) > >> /Users/smtlaissezfaire/ruby/projects/rspec/hpricot/rakefile:9 > >> (See full trace by running task with --trace) > >> > >> Let me know if I''m wrong. Otherwise, I''ll submit a patch in the > >> docs. > > > > Submit away. Thanks Scott. > > > > David > > > >> > >> Scott > >> > >> _______________________________________________ > >> rspec-users mailing list > >> rspec-users at rubyforge.org > >> http://rubyforge.org/mailman/listinfo/rspec-users > >> > > _______________________________________________ > > rspec-users mailing list > > rspec-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/rspec-users > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >