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