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