blob: 1ffcd7bb8829278dceee7df44ed0f8f7cc497387 (
plain)
1
2
3
4
5
6
7
8
|
require 'redmine'
Redmine::Plugin.register :<%= plugin_name %> do
name '<%= plugin_pretty_name %> plugin'
author 'Author name'
description 'This is a plugin for Redmine'
version '0.0.1'
end
|