Chris@1295: Redmine::Plugin.register :<%= plugin_name %> do Chris@1295: name '<%= plugin_pretty_name %> plugin' Chris@1295: author 'Author name' Chris@1295: description 'This is a plugin for Redmine' Chris@1295: version '0.0.1' Chris@1295: url 'http://example.com/path/to/plugin' Chris@1295: author_url 'http://example.com/about' Chris@1295: end