Mercurial > hg > soundsoftware-site
annotate .svn/pristine/73/734682732665154f00709d93da629e994804ff9b.svn-base @ 1516:b450a9d58aed redmine-2.4
Update to Redmine SVN revision 13356 on 2.4-stable branch
author | Chris Cannam |
---|---|
date | Tue, 09 Sep 2014 09:28:31 +0100 |
parents | cbb26bc654de |
children |
rev | line source |
---|---|
Chris@909 | 1 require 'redmine' |
Chris@909 | 2 |
Chris@909 | 3 Redmine::Plugin.register :<%= plugin_name %> do |
Chris@909 | 4 name '<%= plugin_pretty_name %> plugin' |
Chris@909 | 5 author 'Author name' |
Chris@909 | 6 description 'This is a plugin for Redmine' |
Chris@909 | 7 version '0.0.1' |
Chris@909 | 8 url 'http://example.com/path/to/plugin' |
Chris@909 | 9 author_url 'http://example.com/about' |
Chris@909 | 10 end |