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