From: "lrlebron@..." Date: 2006-12-04T01:25:06+09:00 Subject: Re: Development hpricot breaks code _why wrote: > On Sun, Dec 03, 2006 at 10:35:05AM +0900, lrlebron@gmail.com wrote: > > The script worked fine with the stable gem (0.4) but breaks with the > > development gem (4.76). Unfortunately, I cannot find any documentation > > that tells me what has changed between them > > Hey, thanks, this was a problem with script tags found inside javascript blocks. > Speaking particularly of, uh, this here at line 534: > > > > This is fixed in the repository. Can you checkout from > http://code.whytheluckystiff.net/svn/hpricot/trunk and see if it has healed?? > Doing `rake install` will make the gem and install it. > > _why After I figured out how to get the svn code in my windows box I ran the rake install and get the following error rake package rake aborted! undefined method `exitstatus' for nil:NilClass C:/temp2/hpricot/rakefile:169 (See full trace by running task with --trace) thanks, Luis