ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> ruby-talk
ruby-talk
[ANN] Hpricot 0.8.2 released
by Nick Sieger other posts by this author
Nov 6 2009 11:50AM messages near this date
[ANN] ERBook 9.2.0 | Re: [ANN] Hpricot 0.8.2 released
Hi all,

I'm one of the three new maintainers for Hpricot (along with Ola Bini
and Emanuel Carnevale), and I've just pushed out a new 0.8.2 release
last night. You can get the gem in the normal fashion via RubyGems
(gem install hpricot).

Announcement:
http://blog.nicksieger.com/articles/2009/11/06/new-hpricot-release

Source/Issues:
http://github.com/hpricot/hpricot

Wiki:
http://wiki.github.com/hpricot/hpricot

Enjoy,
/Nick

Changelog:

= 0.8.2
=== 5 November, 2009
* Bring JRuby support up to speed, including Java-based hpricot_css support
* Change JRuby fast_xs to have same escaping behavior as C fast_xs
* fix for issue #2, downcasing of html attributes inside the parser.
* solve issue #3 with bogus etags being preserved in `to_s` rather
than just `to_original_html`.
* fix error when attempting to reparent cleared node. (issue #5)
* Hpricot::Attributes proxy object for using `ele.attributes[k] = v` directly.
  however, it is preferred to use the jquery-like `elements.attr(k, v)`.

= 0.8.1 fixes (for posterity, not previously in the 0.8.1 changelog)
=== 3 April, 2009
* big problems on Ruby 1.8.6, use INT2FIX instead of INT2NUM. hashes
were being cast to bignums.
* patch for 1.8.5 to define RARRAY_PTR. thanks, mike perham!
* inspecting empty document bug, courtesy of @TalLevAmi.
Thread:
Nick Sieger
Eric Wong

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved