README.md in games_dice-0.3.11 vs README.md in games_dice-0.3.12

- old
+ new

@@ -1,9 +1,10 @@ # GamesDice [![Gem Version](https://badge.fury.io/rb/games_dice.png)](http://badge.fury.io/rb/games_dice) [![Build Status](https://travis-ci.org/neilslater/games_dice.png?branch=master)](http://travis-ci.org/neilslater/games_dice) [![Coverage Status](https://coveralls.io/repos/neilslater/games_dice/badge.png?branch=master)](https://coveralls.io/r/neilslater/games_dice?branch=master) +[![Inline docs](http://inch-ci.org/github/neilslater/games_dice.png?branch=master)](http://inch-ci.org/github/neilslater/games_dice) [![Code Climate](https://codeclimate.com/github/neilslater/games_dice.png)](https://codeclimate.com/github/neilslater/games_dice) [![Dependency Status](https://gemnasium.com/neilslater/games_dice.png)](https://gemnasium.com/neilslater/games_dice) A library for simulating dice. Use it to construct dice-rolling systems used in role-playing and board games. @@ -27,15 +28,14 @@ not to re-roll a specific die within a combined set. These things are of course possible if you use the gem as-is, and add them as features within your project code. ## Supported Ruby Versions -GamesDice is tested routinely on +GamesDice is tested routinely on MRI Rubies 1.9.3, 2.0.0, 2.1.0, 2.1.1 and JRuby, and the +"build passing" badge is based on those tests. - * MRI Ruby 1.8.7, 1.9.3 and 2.0.0 - * Rubinius 1.8 and 1.9 - * JRuby in 1.8 and 1.9 modes - * Ruby Enterprise Edition +It *should* also work in versions from 1.8.7, in Ruby Enterprise and in Rubinius, but it +is not tested routinely on those Rubies. ## Installation Add this line to your application's Gemfile: