mirror of
https://github.com/rickbarrette/stopwatch.git
synced 2026-04-02 09:51:57 -04:00
adds readme, license, Gemfile
This commit is contained in:
4
init.rb
4
init.rb
@@ -1,12 +1,10 @@
|
||||
require 'redmine'
|
||||
require_dependency 'stopwatch'
|
||||
require 'stopwatch/hooks'
|
||||
|
||||
Redmine::Plugin.register :stopwatch do
|
||||
name 'Redmine Stopwatch Plugin'
|
||||
author 'Jens Krämer'
|
||||
author_url 'https://jkraemer.net/'
|
||||
description 'Adds start/stop timer functionality'
|
||||
description "Start/stop timer and quick access to today's time bookings for Redmine"
|
||||
version '0.1.0'
|
||||
|
||||
requires_redmine version_or_higher: '3.4.0'
|
||||
|
||||
Reference in New Issue
Block a user