Package: ruby-webmock / 3.26.1-1

Metadata

Package Version Patches format
ruby-webmock 3.26.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
skip gem building whitespace tests.patch | (download)

spec/quality_spec.rb | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 ignore whitespace test failures

remove patron.patch | (download)

lib/webmock.rb | 1 0 + 1 - 0 !
spec/spec_helper.rb | 1 0 + 1 - 0 !
2 files changed, 2 deletions(-)

 remove patron adapter

drop load path manipulation.diff | (download)

spec/spec_helper.rb | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 drop-load-path-manipulation


0004 Skip tests requiring Internet connection.patch | (download)

spec/acceptance/net_http/net_http_shared.rb | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 skip tests requiring internet connection

fix shared different scheme.patch | (download)

spec/acceptance/shared/allowing_and_disabling_net_connect.rb | 10 7 + 3 - 0 !
1 file changed, 7 insertions(+), 3 deletions(-)

 fix test suite failures when http_status_service defaults to https
 The patch makes the scheme flip always produce the opposite protocol, so the test
 intent is preserved regardless of whether the service URL starts with http:// or
 https://.