README.md in basic-stats-0.0.1 vs README.md in basic-stats-0.0.2
- old
+ new
@@ -1,6 +1,9 @@
# Basic::Stats
+[![Build Status](https://secure.travis-ci.org/cpetersen/basic-stats.png)](http://travis-ci.org/cpetersen/basic-stats)
+[![Code Climate](https://codeclimate.com/github/cpetersen/basic-stats.png)](https://codeclimate.com/github/cpetersen/basic-stats)
+[![Gem Version](https://badge.fury.io/rb/basic-stats.png)](http://badge.fury.io/rb/basic-stats)
Basic statistical functions for Ruby collections, such as mean, standard_deviation, z, and outlier detection
## Installation
@@ -51,8 +54,10 @@
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
-3. Commit your changes (`git commit -am 'Add some feature'`)
-4. Push to the branch (`git push origin my-new-feature`)
-5. Create new Pull Request
+3. Make your changes
+4. Make sure the specs run (`bundle exec rake spec`)
+5. Commit your changes (`git commit -am 'Add some feature'`)
+6. Push to the branch (`git push origin my-new-feature`)
+7. Create new Pull Request