.github/FUNDING.yml | |
|
|
.github/ISSUE_TEMPLATE/bug_report.md | |
|
|
.github/ISSUE_TEMPLATE/feature_request.md | |
|
|
.github/workflows/test.yml | |
|
|
.gitignore | |
|
|
.rspec | |
|
|
.yardopts | |
|
|
Appraisals | |
|
|
CHANGELOG.md | |
|
|
CONTRIBUTING.md | |
|
|
DEVELOPMENT.md | |
|
|
Gemfile | |
|
|
Gemfile.cucumber | |
|
|
Gemfile.faraday-1.0.0 | |
|
|
LICENSE | |
|
|
MAINTAINERS | |
|
|
README.md | |
|
|
Rakefile | |
|
|
Upgrade.md | |
|
|
cucumber.yml | |
|
|
lib/vcr/tasks/vcr.rake | |
|
|
vcr.gemspec | |
|
|
lib/vcr.rb | 227 |
|
|
lib/vcr/cassette.rb | 223 | B 5 hrs |
|
lib/vcr/cassette/erb_renderer.rb | 45 | A 25 mins |
|
lib/vcr/cassette/http_interaction_list.rb | 86 | A 35 mins |
|
lib/vcr/cassette/migrator.rb | 94 | A 25 mins |
|
lib/vcr/cassette/persisters.rb | 26 |
|
|
lib/vcr/cassette/persisters/file_system.rb | 48 |
|
|
lib/vcr/cassette/serializers.rb | 48 |
|
|
lib/vcr/cassette/serializers/compressed.rb | 22 |
|
|
lib/vcr/cassette/serializers/json.rb | 30 |
|
|
lib/vcr/cassette/serializers/psych.rb | 31 |
|
|
lib/vcr/cassette/serializers/syck.rb | 40 |
|
|
lib/vcr/cassette/serializers/yaml.rb | 35 |
|
|
lib/vcr/configuration.rb | 197 | B 4 hrs |
|
lib/vcr/deprecations.rb | 34 |
|
|
lib/vcr/errors.rb | 221 |
|
|
lib/vcr/library_hooks.rb | 14 |
|
|
lib/vcr/library_hooks/excon.rb | 26 |
|
|
lib/vcr/library_hooks/faraday.rb | 40 |
|
|
lib/vcr/library_hooks/typhoeus.rb | 107 |
|
|
lib/vcr/library_hooks/webmock.rb | 129 |
|
|
lib/vcr/linked_cassette.rb | 48 |
|
|
lib/vcr/middleware/excon.rb | 141 |
|
|
lib/vcr/middleware/excon/legacy_methods.rb | 28 |
|
|
lib/vcr/middleware/faraday.rb | 104 |
|
|
lib/vcr/middleware/rack.rb | 37 |
|
|
lib/vcr/request_handler.rb | 79 |
|
|
lib/vcr/request_ignorer.rb | 38 |
|
|