11 lines
270 B
Ruby
Executable File
11 lines
270 B
Ruby
Executable File
require 'redmine'
|
|
|
|
require_dependency 'target_version_graph_hook'
|
|
|
|
Redmine::Plugin.register :redmine_graphs do
|
|
name 'Redmine Graphs plugin'
|
|
author 'Brad Beattie'
|
|
description 'This plugin provides instances of Redmine with additional graphs.'
|
|
version '0.1.0'
|
|
end
|