-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathinit.rb
25 lines (20 loc) · 961 Bytes
/
init.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Encoding: UTF-8
# Written by: Signo-Net
# Email: [email protected]
# Web: http://www.signo-net.com
# This work is licensed under a Creative Commons Attribution 3.0 License.
# [ http://creativecommons.org/licenses/by/3.0/ ]
# This means you may use it for any purpose, and make any changes you like.
# All we ask is that you include a link back to our page in your credits.
# Looking forward your comments and suggestions! [email protected]
require 'redmine'
require 'project_chuck_norris_patch'
Redmine::Plugin.register :redmine_chuck_norris do
name 'Redmine Chuck Norris plugin'
author 'Signo-Net'
description 'This plugin modifies the Project overview tab showing a random Chuck Norris fact. Chuck will also approve the project if more than 50% issues are closed.'
version '0.0.5'
url 'http://www.signo-net.com'
author_url 'http://www.signo-net.com'
requires_redmine :version_or_higher => '1.0.0'
end