From 118564d1712c8d897ace9a7d77cbf6008639002e Mon Sep 17 00:00:00 2001 From: Isaac Wolkerstorfer Date: Wed, 3 Oct 2012 16:22:30 +0200 Subject: [PATCH] Guess you can only do post_install_message. --- elekk.gemspec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/elekk.gemspec b/elekk.gemspec index d8a4c90..df7a957 100644 --- a/elekk.gemspec +++ b/elekk.gemspec @@ -19,9 +19,7 @@ Gem::Specification.new do |s| s.rubyforge_project = "elekk" - s.pre_install do - puts "Elekk is deprecated. The format of the Armory API has changed, and there are currenty no plans to update the gem." - end + s.post_install_message = "Elekk is deprecated. The format of the Armory API has changed, and there are currenty no plans to update the gem." s.add_dependency 'nokogiri' s.add_dependency 'json'