From ca5b127c0c2efd4ac1134cd01d68a5a1dfbb7e47 Mon Sep 17 00:00:00 2001 From: Vincent Date: Wed, 13 Nov 2024 10:38:17 +0100 Subject: [PATCH] Update Deface gem to latest version as we drop support of Redmine 4 --- .github/workflows/{6_0_0.yml => 6_0_1.yml} | 4 ++-- PluginGemfile | 4 +--- README.md | 4 ++-- init.rb | 2 +- 4 files changed, 6 insertions(+), 8 deletions(-) rename .github/workflows/{6_0_0.yml => 6_0_1.yml} (98%) diff --git a/.github/workflows/6_0_0.yml b/.github/workflows/6_0_1.yml similarity index 98% rename from .github/workflows/6_0_0.yml rename to .github/workflows/6_0_1.yml index 282d73e..8533986 100644 --- a/.github/workflows/6_0_0.yml +++ b/.github/workflows/6_0_1.yml @@ -1,8 +1,8 @@ -name: Tests 6.0.0 +name: Tests 6.0.1 env: PLUGIN_NAME: redmine_base_deface - REDMINE_VERSION: 6.0.0 + REDMINE_VERSION: 6.0.1 RAILS_ENV: test on: diff --git a/PluginGemfile b/PluginGemfile index 4fba61c..3f43f8b 100644 --- a/PluginGemfile +++ b/PluginGemfile @@ -1,3 +1 @@ -# Later version of the Deface gem may not be fully compatible with Rails 5.2 & Redmine 4.2 -# bug described here: https://www.redmine.org/issues/35430 -gem 'deface', '1.6.2' +gem 'deface', '~> 1.9.0' diff --git a/README.md b/README.md index d4dbdb3..ade70fa 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Installation This plugin is compatible with Redmine 2.1.0+. -Please apply general instructions for plugins [here](http://www.redmine.org/wiki/redmine/Plugins). +Please apply general instructions for plugins [here](https://www.redmine.org/projects/redmine/wiki/Plugins). First download the source or clone the plugin and put it in the "plugins/" directory of your redmine instance. Note that this is crucial that the directory is named redmine_base_deface ! @@ -24,7 +24,7 @@ Test status |Plugin branch| Redmine Version | Test Status | |-------------|-----------------|-------------------| -|master | 6.0.0 | [![6.0.0][1]][5] | +|master | 6.0.1 | [![6.0.1][1]][5] | |master | 5.1.4 | [![5.1.4][2]][5] | |master | master | [![master][4]][5] | diff --git a/init.rb b/init.rb index 4e20517..2f8bfd7 100644 --- a/init.rb +++ b/init.rb @@ -2,7 +2,7 @@ name 'Redmine Base Deface plugin' author 'Jean-Baptiste BARTH' description 'This is a plugin for Redmine' - version '5.1.1' + version '6.0.1' url 'https://github.com/jbbarth/redmine_base_deface' author_url 'jeanbaptiste.barth@gmail.com' #doesn't work since redmine evaluates dependencies as it loads, and loads in lexical order