News » nanoc 3.0.2 released

Written November 7th, 2009.

nanoc 3.0.2 has been released. This release fixes a bug related to pattern matching in compilation and routing rules: in nanoc 3.0.1, the pattern /foo/*/ would erroneously match /foo/ as well–not in 3.0.2 anymore. There are some other tiny enhancements too; check the release notes page for details.

Important! nanoc’s gems are now hosted on Gemcutter, since this is becoming the default host for Ruby gems. If you don’t have Gemcutter yet, install using gem install gemcutter followed by gem tumble (to add Gemcutter to the list of gem sources).

When you have Gemcutter, updating nanoc3 is done the usual way, like this:

> sudo gem update nanoc3

If you have any issues with this nanoc release, do let me know on the mailinglist or on the IRC channel. Enjoy!