From 6f65166afbce6d8148a5a7d3dedbc2a31d9d8a89 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Thu, 3 Mar 2011 16:24:39 -0800 Subject: [PATCH] Update plugin register block --- init.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.rb b/init.rb index 4755551..8f54c98 100644 --- a/init.rb +++ b/init.rb @@ -21,9 +21,9 @@ require 'rate_project_hook' require 'rate_memberships_hook' Redmine::Plugin.register :redmine_rate do - name 'Rate Plugin' + name 'Rate' author 'Eric Davis' - url 'https://projects.littlestreamsoftware.com/projects/show/redmine-rate' + url 'https://projects.littlestreamsoftware.com/projects/redmine-rate' author_url 'http://www.littlestreamsoftware.com' description "The Rate plugin provides an API that can be used to find the rate for a Member of a Project at a specific date. It also stores historical rate data so calculations will remain correct in the future." version '0.1.0'