commit d4e1cfe0e6304a986b1bc2a124db4a89e37af804
parent c64a4aaed9664841822cb8889f714d2ad4ad94de
Author: Scott Bonds <scott@ggr.com>
Date: Wed, 17 Sep 2014 10:53:50 -0700
add a post-install message for OpenBSD users
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/sup.gemspec b/sup.gemspec
@@ -60,4 +60,7 @@ SUP: please note that our old mailing lists have been shut down,
s.add_development_dependency "minitest", "~> 4.7"
s.add_development_dependency "rr", "~> 1.0.5"
s.add_development_dependency "gpgme", ">= 2.0.2"
+
+ s.post_install_message = "If your operating system is OpenBSD you have some additional, manual steps to do before Sup will work--see https://github.com/sup-heliotrope/sup/wiki/Installation%3A-OpenBSD. For everyone else, you are ready to go!"
+
end