commit 2fc25f92c3920c2b3e04f44959cee4efd919ba08
parent 817efdf91da35c42cbf003ee24fecdcc9a3fa3da
Author: Whyme Lyu <callme5long@gmail.com>
Date: Wed, 29 May 2013 00:26:20 +0800
Mention psych-ify in gemspec.post_install_message
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/sup.gemspec b/sup.gemspec
@@ -34,6 +34,10 @@ module Redwood
* Automatically tracking recent contacts
DESC
s.license = 'GPL-2'
+ # TODO: might want to add index migrating script here, too
+ s.post_install_message = <<-EOF
+SUP: Please run `sup-psych-ify-config-files` to migrate from 0.13 to 0.14
+ EOF
s.files = SUP_FILES
s.executables = SUP_EXECUTABLES