Initial Commit:
This commit is contained in:
10
init.rb
Normal file
10
init.rb
Normal 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
|
||||
Reference in New Issue
Block a user