README.md in vcr-2.9.2 vs README.md in vcr-2.9.3

- old
+ new

@@ -1,10 +1,10 @@ # VCR Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests. -[![Build Status](https://secure.travis-ci.org/vcr/vcr.png?branch=master)](http://travis-ci.org/vcr/vcr) [![Code Climate](https://codeclimate.com/github/vcr/vcr.png)](https://codeclimate.com/github/vcr/vcr) +[![Gem Version](https://img.shields.io/gem/v/vcr.svg)](http://rubygems.org/gems/vcr) [![Build Status](https://img.shields.io/travis/vcr/vcr/master.svg)](https://travis-ci.org/vcr/vcr) [![Code Climate](https://img.shields.io/codeclimate/github/vcr/vcr.svg)](https://codeclimate.com/github/vcr/vcr) ## Synopsis ``` ruby require 'rubygems' @@ -159,10 +159,11 @@ * [Gordon Wilson](https://github.com/gordoncww) * [Hans Hasselberg](https://github.com/i0rek) * [Herman Verschooten](https://github.com/Hermanverschooten) * [Ian Cordasco](https://github.com/sigmavirus24) * [Ingemar](https://github.com/ingemar) +* [Ilya Scharrenbroich](https://github.com/quidproquo) * [Jacob Green](https://github.com/Jacobkg) * [James Bence](https://github.com/jbence) * [Jay Shepherd](https://github.com/jayshepherd) * [Jeff Pollard](https://github.com/Fluxx) * [Joe Nelson](https://github.com/begriffs) @@ -218,9 +219,14 @@ * [VCR.js](https://github.com/elcuervo/vcr.js) (JavaScript) * [VCR.py](https://github.com/kevin1024/vcrpy) (Python) * [VCRURLConnection](https://github.com/dstnbrkr/VCRURLConnection) (Objective-C) * [vcr-clj](https://github.com/ifesdjeen/vcr-clj) (Clojure) * [VHS](https://github.com/diegoeche/vhs) (Erlang) + +## Related Projects + +* [Mr. Video](https://github.com/quidproquo/mr_video) (Rails engine for managing VCR cassettes and episodes) + ## Similar Libraries in Ruby * [Ephemeral Response](https://github.com/sandro/ephemeral_response) * [Net::HTTP Spy](http://github.com/martinbtt/net-http-spy)