Files
Jean-Philippe Lang 88f3c43170 Plugin generator: set plugin name in init.rb.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1722 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-08-07 19:57:11 +00:00

9 lines
199 B
Ruby

require 'redmine'
Redmine::Plugin.register :<%= plugin_name %> do
name '<%= plugin_pretty_name %> plugin'
author 'Author name'
description 'This is a plugin for Redmine'
version '0.0.1'
end