itamae-plugin-recipe-redmine 0.1.6 → 0.1.7

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: 426f8d0c0026e49001c0ae65888e2f3936237b720cf5e3117cadab77a65b96c0
4
- data.tar.gz: 1c28a84124086c169b8fafda014198a1a103d482c0490586782cc557b58f56dc
3
+ metadata.gz: ea09e9b4dcde84766fa7083c8bb1a86c8491af61c42e2e8347c870aadb751899
4
+ data.tar.gz: 77f7d6e095253daa31e11b7633735e0c707b16de3adbbadeb5291f70a9207c37
5
5
  SHA512:
6
- metadata.gz: 84c457dc7c38330ebdaa3c5e96e84088a93d4c3cbd1efbf0ff47227b598be7127f1248c0f84fc0976c6c05ee06ca507d3745bceef5efc6b694113072affcc881
7
- data.tar.gz: 73fbcee351a63efcb6a37a354b26fc305e71d30f56c3534b36509e6a74037cdacf6ebe235098eab238a7b9529cef15bb047b8ee64d214eb87ce491f6d40b9b80
6
+ metadata.gz: 15e293bbfbc61dcb4b7bc4606c8f00e82bd754b2615b9a30532633e5a898ef12b8de85770254f233027c40c2fd72f4e489d592e2a8d3a4aceaee5f87e1b9b7bb
7
+ data.tar.gz: 851585204c32c83e9fa190ebb66e02eafdb350bbd173c52c1d00cf378a709f84e2665c8643792497340540cb7a744f74b000fd0e990a8eca9d0c1669c14b1d2e
@@ -0,0 +1,12 @@
1
+ diff --git a/config/application.rb b/config/application.rb
2
+ index c40a580..e748028 100644
3
+ --- a/config/application.rb
4
+ +++ b/config/application.rb
5
+ @@ -80,6 +80,7 @@ module RedmineApp
6
+ config.session_store :cookie_store,
7
+ :key => '_redmine_session',
8
+ :path => config.relative_url_root || '/',
9
+ + :secure => true,
10
+ :same_site => :lax
11
+
12
+ if File.exists?(File.join(File.dirname(__FILE__), 'additional_environment.rb'))
@@ -2,7 +2,7 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module Redmine
5
- VERSION = "0.1.6"
5
+ VERSION = "0.1.7"
6
6
 
7
7
  REDMINE_VERSION = [
8
8
  REDMINE_VERSION_MAJOR = '4',
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.6
4
+ version: 0.1.7
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-07-12 00:00:00.000000000 Z
11
+ date: 2022-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: itamae
@@ -75,6 +75,7 @@ files:
75
75
  - bin/setup
76
76
  - itamae-plugin-recipe-redmine.gemspec
77
77
  - lib/itamae/plugin/recipe/redmine/default.rb
78
+ - lib/itamae/plugin/recipe/redmine/files/application.rb.diff
78
79
  - lib/itamae/plugin/recipe/redmine/redmine-3.2.5_sha256sum.txt
79
80
  - lib/itamae/plugin/recipe/redmine/redmine-3.4.10_sha256sum.txt
80
81
  - lib/itamae/plugin/recipe/redmine/redmine-4.0.3_sha256sum.txt