vcr v1.0.2 Release Notes

Release Date: 2010-07-06 // almost 14 years ago
  • Full Changelog

    • Fixed VCR to work with rest-client. Rest-client extends the Net::HTTP response body string with a module containing additional data, which got serialized to the cassette file YAML and occasionally caused problems when the YAML was deserialized. Bug reported by Thibaud Guillaume-Gentil.
    • Setup bundler to manage development dependencies.