README.md in nanoc3-3.1.9 vs README.md in nanoc3-3.2.0a1

- old
+ new

@@ -50,41 +50,29 @@ The central class in nanoc is {Nanoc3::Site}, so you should start there if you want to explore nanoc from a technical perspective. ## Dependencies -nanoc has few dependencies. It is possible to use nanoc programmatically -without any dependencies at all, but if you want to use nanoc in a proper way, -you’ll likely need some dependencies: +nanoc itself can be used without installing any dependencies. Some +components, however, do have dependencies: -* The **commandline frontend** depends on `cli`. * The **autocompiler** depends on `mime-types` and `rack`. -* Filters and helpers likely have dependencies on their own too. - -If you’re developing for nanoc, such as writing custom filters or helpers, you -may be interested in the development dependencies: - * For **documentation generation** you’ll need `yard`. * For **packaging** you’ll need `rubygems` (1.3 or newer). -* For **testing** you’ll need `mocha` and `minitest`. +* For **testing** you’ll need `mocha`. ## Contributors (In alphabetical order) -* Ben Armston * Colin Barrett * Dmitry Bilunov * Brian Candler * Chris Eppstein -* Felix Hanley * Starr Horne -* Tuomas Kareinen * Nicky Peeters * Christian Plessl * Šime Ramov -* Xavier Shay -* Arnau Siches * “Soryu” * Eric Sunshine * Dennis Sutch Special thanks to Ale Muñoz.