README.md in vcr-1.11.3 vs README.md in vcr-2.0.0.beta1

- old
+ new

@@ -1,9 +1,11 @@ # 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/myronmarston/vcr.png?branch=master)](http://travis-ci.org/myronmarston/vcr) + ## Synopsis ``` ruby require 'rubygems' require 'test/unit' @@ -80,13 +82,11 @@ ## Ruby Interpreter Compatibility VCR has been tested on the following ruby interpreters: -* MRI 1.8.6 * MRI 1.8.7 -* MRI 1.9.1 * MRI 1.9.2 * REE 1.8.7 * JRuby 1.5.6 * Rubinius 1.2.1 @@ -142,9 +142,10 @@ * [Justin Smestad](https://github.com/jsmestad) * [Karl Baum](https://github.com/kbaum) * [Nathaniel Bibler](https://github.com/nbibler) * [Oliver Searle-Barnes](https://github.com/opsb) * [Wesley Beary](https://github.com/geemus) +* [Avdi Grimm](https://github.com/avdi) ## Copyright Copyright (c) 2010-2011 Myron Marston. See LICENSE for details.