itamae-plugin-recipe-redmine 0.2.11 → 0.2.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 877890b6741bafbe61b53b03336b2a5c6ff347424bcc1175cd26257dabd173f2
4
- data.tar.gz: 29a5196cada4da362bf885b820b19f06ea1b54baadb537676816db7d28076b1b
3
+ metadata.gz: 8280c6031fc3c42b147071fe2e0bea71b75cd2ba055300a427651acac22cfd0e
4
+ data.tar.gz: bf99f3e5b98f5e48cd2e70b496cb17ccabb7ec15bea80f1b0ff19b7f611ccdf7
5
5
  SHA512:
6
- metadata.gz: c358658dc21b73fe63c3b938a1366c69c3a5f358b13ba1bc8c794affdb5fcf21e8ae67128bac0f1b9bf65c7ce460d1132e7694360386ff5a03c8fcadaafce7db
7
- data.tar.gz: 776bc83087840d580edc1372e272884eb99ae9d286b2108d6b7e58971d2fd08541b8f312081f5118ac6f9be1d5257a0c52016afc3452b9e6359365aea38dd255
6
+ metadata.gz: 159534970202be470dc18f0c82e837a8f74352efe4a83e7e530e59b74e274036e5d75d5e4307b57abd5d0842cba2f3786b25fcf962a56605f1c0ec5345ed1521
7
+ data.tar.gz: 79af65e4aa5739b68291f2371e0cc145a489780b18f0ca89f65a8ec86afe58d8ef695b3ff845913243a2d20a598324299db4e8c70a581f71f53d010fae11f3a9
data/.gitignore CHANGED
@@ -50,4 +50,5 @@ Gemfile.lock
50
50
  .rvmrc
51
51
 
52
52
  # IDE configuration files
53
+ /.idea
53
54
  /.project
@@ -0,0 +1 @@
1
+ 61db3008c7fd18a3afc559ed656fd38fdf8df8220ac69598b319095183190b7a redmine-6.1.3.tar.gz
@@ -2,12 +2,12 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module Redmine
5
- VERSION = '0.2.11'
5
+ VERSION = '0.2.12'
6
6
 
7
7
  REDMINE_VERSION = [
8
- REDMINE_VERSION_MAJOR = '5',
8
+ REDMINE_VERSION_MAJOR = '6',
9
9
  REDMINE_VERSION_MINOR = '1',
10
- REDMINE_VERSION_PATCH = '9'
10
+ REDMINE_VERSION_PATCH = '3'
11
11
  ].join('.')
12
12
  end
13
13
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itamae-plugin-recipe-redmine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.11
4
+ version: 0.2.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - y.matsuda
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-07-17 00:00:00.000000000 Z
11
+ date: 2026-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: itamae
@@ -85,6 +85,7 @@ files:
85
85
  - lib/itamae/plugin/recipe/redmine/redmine-4.2.6_sha256sum.txt
86
86
  - lib/itamae/plugin/recipe/redmine/redmine-4.2.7_sha256sum.txt
87
87
  - lib/itamae/plugin/recipe/redmine/redmine-5.1.9_sha256sum.txt
88
+ - lib/itamae/plugin/recipe/redmine/redmine-6.1.3_sha256sum.txt
88
89
  - lib/itamae/plugin/recipe/redmine/templates/4.1.7/Gemfile.local.erb
89
90
  - lib/itamae/plugin/recipe/redmine/templates/4.2.11/Gemfile.local.erb
90
91
  - lib/itamae/plugin/recipe/redmine/templates/configuration.yml.erb
@@ -108,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
109
  - !ruby/object:Gem::Version
109
110
  version: '0'
110
111
  requirements: []
111
- rubygems_version: 3.3.26
112
+ rubygems_version: 3.4.22
112
113
  signing_key:
113
114
  specification_version: 4
114
115
  summary: itamae recipe to ease redmine installation