README.md in roodi-3.0.0 vs README.md in roodi-3.0.1
- old
+ new
@@ -1,12 +1,14 @@
# roodi
[![Build Status](https://travis-ci.org/roodi/roodi.png?branch=master)](https://travis-ci.org/roodi/roodi)
+[![Code Climate](https://codeclimate.com/repos/5204c3fc7e00a47bf7015e4e/badges/44ede0c56a53ff100012/gpa.png)](https://codeclimate.com/repos/5204c3fc7e00a47bf7015e4e/feed)
+[![Coverage Status](https://coveralls.io/repos/roodi/roodi/badge.png?branch=master)](https://coveralls.io/r/roodi/roodi?branch=master)
## Description
-Roodi stands for Ruby Object Oriented Design Inferometer. It parses your Ruby code and warns you about design issues you have based on the checks that is has configured.
+Roodi stands for Ruby Object Oriented Design Inferometer. It parses your Ruby code and warns you about design issues you have based on the checks that is has configured.
## Install
`$ sudo gem install roodi`
@@ -84,14 +86,27 @@
## Suggested Checks
* BlockVariableShadowCheck - Check that a block variable does not have the same name as a method parameter or local variable. It may be mistakenly referenced within the block.
+## Contributing
+
+### Bug reporting
+Please use the GitHub issue tracker.
+
+### Want to submit some code?
+Fantastic! Please follow this procedure:
+- Fork the repository
+- Create a well-named topic branch
+- Add specs for any changes you make
+- Write meaningful commit messages explaining why this change is needed
+- Create a pull request.
+
## License
(The MIT License)
-Copyright (c) 2008 Marty Andrews
+Copyright (c) 2013 Peter Evjan
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,