lib/mixlib/authentication/signatureverification.rb in mixlib-authentication-3.0.4 vs lib/mixlib/authentication/signatureverification.rb in mixlib-authentication-3.0.6

- old
+ new

@@ -17,12 +17,12 @@ # limitations under the License. # require "net/http" require "forwardable" -require "mixlib/authentication" -require "mixlib/authentication/http_authentication_request" -require "mixlib/authentication/signedheaderauth" +require_relative "../authentication" +require_relative "http_authentication_request" +require_relative "signedheaderauth" module Mixlib module Authentication SignatureResponse = Struct.new(:name)