README.md in vcr-2.0.0.beta2 vs README.md in vcr-2.0.0.rc1
- old
+ new
@@ -9,13 +9,13 @@
``` ruby
require 'rubygems'
require 'test/unit'
require 'vcr'
-VCR.config do |c|
+VCR.configure do |c|
c.cassette_library_dir = 'fixtures/vcr_cassettes'
- c.stub_with :webmock # or :fakeweb
+ c.hook_into :webmock # or :fakeweb
end
class VCRTest < Test::Unit::TestCase
def test_example_dot_com
VCR.use_cassette('synopsis') do
@@ -115,10 +115,12 @@
* Source hosted on [GitHub](http://github.com/myronmarston/vcr).
* Direct questions and discussions to the [mailing list](http://groups.google.com/group/vcr-ruby).
* Report issues on [GitHub Issues](http://github.com/myronmarston/vcr/issues).
* Pull requests are very welcome! Please include spec and/or feature coverage for every patch,
and create a topic branch for every separate change you make.
+* See the [Contributing](https://github.com/myronmarston/vcr/blob/master/CONTRIBUTING.md)
+ guide for instructions on running the specs and features.
If you find VCR useful, please recommend me on [working with rails](http://workingwithrails.com/person/16590-myron-marston).
## Thanks
@@ -137,14 +139,18 @@
* [Aaron Brethorst](http://github.com/aaronbrethorst)
* [Avdi Grimm](https://github.com/avdi)
* [Bartosz Blimke](http://github.com/bblimke)
* [Ben Hutton](http://github.com/benhutton)
* [Bradley Isotope](https://github.com/bradleyisotope)
+* [Carlos Kirkconnell](https://github.com/kirkconnell)
* [Eric Allam](http://github.com/rubymaverick)
+* [Flaviu Simihaian](https://github.com/closedbracket)
* [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)
+* [Paco Guzmán](https://github.com/pacoguzman)
+* [Ryan Bates](https://github.com/ryanb)
* [Sathya Sekaran](https://github.com/sfsekaran)
* [Wesley Beary](https://github.com/geemus)
## Similar Libraries