summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2019-12-29 17:48:49 -0800
committerRyan Davis <ryand@zenspider.com>2019-12-29 17:48:49 -0800
commitb49def9a1f95e88b864107bb32442e55e615cda6 (patch)
tree73aad7d026169783d718e7073404e9cef0251a4f /lib
parent866dcb971e5201557d16ba72c1b9c36b0f74f77b (diff)
downloadhoe-b49def9a1f95e88b864107bb32442e55e615cda6.tar.gz
- Minor tweak to make hoe load when openssl isn't available.
[git-p4: depot-paths = "//src/hoe/dev/": change = 12484]
Diffstat (limited to 'lib')
-rw-r--r--lib/hoe/signing.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/hoe/signing.rb b/lib/hoe/signing.rb
index 4833c55..73a5761 100644
--- a/lib/hoe/signing.rb
+++ b/lib/hoe/signing.rb
@@ -54,6 +54,8 @@ module Hoe::Signing
task :check_key do
check_key_task
end
+ rescue NameError
+ warn "Couldn't set up signing (openssl error?). Skipping."
end
def set_up_signing # :nodoc: