README.md in cliutils-2.1.4 vs README.md in cliutils-2.2.0

- old
+ new

@@ -1,9 +1,10 @@ CLIUtils ==== [![Build Status](https://travis-ci.org/bachya/cliutils.svg?branch=master)](https://travis-ci.org/bachya/cliutils) [![Gem Version](https://badge.fury.io/rb/cliutils.svg)](http://badge.fury.io/rb/cliutils) +[![Coverage Status](http://img.shields.io/coveralls/bachya/cliutils/master.svg)](https://coveralls.io/r/bachya/cliutils?branch=master) CLIUtils is a library of functionality designed to alleviate common tasks and headaches when developing command-line (CLI) apps in Ruby. # *Updating from 1.x.x to 2.0.0?* @@ -33,13 +34,14 @@ # Compatibility CLIUtils is certified against the following: +* Ruby 2.1.1 * Ruby 2.1.0 * Ruby 2.0.0 * Ruby 1.9.3 -* jruby-19mode +* Latest RBX # Installation Add this line to your application's Gemfile: