2011-06-19 05:38:21 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-hpricot package to 0.8.4.
= 0.8.4
=== 28 February, 2011
* GH #21, #32, #33, #36: Fix for reported segfaults
|
2011-02-21 17:01:24 by Takahiro Kambe | Files touched by this commit (80) |
Log message:
Bump PKGREVISION due to ABI change of ruby18-base.
|
2010-12-04 05:33:52 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
Update ruby-hpricot package to 0.8.3
= 0.8.3
=== 3 November, 2010
* GH#8: Nil-check before downcasing attribute key
* GH#25: Proper ruby 1.9 encoding support
* GH#28. Use integers instead of ?? on 1.9, which is just a string.
* including noscript to ElementInclusions , so that hpricot wont fail
when trying to parse a meta tag inside head section when noscript is
present.
* latest changes from fast_xs mainline
* Fixes to get Hpricot running on Rubinius:
* Use free, not XFREE
* Remove RSTRUCT craziness, don't break Array#at
|
2010-09-10 10:13:52 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
|
2009-11-23 15:40:02 by Filip Hajny | Files touched by this commit (4) |
Log message:
Update ruby-hpricot to 0.8.2.
Too many changes, see:
http://github.com/hpricot/hpricot/blob/master/CHANGELOG
|
2009-06-14 20:17:35 by Joerg Sonnenberger | Files touched by this commit (218) |
Log message:
Remove @dirrm entries from PLISTs
|
2008-06-19 17:21:35 by Takahiro Kambe | Files touched by this commit (12) |
Log message:
Bump PKGREVISION of rubygem based packages which contain extention libraries.
|
2008-04-04 17:21:39 by Johnny C. Lam | Files touched by this commit (4) |
Log message:
Update ruby-hpricot to version 0.6. Changes from version 0.5.140 include:
+ Install as a Ruby gem.
* Hpricot for JRuby
* Inline Markaby for Hpricot documents.
* XML tags and attributes are no longer downcased like HTML is.
* new syntax for grabbing everything between two elements using a
Range in the s earch method: (doc/("font".."font/br")) or \
in nodes_at
like so: (doc/"font").nod es_at("*".."br"). Only \
works with either
a pair of siblings or a set of a parent and a sibling.
* Ignore self-closing endings on tags (such as form) which are
containers. Treat them like open parent tags.
* Escaping of attributes.
* Element#raw_attributes gives unescaped data. Element#attributes
gives escaped.
* Added: Elements#attr, Elements#remove_attr, Elements#remove_class.
* Added: Traverse#preceding, Traverse#following, Traverse#previous,
Traverse#next.
|
2007-06-09 02:58:51 by Min Sik Kim | Files touched by this commit (1) |
Log message:
This package needs the recent version of rake. Bump PKGREVISION due to
the dependency change.
|
2007-06-09 02:48:43 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Remove unused references to rubygems to avoid dependency on it.
|