nokogiri version 1.6.2.1 has been released!
This release contains installation fixes for problems reported on some
platforms. If you installed 1.6.2 successfully, and are having no
problems
loading Nokogiri, then there is no need to upgrade from 1.6.2 to
1.6.2.1.
- http://nokogiri.org
- https://github.com/sparklemotion/nokogiri
- https://groups.google.com/group/nokogiri-talk
- https://github.com/sparklemotion/nokogiri/issues
Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among Nokogiri’s
many features is the ability to search documents via XPath or CSS3
selectors.
Changes:
==== Bug fixes
- Fix statically-linked libxml2 installation when using universal builds
of
Ruby. #1104 - Patching
mini_portileto address the git dependency detailed in
#1102. - Library load fix to address segfault reported on some systems. #1097