Configure init.rb
This commit is contained in:
9
init.rb
9
init.rb
@@ -2,7 +2,10 @@ require 'redmine'
|
|||||||
|
|
||||||
Redmine::Plugin.register :redmine_contracts do
|
Redmine::Plugin.register :redmine_contracts do
|
||||||
name 'Redmine Contracts plugin'
|
name 'Redmine Contracts plugin'
|
||||||
author 'Author name'
|
author 'Eric Davis'
|
||||||
description 'This is a plugin for Redmine'
|
description 'A system to manage the execution of a client contract by separating it into deliverables and milestones.'
|
||||||
version '0.0.1'
|
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
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user