doc/examples/authentication.rb in pricehubble-1.1.0 vs doc/examples/authentication.rb in pricehubble-1.2.0

- old
+ new

@@ -1,8 +1,8 @@ #!/usr/bin/env ruby # frozen_string_literal: true -require_relative './config' +require_relative 'config' # Fetch the authentication/identity for the first time, subsequent calls # to this method will return the cached authentication instance until it # is expired (or near expiration, 5 minutes leeway) then a new # authentication is fetched transparently