From abe196fd805e621fa3087a59b373b035fc7129ff Mon Sep 17 00:00:00 2001 From: Jan Schulz-Hofen Date: Wed, 20 May 2015 17:51:56 +0200 Subject: [PATCH] mark plugin as hidden / planio core plugin --- init.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/init.rb b/init.rb index 4274a42..89ea448 100644 --- a/init.rb +++ b/init.rb @@ -5,6 +5,7 @@ description 'Turns Redmine into an Airbrake/Hoptoad compatible server, i.e. an API provider which can be used with the Airbrake gem or the hoptoad_notifier plugin.' url 'http://github.com/yeah/redmine_hoptoad_server' version '1.0.0' + hidden(true) if respond_to?(:hidden) # hide plugin in Planio requires_redmine :version_or_higher => '2.4.0' end