Initial Commit:

This commit is contained in:
2012-02-17 12:20:45 -05:00
commit ba1ab6a450
9 changed files with 185 additions and 0 deletions

10
init.rb Normal file
View File

@@ -0,0 +1,10 @@
require 'redmine'
Redmine::Plugin.register :redmine_exception_handler do
name 'Redmine Exception Handler plugin'
author 'Rick Barrette <rickbarrette@gmail.com>'
description 'This is an Exception Report Handler plugin for Redmine'
version '0.0.1'
url 'http://example.com/path/to/plugin'
author_url 'http://rickbarrette.dyndns.org'
end