vcr 3.0.2 → 6.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/vcr.rb +33 -1
- data/lib/vcr/cassette.rb +47 -12
- data/lib/vcr/cassette/http_interaction_list.rb +14 -9
- data/lib/vcr/cassette/migrator.rb +0 -5
- data/lib/vcr/cassette/persisters/file_system.rb +9 -1
- data/lib/vcr/cassette/serializers/compressed.rb +2 -2
- data/lib/vcr/cassette/serializers/json.rb +7 -7
- data/lib/vcr/cassette/serializers/psych.rb +3 -1
- data/lib/vcr/cassette/serializers/yaml.rb +3 -1
- data/lib/vcr/configuration.rb +20 -8
- data/lib/vcr/deprecations.rb +0 -62
- data/lib/vcr/errors.rb +17 -12
- data/lib/vcr/library_hooks/excon.rb +8 -0
- data/lib/vcr/library_hooks/typhoeus.rb +37 -8
- data/lib/vcr/linked_cassette.rb +4 -4
- data/lib/vcr/middleware/faraday.rb +10 -1
- data/lib/vcr/request_ignorer.rb +4 -1
- data/lib/vcr/request_matcher_registry.rb +1 -1
- data/lib/vcr/structs.rb +48 -32
- data/lib/vcr/test_frameworks/cucumber.rb +4 -4
- data/lib/vcr/test_frameworks/rspec.rb +12 -3
- data/lib/vcr/util/hooks.rb +1 -0
- data/lib/vcr/util/internet_connection.rb +15 -21
- data/lib/vcr/version.rb +1 -1
- metadata +36 -263
- data/features/CHANGELOG.md +0 -1
- data/features/CONTRIBUTING.md +0 -1
- data/features/LICENSE.md +0 -1
- data/features/README.md +0 -1
- data/features/Upgrade.md +0 -1
- data/features/about_these_examples.md +0 -18
- data/features/cassettes/allow_unused_http_interactions.feature +0 -100
- data/features/cassettes/automatic_re_recording.feature +0 -72
- data/features/cassettes/decompress.feature +0 -74
- data/features/cassettes/dynamic_erb.feature +0 -100
- data/features/cassettes/exclusive.feature +0 -126
- data/features/cassettes/format.feature +0 -411
- data/features/cassettes/freezing_time.feature +0 -68
- data/features/cassettes/naming.feature +0 -28
- data/features/cassettes/no_cassette.feature +0 -152
- data/features/cassettes/update_content_length_header.feature +0 -112
- data/features/configuration/allow_http_connections_when_no_cassette.feature +0 -55
- data/features/configuration/cassette_library_dir.feature +0 -31
- data/features/configuration/debug_logging.feature +0 -58
- data/features/configuration/default_cassette_options.feature +0 -100
- data/features/configuration/filter_sensitive_data.feature +0 -153
- data/features/configuration/hook_into.feature +0 -172
- data/features/configuration/ignore_request.feature +0 -192
- data/features/configuration/preserve_exact_body_bytes.feature +0 -108
- data/features/configuration/query_parser.feature +0 -84
- data/features/configuration/uri_parser.feature +0 -93
- data/features/getting_started.md +0 -82
- data/features/hooks/after_http_request.feature +0 -58
- data/features/hooks/around_http_request.feature +0 -57
- data/features/hooks/before_http_request.feature +0 -63
- data/features/hooks/before_playback.feature +0 -184
- data/features/hooks/before_record.feature +0 -172
- data/features/http_libraries/em_http_request.feature +0 -250
- data/features/http_libraries/net_http.feature +0 -179
- data/features/middleware/faraday.feature +0 -56
- data/features/middleware/rack.feature +0 -92
- data/features/record_modes/all.feature +0 -82
- data/features/record_modes/new_episodes.feature +0 -79
- data/features/record_modes/none.feature +0 -72
- data/features/record_modes/once.feature +0 -95
- data/features/request_matching/README.md +0 -30
- data/features/request_matching/body.feature +0 -91
- data/features/request_matching/body_as_json.feature +0 -90
- data/features/request_matching/custom_matcher.feature +0 -135
- data/features/request_matching/headers.feature +0 -85
- data/features/request_matching/host.feature +0 -95
- data/features/request_matching/identical_request_sequence.feature +0 -89
- data/features/request_matching/method.feature +0 -96
- data/features/request_matching/path.feature +0 -96
- data/features/request_matching/playback_repeats.feature +0 -98
- data/features/request_matching/query.feature +0 -97
- data/features/request_matching/uri.feature +0 -94
- data/features/request_matching/uri_without_param.feature +0 -101
- data/features/step_definitions/cli_steps.rb +0 -199
- data/features/support/env.rb +0 -46
- data/features/support/http_lib_filters.rb +0 -46
- data/features/test_frameworks/cucumber.feature +0 -211
- data/features/test_frameworks/rspec_macro.feature +0 -81
- data/features/test_frameworks/rspec_metadata.feature +0 -150
- data/features/test_frameworks/test_unit.feature +0 -49
- data/lib/vcr/extensions/net_http_response.rb +0 -36
- data/lib/vcr/library_hooks/fakeweb.rb +0 -197
- data/spec/acceptance/concurrency_spec.rb +0 -51
- data/spec/acceptance/threading_spec.rb +0 -34
- data/spec/fixtures/cassette_spec/1_x_cassette.yml +0 -110
- data/spec/fixtures/cassette_spec/empty.yml +0 -0
- data/spec/fixtures/cassette_spec/example.yml +0 -111
- data/spec/fixtures/cassette_spec/with_localhost_requests.yml +0 -111
- data/spec/fixtures/fake_example_responses.yml +0 -110
- data/spec/fixtures/match_requests_on.yml +0 -187
- data/spec/lib/vcr/cassette/erb_renderer_spec.rb +0 -53
- data/spec/lib/vcr/cassette/http_interaction_list_spec.rb +0 -295
- data/spec/lib/vcr/cassette/migrator_spec.rb +0 -196
- data/spec/lib/vcr/cassette/persisters/file_system_spec.rb +0 -75
- data/spec/lib/vcr/cassette/persisters_spec.rb +0 -39
- data/spec/lib/vcr/cassette/serializers_spec.rb +0 -182
- data/spec/lib/vcr/cassette_spec.rb +0 -618
- data/spec/lib/vcr/configuration_spec.rb +0 -326
- data/spec/lib/vcr/deprecations_spec.rb +0 -85
- data/spec/lib/vcr/errors_spec.rb +0 -178
- data/spec/lib/vcr/extensions/net_http_response_spec.rb +0 -86
- data/spec/lib/vcr/library_hooks/excon_spec.rb +0 -104
- data/spec/lib/vcr/library_hooks/fakeweb_spec.rb +0 -169
- data/spec/lib/vcr/library_hooks/faraday_spec.rb +0 -68
- data/spec/lib/vcr/library_hooks/typhoeus_0.4_spec.rb +0 -36
- data/spec/lib/vcr/library_hooks/typhoeus_spec.rb +0 -162
- data/spec/lib/vcr/library_hooks/webmock_spec.rb +0 -117
- data/spec/lib/vcr/library_hooks_spec.rb +0 -51
- data/spec/lib/vcr/middleware/faraday_spec.rb +0 -181
- data/spec/lib/vcr/middleware/rack_spec.rb +0 -115
- data/spec/lib/vcr/request_ignorer_spec.rb +0 -70
- data/spec/lib/vcr/request_matcher_registry_spec.rb +0 -345
- data/spec/lib/vcr/structs_spec.rb +0 -732
- data/spec/lib/vcr/test_frameworks/cucumber_spec.rb +0 -107
- data/spec/lib/vcr/test_frameworks/rspec_spec.rb +0 -94
- data/spec/lib/vcr/util/hooks_spec.rb +0 -158
- data/spec/lib/vcr/util/internet_connection_spec.rb +0 -37
- data/spec/lib/vcr/util/version_checker_spec.rb +0 -31
- data/spec/lib/vcr/version_spec.rb +0 -27
- data/spec/lib/vcr_spec.rb +0 -354
- data/spec/monkey_patches.rb +0 -186
- data/spec/spec_helper.rb +0 -63
- data/spec/support/configuration_stubbing.rb +0 -8
- data/spec/support/cucumber_helpers.rb +0 -39
- data/spec/support/fixnum_extension.rb +0 -10
- data/spec/support/http_library_adapters.rb +0 -289
- data/spec/support/limited_uri.rb +0 -21
- data/spec/support/ruby_interpreter.rb +0 -7
- data/spec/support/shared_example_groups/excon.rb +0 -63
- data/spec/support/shared_example_groups/hook_into_http_library.rb +0 -594
- data/spec/support/shared_example_groups/request_hooks.rb +0 -59
- data/spec/support/sinatra_app.rb +0 -86
- data/spec/support/vcr_localhost_server.rb +0 -76
- data/spec/support/vcr_stub_helpers.rb +0 -17
data/lib/vcr/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vcr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 6.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Myron Marston
|
8
|
+
- Kurtis Rainbolt-Greene
|
9
|
+
- Olle Jonsson
|
8
10
|
autorequire:
|
9
11
|
bindir: bin
|
10
12
|
cert_chain: []
|
11
|
-
date:
|
13
|
+
date: 2020-05-28 00:00:00.000000000 Z
|
12
14
|
dependencies:
|
13
15
|
- !ruby/object:Gem::Dependency
|
14
16
|
name: bundler
|
@@ -16,14 +18,14 @@ dependencies:
|
|
16
18
|
requirements:
|
17
19
|
- - "~>"
|
18
20
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
21
|
+
version: '2.0'
|
20
22
|
type: :development
|
21
23
|
prerelease: false
|
22
24
|
version_requirements: !ruby/object:Gem::Requirement
|
23
25
|
requirements:
|
24
26
|
- - "~>"
|
25
27
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
28
|
+
version: '2.0'
|
27
29
|
- !ruby/object:Gem::Dependency
|
28
30
|
name: rspec
|
29
31
|
requirement: !ruby/object:Gem::Requirement
|
@@ -137,7 +139,7 @@ dependencies:
|
|
137
139
|
- !ruby/object:Gem::Version
|
138
140
|
version: '0'
|
139
141
|
- !ruby/object:Gem::Dependency
|
140
|
-
name:
|
142
|
+
name: webmock
|
141
143
|
requirement: !ruby/object:Gem::Requirement
|
142
144
|
requirements:
|
143
145
|
- - ">="
|
@@ -151,61 +153,73 @@ dependencies:
|
|
151
153
|
- !ruby/object:Gem::Version
|
152
154
|
version: '0'
|
153
155
|
- !ruby/object:Gem::Dependency
|
154
|
-
name:
|
156
|
+
name: hashdiff
|
155
157
|
requirement: !ruby/object:Gem::Requirement
|
156
158
|
requirements:
|
157
159
|
- - ">="
|
158
160
|
- !ruby/object:Gem::Version
|
159
|
-
version:
|
161
|
+
version: 1.0.0.beta1
|
162
|
+
- - "<"
|
163
|
+
- !ruby/object:Gem::Version
|
164
|
+
version: 2.0.0
|
160
165
|
type: :development
|
161
166
|
prerelease: false
|
162
167
|
version_requirements: !ruby/object:Gem::Requirement
|
163
168
|
requirements:
|
164
169
|
- - ">="
|
165
170
|
- !ruby/object:Gem::Version
|
166
|
-
version:
|
171
|
+
version: 1.0.0.beta1
|
172
|
+
- - "<"
|
173
|
+
- !ruby/object:Gem::Version
|
174
|
+
version: 2.0.0
|
167
175
|
- !ruby/object:Gem::Dependency
|
168
176
|
name: cucumber
|
169
177
|
requirement: !ruby/object:Gem::Requirement
|
170
178
|
requirements:
|
171
179
|
- - "~>"
|
172
180
|
- !ruby/object:Gem::Version
|
173
|
-
version:
|
181
|
+
version: '3.1'
|
174
182
|
type: :development
|
175
183
|
prerelease: false
|
176
184
|
version_requirements: !ruby/object:Gem::Requirement
|
177
185
|
requirements:
|
178
186
|
- - "~>"
|
179
187
|
- !ruby/object:Gem::Version
|
180
|
-
version:
|
188
|
+
version: '3.1'
|
181
189
|
- !ruby/object:Gem::Dependency
|
182
190
|
name: aruba
|
183
191
|
requirement: !ruby/object:Gem::Requirement
|
184
192
|
requirements:
|
185
193
|
- - "~>"
|
186
194
|
- !ruby/object:Gem::Version
|
187
|
-
version: 0.
|
195
|
+
version: 0.14.14
|
188
196
|
type: :development
|
189
197
|
prerelease: false
|
190
198
|
version_requirements: !ruby/object:Gem::Requirement
|
191
199
|
requirements:
|
192
200
|
- - "~>"
|
193
201
|
- !ruby/object:Gem::Version
|
194
|
-
version: 0.
|
202
|
+
version: 0.14.14
|
195
203
|
- !ruby/object:Gem::Dependency
|
196
204
|
name: faraday
|
197
205
|
requirement: !ruby/object:Gem::Requirement
|
198
206
|
requirements:
|
199
207
|
- - ">="
|
200
208
|
- !ruby/object:Gem::Version
|
201
|
-
version:
|
209
|
+
version: 0.11.0
|
210
|
+
- - "<"
|
211
|
+
- !ruby/object:Gem::Version
|
212
|
+
version: 2.0.0
|
202
213
|
type: :development
|
203
214
|
prerelease: false
|
204
215
|
version_requirements: !ruby/object:Gem::Requirement
|
205
216
|
requirements:
|
206
217
|
- - ">="
|
207
218
|
- !ruby/object:Gem::Version
|
208
|
-
version:
|
219
|
+
version: 0.11.0
|
220
|
+
- - "<"
|
221
|
+
- !ruby/object:Gem::Version
|
222
|
+
version: 2.0.0
|
209
223
|
- !ruby/object:Gem::Dependency
|
210
224
|
name: httpclient
|
211
225
|
requirement: !ruby/object:Gem::Requirement
|
@@ -226,14 +240,14 @@ dependencies:
|
|
226
240
|
requirements:
|
227
241
|
- - ">="
|
228
242
|
- !ruby/object:Gem::Version
|
229
|
-
version:
|
243
|
+
version: 0.62.0
|
230
244
|
type: :development
|
231
245
|
prerelease: false
|
232
246
|
version_requirements: !ruby/object:Gem::Requirement
|
233
247
|
requirements:
|
234
248
|
- - ">="
|
235
249
|
- !ruby/object:Gem::Version
|
236
|
-
version:
|
250
|
+
version: 0.62.0
|
237
251
|
- !ruby/object:Gem::Dependency
|
238
252
|
name: timecop
|
239
253
|
requirement: !ruby/object:Gem::Requirement
|
@@ -248,20 +262,6 @@ dependencies:
|
|
248
262
|
- - ">="
|
249
263
|
- !ruby/object:Gem::Version
|
250
264
|
version: '0'
|
251
|
-
- !ruby/object:Gem::Dependency
|
252
|
-
name: multi_json
|
253
|
-
requirement: !ruby/object:Gem::Requirement
|
254
|
-
requirements:
|
255
|
-
- - ">="
|
256
|
-
- !ruby/object:Gem::Version
|
257
|
-
version: '0'
|
258
|
-
type: :development
|
259
|
-
prerelease: false
|
260
|
-
version_requirements: !ruby/object:Gem::Requirement
|
261
|
-
requirements:
|
262
|
-
- - ">="
|
263
|
-
- !ruby/object:Gem::Version
|
264
|
-
version: '0'
|
265
265
|
- !ruby/object:Gem::Dependency
|
266
266
|
name: json
|
267
267
|
requirement: !ruby/object:Gem::Requirement
|
@@ -321,71 +321,11 @@ dependencies:
|
|
321
321
|
description: Record your test suite's HTTP interactions and replay them during future
|
322
322
|
test runs for fast, deterministic, accurate tests.
|
323
323
|
email:
|
324
|
-
-
|
324
|
+
- kurtis@rainbolt-greene.online
|
325
325
|
executables: []
|
326
326
|
extensions: []
|
327
327
|
extra_rdoc_files: []
|
328
328
|
files:
|
329
|
-
- features/CHANGELOG.md
|
330
|
-
- features/CONTRIBUTING.md
|
331
|
-
- features/LICENSE.md
|
332
|
-
- features/README.md
|
333
|
-
- features/Upgrade.md
|
334
|
-
- features/about_these_examples.md
|
335
|
-
- features/cassettes/allow_unused_http_interactions.feature
|
336
|
-
- features/cassettes/automatic_re_recording.feature
|
337
|
-
- features/cassettes/decompress.feature
|
338
|
-
- features/cassettes/dynamic_erb.feature
|
339
|
-
- features/cassettes/exclusive.feature
|
340
|
-
- features/cassettes/format.feature
|
341
|
-
- features/cassettes/freezing_time.feature
|
342
|
-
- features/cassettes/naming.feature
|
343
|
-
- features/cassettes/no_cassette.feature
|
344
|
-
- features/cassettes/update_content_length_header.feature
|
345
|
-
- features/configuration/allow_http_connections_when_no_cassette.feature
|
346
|
-
- features/configuration/cassette_library_dir.feature
|
347
|
-
- features/configuration/debug_logging.feature
|
348
|
-
- features/configuration/default_cassette_options.feature
|
349
|
-
- features/configuration/filter_sensitive_data.feature
|
350
|
-
- features/configuration/hook_into.feature
|
351
|
-
- features/configuration/ignore_request.feature
|
352
|
-
- features/configuration/preserve_exact_body_bytes.feature
|
353
|
-
- features/configuration/query_parser.feature
|
354
|
-
- features/configuration/uri_parser.feature
|
355
|
-
- features/getting_started.md
|
356
|
-
- features/hooks/after_http_request.feature
|
357
|
-
- features/hooks/around_http_request.feature
|
358
|
-
- features/hooks/before_http_request.feature
|
359
|
-
- features/hooks/before_playback.feature
|
360
|
-
- features/hooks/before_record.feature
|
361
|
-
- features/http_libraries/em_http_request.feature
|
362
|
-
- features/http_libraries/net_http.feature
|
363
|
-
- features/middleware/faraday.feature
|
364
|
-
- features/middleware/rack.feature
|
365
|
-
- features/record_modes/all.feature
|
366
|
-
- features/record_modes/new_episodes.feature
|
367
|
-
- features/record_modes/none.feature
|
368
|
-
- features/record_modes/once.feature
|
369
|
-
- features/request_matching/README.md
|
370
|
-
- features/request_matching/body.feature
|
371
|
-
- features/request_matching/body_as_json.feature
|
372
|
-
- features/request_matching/custom_matcher.feature
|
373
|
-
- features/request_matching/headers.feature
|
374
|
-
- features/request_matching/host.feature
|
375
|
-
- features/request_matching/identical_request_sequence.feature
|
376
|
-
- features/request_matching/method.feature
|
377
|
-
- features/request_matching/path.feature
|
378
|
-
- features/request_matching/playback_repeats.feature
|
379
|
-
- features/request_matching/query.feature
|
380
|
-
- features/request_matching/uri.feature
|
381
|
-
- features/request_matching/uri_without_param.feature
|
382
|
-
- features/step_definitions/cli_steps.rb
|
383
|
-
- features/support/env.rb
|
384
|
-
- features/support/http_lib_filters.rb
|
385
|
-
- features/test_frameworks/cucumber.feature
|
386
|
-
- features/test_frameworks/rspec_macro.feature
|
387
|
-
- features/test_frameworks/rspec_metadata.feature
|
388
|
-
- features/test_frameworks/test_unit.feature
|
389
329
|
- lib/vcr.rb
|
390
330
|
- lib/vcr/cassette.rb
|
391
331
|
- lib/vcr/cassette/erb_renderer.rb
|
@@ -402,10 +342,8 @@ files:
|
|
402
342
|
- lib/vcr/configuration.rb
|
403
343
|
- lib/vcr/deprecations.rb
|
404
344
|
- lib/vcr/errors.rb
|
405
|
-
- lib/vcr/extensions/net_http_response.rb
|
406
345
|
- lib/vcr/library_hooks.rb
|
407
346
|
- lib/vcr/library_hooks/excon.rb
|
408
|
-
- lib/vcr/library_hooks/fakeweb.rb
|
409
347
|
- lib/vcr/library_hooks/faraday.rb
|
410
348
|
- lib/vcr/library_hooks/typhoeus.rb
|
411
349
|
- lib/vcr/library_hooks/typhoeus_0.4.rb
|
@@ -428,60 +366,9 @@ files:
|
|
428
366
|
- lib/vcr/util/variable_args_block_caller.rb
|
429
367
|
- lib/vcr/util/version_checker.rb
|
430
368
|
- lib/vcr/version.rb
|
431
|
-
|
432
|
-
- spec/acceptance/threading_spec.rb
|
433
|
-
- spec/fixtures/cassette_spec/1_x_cassette.yml
|
434
|
-
- spec/fixtures/cassette_spec/empty.yml
|
435
|
-
- spec/fixtures/cassette_spec/example.yml
|
436
|
-
- spec/fixtures/cassette_spec/with_localhost_requests.yml
|
437
|
-
- spec/fixtures/fake_example_responses.yml
|
438
|
-
- spec/fixtures/match_requests_on.yml
|
439
|
-
- spec/lib/vcr/cassette/erb_renderer_spec.rb
|
440
|
-
- spec/lib/vcr/cassette/http_interaction_list_spec.rb
|
441
|
-
- spec/lib/vcr/cassette/migrator_spec.rb
|
442
|
-
- spec/lib/vcr/cassette/persisters/file_system_spec.rb
|
443
|
-
- spec/lib/vcr/cassette/persisters_spec.rb
|
444
|
-
- spec/lib/vcr/cassette/serializers_spec.rb
|
445
|
-
- spec/lib/vcr/cassette_spec.rb
|
446
|
-
- spec/lib/vcr/configuration_spec.rb
|
447
|
-
- spec/lib/vcr/deprecations_spec.rb
|
448
|
-
- spec/lib/vcr/errors_spec.rb
|
449
|
-
- spec/lib/vcr/extensions/net_http_response_spec.rb
|
450
|
-
- spec/lib/vcr/library_hooks/excon_spec.rb
|
451
|
-
- spec/lib/vcr/library_hooks/fakeweb_spec.rb
|
452
|
-
- spec/lib/vcr/library_hooks/faraday_spec.rb
|
453
|
-
- spec/lib/vcr/library_hooks/typhoeus_0.4_spec.rb
|
454
|
-
- spec/lib/vcr/library_hooks/typhoeus_spec.rb
|
455
|
-
- spec/lib/vcr/library_hooks/webmock_spec.rb
|
456
|
-
- spec/lib/vcr/library_hooks_spec.rb
|
457
|
-
- spec/lib/vcr/middleware/faraday_spec.rb
|
458
|
-
- spec/lib/vcr/middleware/rack_spec.rb
|
459
|
-
- spec/lib/vcr/request_ignorer_spec.rb
|
460
|
-
- spec/lib/vcr/request_matcher_registry_spec.rb
|
461
|
-
- spec/lib/vcr/structs_spec.rb
|
462
|
-
- spec/lib/vcr/test_frameworks/cucumber_spec.rb
|
463
|
-
- spec/lib/vcr/test_frameworks/rspec_spec.rb
|
464
|
-
- spec/lib/vcr/util/hooks_spec.rb
|
465
|
-
- spec/lib/vcr/util/internet_connection_spec.rb
|
466
|
-
- spec/lib/vcr/util/version_checker_spec.rb
|
467
|
-
- spec/lib/vcr/version_spec.rb
|
468
|
-
- spec/lib/vcr_spec.rb
|
469
|
-
- spec/monkey_patches.rb
|
470
|
-
- spec/spec_helper.rb
|
471
|
-
- spec/support/configuration_stubbing.rb
|
472
|
-
- spec/support/cucumber_helpers.rb
|
473
|
-
- spec/support/fixnum_extension.rb
|
474
|
-
- spec/support/http_library_adapters.rb
|
475
|
-
- spec/support/limited_uri.rb
|
476
|
-
- spec/support/ruby_interpreter.rb
|
477
|
-
- spec/support/shared_example_groups/excon.rb
|
478
|
-
- spec/support/shared_example_groups/hook_into_http_library.rb
|
479
|
-
- spec/support/shared_example_groups/request_hooks.rb
|
480
|
-
- spec/support/sinatra_app.rb
|
481
|
-
- spec/support/vcr_localhost_server.rb
|
482
|
-
- spec/support/vcr_stub_helpers.rb
|
483
|
-
homepage: http://vcr.github.io/vcr
|
369
|
+
homepage: https://relishapp.com/vcr/vcr/docs
|
484
370
|
licenses:
|
371
|
+
- Hippocratic-2.1
|
485
372
|
- MIT
|
486
373
|
metadata: {}
|
487
374
|
post_install_message:
|
@@ -492,130 +379,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
492
379
|
requirements:
|
493
380
|
- - ">="
|
494
381
|
- !ruby/object:Gem::Version
|
495
|
-
version:
|
382
|
+
version: '2.3'
|
496
383
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
497
384
|
requirements:
|
498
385
|
- - ">="
|
499
386
|
- !ruby/object:Gem::Version
|
500
387
|
version: '0'
|
501
388
|
requirements: []
|
502
|
-
|
503
|
-
rubygems_version: 2.5.1
|
389
|
+
rubygems_version: 3.1.3
|
504
390
|
signing_key:
|
505
391
|
specification_version: 4
|
506
392
|
summary: Record your test suite's HTTP interactions and replay them during future
|
507
393
|
test runs for fast, deterministic, accurate tests.
|
508
|
-
test_files:
|
509
|
-
- spec/acceptance/concurrency_spec.rb
|
510
|
-
- spec/acceptance/threading_spec.rb
|
511
|
-
- spec/fixtures/cassette_spec/1_x_cassette.yml
|
512
|
-
- spec/fixtures/cassette_spec/empty.yml
|
513
|
-
- spec/fixtures/cassette_spec/example.yml
|
514
|
-
- spec/fixtures/cassette_spec/with_localhost_requests.yml
|
515
|
-
- spec/fixtures/fake_example_responses.yml
|
516
|
-
- spec/fixtures/match_requests_on.yml
|
517
|
-
- spec/lib/vcr/cassette/erb_renderer_spec.rb
|
518
|
-
- spec/lib/vcr/cassette/http_interaction_list_spec.rb
|
519
|
-
- spec/lib/vcr/cassette/migrator_spec.rb
|
520
|
-
- spec/lib/vcr/cassette/persisters/file_system_spec.rb
|
521
|
-
- spec/lib/vcr/cassette/persisters_spec.rb
|
522
|
-
- spec/lib/vcr/cassette/serializers_spec.rb
|
523
|
-
- spec/lib/vcr/cassette_spec.rb
|
524
|
-
- spec/lib/vcr/configuration_spec.rb
|
525
|
-
- spec/lib/vcr/deprecations_spec.rb
|
526
|
-
- spec/lib/vcr/errors_spec.rb
|
527
|
-
- spec/lib/vcr/extensions/net_http_response_spec.rb
|
528
|
-
- spec/lib/vcr/library_hooks/excon_spec.rb
|
529
|
-
- spec/lib/vcr/library_hooks/fakeweb_spec.rb
|
530
|
-
- spec/lib/vcr/library_hooks/faraday_spec.rb
|
531
|
-
- spec/lib/vcr/library_hooks/typhoeus_0.4_spec.rb
|
532
|
-
- spec/lib/vcr/library_hooks/typhoeus_spec.rb
|
533
|
-
- spec/lib/vcr/library_hooks/webmock_spec.rb
|
534
|
-
- spec/lib/vcr/library_hooks_spec.rb
|
535
|
-
- spec/lib/vcr/middleware/faraday_spec.rb
|
536
|
-
- spec/lib/vcr/middleware/rack_spec.rb
|
537
|
-
- spec/lib/vcr/request_ignorer_spec.rb
|
538
|
-
- spec/lib/vcr/request_matcher_registry_spec.rb
|
539
|
-
- spec/lib/vcr/structs_spec.rb
|
540
|
-
- spec/lib/vcr/test_frameworks/cucumber_spec.rb
|
541
|
-
- spec/lib/vcr/test_frameworks/rspec_spec.rb
|
542
|
-
- spec/lib/vcr/util/hooks_spec.rb
|
543
|
-
- spec/lib/vcr/util/internet_connection_spec.rb
|
544
|
-
- spec/lib/vcr/util/version_checker_spec.rb
|
545
|
-
- spec/lib/vcr/version_spec.rb
|
546
|
-
- spec/lib/vcr_spec.rb
|
547
|
-
- spec/monkey_patches.rb
|
548
|
-
- spec/spec_helper.rb
|
549
|
-
- spec/support/configuration_stubbing.rb
|
550
|
-
- spec/support/cucumber_helpers.rb
|
551
|
-
- spec/support/fixnum_extension.rb
|
552
|
-
- spec/support/http_library_adapters.rb
|
553
|
-
- spec/support/limited_uri.rb
|
554
|
-
- spec/support/ruby_interpreter.rb
|
555
|
-
- spec/support/shared_example_groups/excon.rb
|
556
|
-
- spec/support/shared_example_groups/hook_into_http_library.rb
|
557
|
-
- spec/support/shared_example_groups/request_hooks.rb
|
558
|
-
- spec/support/sinatra_app.rb
|
559
|
-
- spec/support/vcr_localhost_server.rb
|
560
|
-
- spec/support/vcr_stub_helpers.rb
|
561
|
-
- features/about_these_examples.md
|
562
|
-
- features/cassettes/allow_unused_http_interactions.feature
|
563
|
-
- features/cassettes/automatic_re_recording.feature
|
564
|
-
- features/cassettes/decompress.feature
|
565
|
-
- features/cassettes/dynamic_erb.feature
|
566
|
-
- features/cassettes/exclusive.feature
|
567
|
-
- features/cassettes/format.feature
|
568
|
-
- features/cassettes/freezing_time.feature
|
569
|
-
- features/cassettes/naming.feature
|
570
|
-
- features/cassettes/no_cassette.feature
|
571
|
-
- features/cassettes/update_content_length_header.feature
|
572
|
-
- features/CHANGELOG.md
|
573
|
-
- features/configuration/allow_http_connections_when_no_cassette.feature
|
574
|
-
- features/configuration/cassette_library_dir.feature
|
575
|
-
- features/configuration/debug_logging.feature
|
576
|
-
- features/configuration/default_cassette_options.feature
|
577
|
-
- features/configuration/filter_sensitive_data.feature
|
578
|
-
- features/configuration/hook_into.feature
|
579
|
-
- features/configuration/ignore_request.feature
|
580
|
-
- features/configuration/preserve_exact_body_bytes.feature
|
581
|
-
- features/configuration/query_parser.feature
|
582
|
-
- features/configuration/uri_parser.feature
|
583
|
-
- features/CONTRIBUTING.md
|
584
|
-
- features/getting_started.md
|
585
|
-
- features/hooks/after_http_request.feature
|
586
|
-
- features/hooks/around_http_request.feature
|
587
|
-
- features/hooks/before_http_request.feature
|
588
|
-
- features/hooks/before_playback.feature
|
589
|
-
- features/hooks/before_record.feature
|
590
|
-
- features/http_libraries/em_http_request.feature
|
591
|
-
- features/http_libraries/net_http.feature
|
592
|
-
- features/LICENSE.md
|
593
|
-
- features/middleware/faraday.feature
|
594
|
-
- features/middleware/rack.feature
|
595
|
-
- features/README.md
|
596
|
-
- features/record_modes/all.feature
|
597
|
-
- features/record_modes/new_episodes.feature
|
598
|
-
- features/record_modes/none.feature
|
599
|
-
- features/record_modes/once.feature
|
600
|
-
- features/request_matching/body.feature
|
601
|
-
- features/request_matching/body_as_json.feature
|
602
|
-
- features/request_matching/custom_matcher.feature
|
603
|
-
- features/request_matching/headers.feature
|
604
|
-
- features/request_matching/host.feature
|
605
|
-
- features/request_matching/identical_request_sequence.feature
|
606
|
-
- features/request_matching/method.feature
|
607
|
-
- features/request_matching/path.feature
|
608
|
-
- features/request_matching/playback_repeats.feature
|
609
|
-
- features/request_matching/query.feature
|
610
|
-
- features/request_matching/README.md
|
611
|
-
- features/request_matching/uri.feature
|
612
|
-
- features/request_matching/uri_without_param.feature
|
613
|
-
- features/step_definitions/cli_steps.rb
|
614
|
-
- features/support/env.rb
|
615
|
-
- features/support/http_lib_filters.rb
|
616
|
-
- features/test_frameworks/cucumber.feature
|
617
|
-
- features/test_frameworks/rspec_macro.feature
|
618
|
-
- features/test_frameworks/rspec_metadata.feature
|
619
|
-
- features/test_frameworks/test_unit.feature
|
620
|
-
- features/Upgrade.md
|
621
|
-
has_rdoc:
|
394
|
+
test_files: []
|
data/features/CHANGELOG.md
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
/Users/tony/src/vcr/CHANGELOG.md
|