README.md in timeout-extensions-0.0.0 vs README.md in timeout-extensions-0.1.0
- old
+ new
@@ -1,8 +1,12 @@
Timeout::Extensions
===================
+[![Gem Version](https://badge.fury.io/rb/timeout-extensions.svg)](http://rubygems.org/gems/timeout-extensions)
+[![Build Status](https://secure.travis-ci.org/celluloid/timeout-extensions.svg?branch=master)](http://travis-ci.org/celluloid/timeout-extensions)
+[![Code Climate](https://codeclimate.com/github/celluloid/timeout-extensions.svg)](https://codeclimate.com/github/celluloid/timeout-extensions)
+
The Timeout::Extensions Gem augments Ruby's `timeout.rb` API with support for
multiple timeout backends which can be mixed and matched within a single app.
It supports pluggable timeout implementations which can selectively hook
into multiple backend schedulers rather than resorting to running code in a
@@ -69,16 +73,28 @@
# Plug in your own backend just this easily!
end
end
```
+## Supported Ruby Versions
+
+This library aims to support and is [tested against][travis] the following Ruby
+versions:
+
+* Ruby 2.1
+* Ruby 2.2
+* Ruby 2.3
+* JRuby 9.1
+
+If something doesn't work on one of these versions, it's a bug.
+
# Contributing
* Fork this repository on github
* Make your changes and send us a pull request
* If we like them we'll merge them
* If we've accepted a patch, feel free to ask for commit access
# License
-Copyright (c) 2014-2015 Tony Arcieri, Tiago Cardoso
+Copyright (c) 2014-2016 Tony Arcieri, Tiago Cardoso
Distributed under the MIT License. See LICENSE.txt for further details.