lib/async/http/relative_location.rb in async-http-0.76.0 vs lib/async/http/relative_location.rb in async-http-0.77.0

- old
+ new

@@ -2,10 +2,10 @@ # Released under the MIT License. # Copyright, 2018-2024, by Samuel Williams. # Copyright, 2019-2020, by Brian Morearty. -require_relative 'middleware/location_redirector' +require_relative "middleware/location_redirector" warn "`Async::HTTP::RelativeLocation` is deprecated and will be removed in the next release. Please use `Async::HTTP::Middleware::LocationRedirector` instead.", uplevel: 1 module Async module HTTP