README.md in sidekiq-throttled-0.4.1 vs README.md in sidekiq-throttled-0.5.0
- old
+ new
@@ -1,13 +1,13 @@
# Sidekiq::Throttled
-[](http://rubygems.org/gems/sidekiq-throttled)
-[](https://travis-ci.org/sensortower/sidekiq-throttled)
-[](https://codeclimate.com/github/sensortower/sidekiq-throttled)
-[](https://coveralls.io/github/sensortower/sidekiq-throttled?branch=v0.4.x)
+[](http://rubygems.org/gems/sidekiq-throttled)
+[](https://travis-ci.org/sensortower/sidekiq-throttled)
+[](https://codeclimate.com/github/sensortower/sidekiq-throttled)
+[](https://coveralls.io/github/sensortower/sidekiq-throttled?branch=master)
-Concurrency and threshold throttling for [Sidekiq](https://github.com/mperham/sidekiq/).
+Concurrency and threshold throttling for [Sidekiq][sidekiq].
## Installation
Add this line to your application's Gemfile:
@@ -124,13 +124,19 @@
* Ruby 2.0.0
* Ruby 2.1.x
* Ruby 2.2.x
* Ruby 2.3.x
-[travis]: http://travis-ci.org/sensortower/sidekiq-throttled
+## Supported Sidekiq Versions
+This library aims to support work with following [Sidekiq][sidekiq] versions:
+
+* Sidekiq 4.0.x
+* Sidekiq 4.1.x
+
+
## Contributing
* Fork sidekiq-throttled on GitHub
* Make your changes
* Ensure all tests pass (`bundle exec rake`)
@@ -141,5 +147,9 @@
## Copyright
Copyright (c) 2015 SensorTower Inc.
See LICENSE.md for further details.
+
+
+[travis]: http://travis-ci.org/sensortower/sidekiq-throttled
+[sidekiq]: https://github.com/mperham/sidekiq