Today i pushed git-contributors.rb to github. It is a little ruby script that takes the result of $ git shortlog -ns and adds the percental contribution of each committer to the output. In the current version (0.1.0) $ git-contributors.rb /path/to/git-project will produce an output like: 200 Maja 56.8 % 50 Flip 31.1 % 10 Willi [...]
Keep the threshold of an RCov::VerifyTask up-to-date using a log file.
A post as note to myselft about some Ruby Idioms to remember..