chris@599: require 'redmine' chris@599: chris@599: Redmine::Plugin.register :redmine_latest_downloads do chris@599: name 'Redmine Latest Downloads plugin' chris@599: author 'Author name' chris@599: description 'This is a plugin for Redmine' chris@599: version '0.0.1' chris@599: url 'http://example.com/path/to/plugin' chris@599: author_url 'http://example.com/about' chris@599: end