From 4716cbf5d2012dc1771000ff192c6730eca9945c Mon Sep 17 00:00:00 2001 From: Sven Pachnit Date: Mon, 22 Aug 2016 17:30:38 +0200 Subject: [PATCH] On case sensitive systems (e.g. usually linux) this doesn't work as the proper name is all lowercased. --- URL-signing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/URL-signing.md b/URL-signing.md index 6edd0ff..eb73f91 100644 --- a/URL-signing.md +++ b/URL-signing.md @@ -67,7 +67,7 @@ RYifAJRfbhsitJeOrDNxWURCCkPsVR4ihCPXNv-ePbA ```ruby require 'openssl' -require 'Base64' +require 'base64' key = "test" data = "https://www.google.fr/images/srpr/logo11w.png"