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 -[![Gem Version](https://img.shields.io/badge/gem%20version-0.4.x-brightgreen.svg)](http://rubygems.org/gems/sidekiq-throttled) -[![Build Status](https://travis-ci.org/sensortower/sidekiq-throttled.svg?branch=v0.4.x)](https://travis-ci.org/sensortower/sidekiq-throttled) -[![Code Climate](https://codeclimate.com/github/sensortower/sidekiq-throttled.svg?branch=v0.4.x)](https://codeclimate.com/github/sensortower/sidekiq-throttled) -[![Coverage Status](https://coveralls.io/repos/github/sensortower/sidekiq-throttled/badge.svg?branch=v0.4.x)](https://coveralls.io/github/sensortower/sidekiq-throttled?branch=v0.4.x) +[![Gem Version](https://badge.fury.io/rb/sidekiq-throttled.svg)](http://rubygems.org/gems/sidekiq-throttled) +[![Build Status](https://travis-ci.org/sensortower/sidekiq-throttled.svg?branch=master)](https://travis-ci.org/sensortower/sidekiq-throttled) +[![Code Climate](https://codeclimate.com/github/sensortower/sidekiq-throttled.svg?branch=master)](https://codeclimate.com/github/sensortower/sidekiq-throttled) +[![Coverage Status](https://coveralls.io/repos/sensortower/sidekiq-throttled/badge.svg?branch=master&service=github)](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