edavis10 / redmine_hoptoad_server forked from yeah/redmine_hoptoad_server

This plugin turns Redmine (http://redmine.org) into a Hoptoad server, i.e. an API provider which can be used with the hoptoad_notifier which is available at: http://www.hoptoadapp.com/.

This URL has Read+Write access

redmine_hoptoad_server / init.rb
100644 9 lines (7 sloc) 0.339 kb
1
2
3
4
5
6
7
8
9
require 'redmine'
 
Redmine::Plugin.register :redmine_hoptoad_server do
  name 'Redmine Hoptoad Server plugin'
  author 'Jan Schulz-Hofen'
  description 'This plugin turns Redmin into a Hoptoad server, i.e. an API provider which can be used with the hoptoad_notifier which is available at: http://www.hoptoadapp.com/'
  version '0.0.1'
end