# -*- encoding: utf-8 -*- # stub: vcr 6.3.1 ruby lib Gem::Specification.new do |s| s.name = "vcr".freeze s.version = "6.3.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Myron Marston".freeze, "Kurtis Rainbolt-Greene".freeze, "Olle Jonsson".freeze] s.date = "2024-08-20" s.description = "Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.".freeze s.email = ["kurtis@rainbolt-greene.online".freeze] s.files = ["lib/vcr.rb".freeze, "lib/vcr/cassette.rb".freeze, "lib/vcr/cassette/erb_renderer.rb".freeze, "lib/vcr/cassette/http_interaction_list.rb".freeze, "lib/vcr/cassette/migrator.rb".freeze, "lib/vcr/cassette/persisters.rb".freeze, "lib/vcr/cassette/persisters/file_system.rb".freeze, "lib/vcr/cassette/serializers.rb".freeze, "lib/vcr/cassette/serializers/compressed.rb".freeze, "lib/vcr/cassette/serializers/json.rb".freeze, "lib/vcr/cassette/serializers/psych.rb".freeze, "lib/vcr/cassette/serializers/syck.rb".freeze, "lib/vcr/cassette/serializers/yaml.rb".freeze, "lib/vcr/configuration.rb".freeze, "lib/vcr/deprecations.rb".freeze, "lib/vcr/errors.rb".freeze, "lib/vcr/library_hooks.rb".freeze, "lib/vcr/library_hooks/excon.rb".freeze, "lib/vcr/library_hooks/faraday.rb".freeze, "lib/vcr/library_hooks/typhoeus.rb".freeze, "lib/vcr/library_hooks/webmock.rb".freeze, "lib/vcr/linked_cassette.rb".freeze, "lib/vcr/middleware/excon.rb".freeze, "lib/vcr/middleware/excon/legacy_methods.rb".freeze, "lib/vcr/middleware/faraday.rb".freeze, "lib/vcr/middleware/rack.rb".freeze, "lib/vcr/request_handler.rb".freeze, "lib/vcr/request_ignorer.rb".freeze, "lib/vcr/request_matcher_registry.rb".freeze, "lib/vcr/structs.rb".freeze, "lib/vcr/tasks/vcr.rake".freeze, "lib/vcr/test_frameworks/cucumber.rb".freeze, "lib/vcr/test_frameworks/rspec.rb".freeze, "lib/vcr/util/hooks.rb".freeze, "lib/vcr/util/internet_connection.rb".freeze, "lib/vcr/util/logger.rb".freeze, "lib/vcr/util/variable_args_block_caller.rb".freeze, "lib/vcr/util/version_checker.rb".freeze, "lib/vcr/version.rb".freeze] s.homepage = "https://benoittgt.github.io/vcr".freeze s.licenses = ["Hippocratic-2.1".freeze, "MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.7".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end