lib/jekyll/assets/proxy.rb in jekyll-assets-3.0.6 vs lib/jekyll/assets/proxy.rb in jekyll-assets-3.0.7
- old
+ new
@@ -80,11 +80,10 @@
out
end
def self.digest(args)
- Digest::SHA256.hexdigest(args.instance_variable_get(
- :@raw))[0, 6]
+ Digest::SHA256.hexdigest(args.to_h.inspect)[0, 6]
end
# --
# @return [Symbol] the argument key.
# Allows you to tell the proxier which args are yours.