itamae-plugin-recipe-redmine 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 426f8d0c0026e49001c0ae65888e2f3936237b720cf5e3117cadab77a65b96c0
|
4
|
+
data.tar.gz: 1c28a84124086c169b8fafda014198a1a103d482c0490586782cc557b58f56dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84c457dc7c38330ebdaa3c5e96e84088a93d4c3cbd1efbf0ff47227b598be7127f1248c0f84fc0976c6c05ee06ca507d3745bceef5efc6b694113072affcc881
|
7
|
+
data.tar.gz: 73fbcee351a63efcb6a37a354b26fc305e71d30f56c3534b36509e6a74037cdacf6ebe235098eab238a7b9529cef15bb047b8ee64d214eb87ce491f6d40b9b80
|
@@ -77,3 +77,10 @@ link 'current' do
|
|
77
77
|
to "redmine-#{version}"
|
78
78
|
force true
|
79
79
|
end
|
80
|
+
|
81
|
+
patch_file = "#{File.dirname(__FILE__)}/files/application.rb.diff"
|
82
|
+
execute 'apply patch to config.session_store :cookie_store ... secure:true' do
|
83
|
+
command "patch -p1 <#{patch_file}"
|
84
|
+
not_if "patch -p1 -Rsf --dry-run <#{patch_file}"
|
85
|
+
cwd '/opt/redmine/current'
|
86
|
+
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.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- y-matsuda
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-07-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: itamae
|