Initial commit

This commit is contained in:
2024-08-19 18:46:59 -04:00
commit 118d4662c5
2 changed files with 10 additions and 0 deletions

2
Gemfile Normal file
View File

@@ -0,0 +1,2 @@
source 'https://rubygems.org'
gem 'listen', '~> 3.3'

8
init.rb Normal file
View File

@@ -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