commit 2481d82d53e40c87c8b18c5c1ededbca415ad19e
parent 5ef7a241d2110a3b9ec0baef0e013eb24be98e4f
Author: Gaute Hope <eg@gaute.vetsj.com>
Date: Thu, 18 Sep 2014 08:08:31 +0200
gemspec: move post-install message together with the rest, otherwise it overwrites the original message.
Diffstat:
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/sup.gemspec b/sup.gemspec
@@ -25,6 +25,11 @@ DESC
SUP: please note that our old mailing lists have been shut down,
re-subscribe to supmua@googlegroups.com to discuss and follow
updates on sup (send email to: supmua+subscribe@googlegroups.com).
+
+ OpenBSD users:
+ 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.
EOF
s.files = `git ls-files -z`.split("\x0")
@@ -61,6 +66,4 @@ SUP: please note that our old mailing lists have been shut down,
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