Skip to content

Commit

Permalink
Add 1.9 notes to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviershay committed Jan 14, 2012
1 parent c8dbbfd commit 4e40053
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -80,3 +80,10 @@ You can use a `SimpleCov` formatter to create the required file:
end

SimpleCov.formatter = SimpleCov::Formatter::QualityFormatter

## Compatibility

Requires MRI 1.9, since it depends on the `ripper` library to calculate
complexity metrics. This only applies to the Ruby used to run Cane, not the
project it is being run against. In other words, you can run Cane against your
1.8 project.

0 comments on commit 4e40053

Please sign in to comment.