commit 118d4662c596d527670342eaae131593f06ffc5b Author: Ricky Barrette Date: Mon Aug 19 18:46:59 2024 -0400 Initial commit diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..922af2e --- /dev/null +++ b/Gemfile @@ -0,0 +1,2 @@ +source 'https://rubygems.org' +gem 'listen', '~> 3.3' diff --git a/init.rb b/init.rb new file mode 100644 index 0000000..6c84bd1 --- /dev/null +++ b/init.rb @@ -0,0 +1,8 @@ +Redmine::Plugin.register :redmine_listen do + name 'Redmine listne plugin' + author 'Ricky' + description 'Allows redmine docker to start' + version '1' + url 'barrettefabrication.com' + author_url 'barrettefabrication.com' +end