1
0
This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
body_tracking/init.rb
2019-07-28 23:15:55 +02:00

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