@@ -1,8 +1,10 | |||
|
1 | 1 | require 'redmine' |
|
2 | 2 | |
|
3 | 3 | Redmine::Plugin.register :<%= plugin_name %> do |
|
4 | 4 | name '<%= plugin_pretty_name %> plugin' |
|
5 | 5 | author 'Author name' |
|
6 | 6 | description 'This is a plugin for Redmine' |
|
7 | 7 | version '0.0.1' |
|
8 | url 'http://example.com/path/to/plugin' | |
|
9 | author_url 'http://example.com/about' | |
|
8 | 10 | end |
General Comments 0
You need to be logged in to leave comments.
Login now