Added basic plugin description
This commit is contained in:
parent
e3f56132dc
commit
19e3d54297
12
init.rb
12
init.rb
@ -1,8 +1,8 @@
|
||||
Redmine::Plugin.register :body_tracking do
|
||||
name 'Body Tracking plugin'
|
||||
author 'Author name'
|
||||
description 'This is a plugin for Redmine'
|
||||
version '0.0.1'
|
||||
url 'http://example.com/path/to/plugin'
|
||||
author_url 'http://example.com/about'
|
||||
name 'Body tracking plugin'
|
||||
author 'cryptogopher'
|
||||
description 'Keep track of body related data to achieve your goals'
|
||||
version '0.1'
|
||||
url 'https://github.com/cryptogopher/body_tracking'
|
||||
author_url 'https://github.com/cryptogopher'
|
||||
end
|
||||
|
Reference in New Issue
Block a user