From 52cf09973a3759acc2bc56aa3d3c66d9b168df51 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Thu, 17 Jun 2010 11:18:08 -0700 Subject: [PATCH] Configure init.rb --- init.rb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/init.rb b/init.rb index 08c9a75..f390041 100644 --- a/init.rb +++ b/init.rb @@ -2,7 +2,10 @@ require 'redmine' Redmine::Plugin.register :redmine_contracts do name 'Redmine Contracts plugin' - author 'Author name' - description 'This is a plugin for Redmine' - version '0.0.1' + author 'Eric Davis' + description 'A system to manage the execution of a client contract by separating it into deliverables and milestones.' + url 'https://projects.littlestreamsoftware.com/projects/redmine-contracts' + author_url 'http://www.littlestreamsoftware.com' + version '0.1.0' + requires_redmine :version_or_higher => '0.9.0' end