README.md in rlimiter-1.0.3 vs README.md in rlimiter-1.0.4
- old
+ new
@@ -1,5 +1,11 @@
+![Gem Version](https://badge.fury.io/rb/rlimiter.svg)
+![Build Status](https://travis-ci.org/sdpatro/rlimiter.svg?branch=master)
+[![Maintainability](https://api.codeclimate.com/v1/badges/874030f97b114be832d3/maintainability)](https://codeclimate.com/github/sdpatro/rlimiter/maintainability)
+[![Coverage Status](https://coveralls.io/repos/github/sdpatro/rlimiter/badge.svg)](https://coveralls.io/github/sdpatro/rlimiter)
+![Total downloads](https://ruby-gem-downloads-badge.herokuapp.com/rlimiter?type=total)
+
# Rlimiter
Rlimiter is a simple rate limiting client for Ruby (not limited to RoR!).
The fundamental idea behind this client is to limit the number of hits of any code within the application. Hence it is not
@@ -104,12 +110,10 @@
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
### TODOs:
-1. Write specs for 100% code coverage.
-2. Add benchmarks.
-3. Integrate Travis.
+1. Add benchmarks.
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/sdpatro/rlimiter. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.