From 210f24b1c855b29427d178736dc09ec1bf552525 Mon Sep 17 00:00:00 2001 From: Joshua Lane Date: Wed, 24 May 2017 10:17:08 -0700 Subject: [PATCH] Add a top-level require that matches the gem name Reduce confusion by allowing the gem to be required via a file that matches the gem name. References https://github.com/fog/fog/issues/3959 --- lib/fog-aws.rb | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/fog-aws.rb diff --git a/lib/fog-aws.rb b/lib/fog-aws.rb new file mode 100644 index 0000000000..a7cf3c1021 --- /dev/null +++ b/lib/fog-aws.rb @@ -0,0 +1 @@ +require 'fog/aws'