9 lines
288 B
Ruby
9 lines
288 B
Ruby
Redmine::Plugin.register :body_tracking do
|
|
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
|