Diff excon-0.102.0 with a excon-0.103.0

/usr/portage/dev-ruby/excon/excon-0.103.0.ebuild 2023-10-09 14:52:30.432368374 +0300
39 39
	# test that need network
40 40
	rm -f spec/excon/test/server_spec.rb || die
41 41

  
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
44

  
42 45
	# tests that depend on eventmachine which is broken and no longer maintained
43 46
	rm -f tests/{bad,error,pipeline,response,request}_tests.rb \
44 47
		tests/{batch-requests,complete_responses}.rb \
Thank you!