README.md in sidekiq-throttled-0.6.6 vs README.md in sidekiq-throttled-0.6.7

- old
+ new

@@ -1,11 +1,11 @@ # Sidekiq::Throttled [![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) +[![Coverage Status](https://coveralls.io/repos/github/sensortower/sidekiq-throttled/badge.svg?branch=master)](https://coveralls.io/github/sensortower/sidekiq-throttled?branch=master) [![API Docs](http://inch-ci.org/github/sensortower/sidekiq-throttled.svg?branch=master)](http://inch-ci.org/github/sensortower/sidekiq-throttled) Concurrency and threshold throttling for [Sidekiq][sidekiq]. @@ -120,20 +120,35 @@ ## Supported Ruby Versions This library aims to support and is [tested against][travis] the following Ruby versions: -* Ruby 2.2.x +* Ruby 2.2.6+ * Ruby 2.3.x +* Ruby 2.4.x +If something doesn't work on one of these versions, it's a bug. +This library may inadvertently work (or seem to work) on other Ruby versions, +however support will only be provided for the versions listed above. + +If you would like this library to support another Ruby version or +implementation, you may volunteer to be a maintainer. Being a maintainer +entails making sure all tests run and pass on that implementation. When +something breaks on your implementation, you will be responsible for providing +patches in a timely fashion. If critical issues for a particular implementation +exist at the time of a major release, support for that Ruby version may be +dropped. + + ## Supported Sidekiq Versions This library aims to support work with following [Sidekiq][sidekiq] versions: * Sidekiq 4.0.x * Sidekiq 4.1.x +* Sidekiq 4.2.x ## Contributing * Fork sidekiq-throttled on GitHub @@ -142,12 +157,25 @@ * Send a pull request * If we like them we'll merge them * If we've accepted a patch, feel free to ask for commit access! +## Development + +``` +bundle update +appraisal install # install dependencies for all gemfiles +appraisal update # update dependencies for all gemfiles +appraisal rspec # run rspec against each gemfile +bundle exec rubocop # run static code analysis +``` + +Don't forget to run `appraisal update` after any changes to `Gemfile`. + + ## Copyright -Copyright (c) 2015-2016 SensorTower Inc. +Copyright (c) 2015-2017 SensorTower Inc. See LICENSE.md for further details. [travis]: http://travis-ci.org/sensortower/sidekiq-throttled [sidekiq]: https://github.com/mperham/sidekiq