Diff excon-0.103.0 with a excon-0.104.0
/usr/portage/dev-ruby/excon/excon-0.104.0.ebuild 2023-10-09 14:52:30.432368374 +0300 | ||
---|---|---|
40 | 40 |
rm -f spec/excon/test/server_spec.rb || die |
41 | 41 | |
42 | 42 |
# test that wrongly assumes 127.0.0.1 won't run a DNS server |
43 |
rm -f spec/requests/dns_timeout_spec.rb || die |
|
43 |
rm -f spec/requests/{dns_timeout,resolv_resolver}_spec.rb || die |
|
44 | 44 | |
45 | 45 |
# tests that depend on eventmachine which is broken and no longer maintained |
46 | 46 |
rm -f tests/{bad,error,pipeline,response,request}_tests.rb \ |