class Gem::RemoteFetcher

def https?(uri)

def https?(uri)
  uri.scheme.downcase == 'https'
end