Skip to content

Commit

Permalink
Update Deface gem to latest version as we drop support of Redmine 4
Browse files Browse the repository at this point in the history
  • Loading branch information
nanego committed Nov 13, 2024
1 parent b2325d9 commit ca5b127
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/6_0_0.yml → .github/workflows/6_0_1.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 1 addition & 3 deletions PluginGemfile
Original file line number Diff line number Diff line change
@@ -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'
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 !

Expand All @@ -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] |

Expand Down
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 '[email protected]'
#doesn't work since redmine evaluates dependencies as it loads, and loads in lexical order
Expand Down

0 comments on commit ca5b127

Please sign in to comment.