README.rdoc in tailor-1.0.0 vs README.rdoc in tailor-1.0.1

- old
+ new

@@ -1,9 +1,11 @@ = tailor * http://github.com/turboladen/tailor +{<img src="https://secure.travis-ci.org/turboladen/tailor.png?branch=master" alt="Build Status" />}[http://travis-ci.org/turboladen/tailor] + == DESCRIPTION: tailor parses Ruby files and measures them with some style and static analysis "rulers". Default values for the Rulers are based on a number of style guides in the Ruby community as well as what seems to be common. More on this here @@ -73,22 +75,22 @@ to add new features and fix bugs. tailor 1.x is completely redesigned to make that whole process much easier. === Measure Stuff -Run tailor like: +Check _all_ files in a directory: $ tailor path/to/check/ -...or... +Check a single file: $ tailor file_to_check.rb -...or... +Check only files ending in .rb under the 'test' directory: $ tailor test/**/*.rb -...or... (defaults to lib/**/*.rb): +Check defaults (lib/**/*.rb): $ tailor ==== On style...