I have found many guides laying out how to do things like adding rake tasks to a continuous build server that utilize metric_fu for a rails project. However, if I have a simple ruby-only project, how can I run metric_fu to show me complexity measures and code smells? It seems like it would involve setting up a rake task or something, but I'm not sure how to accomplish it.
Any help would be mostly appreciated.