summaryrefslogtreecommitdiff
path: root/textproc/ruby-json
diff options
context:
space:
mode:
authorjlam <jlam>2008-04-04 15:21:39 +0000
committerjlam <jlam>2008-04-04 15:21:39 +0000
commitb70d3cf205f4fdee7e3e0307f5bccd40011c264e (patch)
tree750781fa37413afbd9521f245d13ff1b353c2d9d /textproc/ruby-json
parentc9fb2a9f4bf96814821a301db64fa97b083ad15e (diff)
downloadpkgsrc-b70d3cf205f4fdee7e3e0307f5bccd40011c264e.tar.gz
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.
Diffstat (limited to 'textproc/ruby-json')
0 files changed, 0 insertions, 0 deletions