Nokogiri 1.6.4.1 Released

nokogiri version 1.6.4.1 has been released!

This is a bugfix release, primarily to address compilation issues on
some platforms. See GH issue #1188 for partial background.


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.

XML is like violence - if it doesn’t solve your problems, you are not
using
enough of it.

Changes:

1.6.4.1 / 2014-11-05

==== Bug fixes

  • (MRI) Fix a bug where CFLAGS passed in are dropped. (#1188)
    This bug was introduced in v1.6.4.

  • Fix a bug where CSS selector :nth(n) did not work. (#1187)
    This bug has been around since the dawn of Nokogiri’s CSS parsing
    functionality, circa 2008.