9 lines
228 B
Ruby
9 lines
228 B
Ruby
Redmine::Plugin.register :redmine_listen do
|
|
name 'Redmine listne plugin'
|
|
author 'Ricky'
|
|
description 'Allows redmine docker to start'
|
|
version '1'
|
|
url 'barrettefabrication.com'
|
|
author_url 'barrettefabrication.com'
|
|
end
|