From dddbaa40ed9abb1031ccdce21c3d6769dbc5b112 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 28 Oct 2014 11:21:21 -0700 Subject: autoload some of the external dependencies that are rarely used, so that we don't need to load them every time. --- lib/leap_cli/commands/user.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/leap_cli/commands/user.rb') diff --git a/lib/leap_cli/commands/user.rb b/lib/leap_cli/commands/user.rb index d7c21db..a1b4c43 100644 --- a/lib/leap_cli/commands/user.rb +++ b/lib/leap_cli/commands/user.rb @@ -1,4 +1,4 @@ -require 'gpgme' +autoload :GPGME, 'gpgme' # # perhaps we want to verify that the key files are actually the key files we expect. -- cgit v1.2.3