infopark_component_cache 4.1.0 → 4.2.0

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: 95914b2a0dba3b753ba29f2b5354900e63363b55a78578b8adff51e7e9c84897
4
- data.tar.gz: 2cfcde9cdd285bc67889fe8d399a9ba2746fc4598827ba45aee52191ee2ffb07
3
+ metadata.gz: 1a7f5d5894bd85b775ac87b33c504eea84cee7dfc63e171b17f40f4fe033398c
4
+ data.tar.gz: 8bf7997c54cf2b9adad6d64181552d93a3adc661abd2ef07fd11c00270bc3111
5
5
  SHA512:
6
- metadata.gz: afd4eae8a96ccbb11a10863d44407c3d9e05237ee9ef00ee7b5bdd658f158b3c011a7ff26d6b160b78291d149e60879a6937946d459efe545e34fa70d6e9c23b
7
- data.tar.gz: 6854b1ee110d46278dd1c652c9c58807df8984f746b1502279abb7b1f17a8c6b2e305835ea01e70645957506b3ebf82350f2baa5e51cac48cd9eb591a065ad0c
6
+ metadata.gz: 35d230b8c34a887bb94271a1de0924f54e87a44795e26bc1bba967c915dd219ee970d2bddf56e42b2c56b0ebbc73a4c2dea95cb3d3f07ebc862776ab3ffc3c3b
7
+ data.tar.gz: c07d01b3792f3cc4cc9f9d7cc612363a1ec98252df913f4522a486c19641a026418e037fa09591f58c91a7c2e13affa787e1a68b256eadde2d1273f73c077fbd
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.6.6
1
+ 2.7.5
data/.travis.yml CHANGED
@@ -2,8 +2,8 @@ language: ruby
2
2
  os: linux
3
3
  dist: xenial
4
4
  rvm:
5
+ - 2.7.5
5
6
  - 2.6.6
6
- - 2.5.3
7
7
  gemfile:
8
8
  - Gemfile
9
9
  - Gemfile.rails51
data/CHANGELOG.md ADDED
@@ -0,0 +1,10 @@
1
+ # Infopark ComponentCache Changelog
2
+
3
+ ## 4.2.0
4
+
5
+ ### New
6
+
7
+ - Ruby 2.7 compatibility
8
+ - Drop EOL Ruby versions (2.5)
9
+ - Ruby on Rails 5.2.7 compatibility
10
+ - Use new infopark_fiona_connector gem
data/Gemfile.lock CHANGED
@@ -1,50 +1,50 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- infopark_component_cache (4.0.1)
5
- infopark_fiona_connector (~> 7.0.1.5.2.3.rc5)
4
+ infopark_component_cache (4.2.0)
5
+ infopark_fiona_connector (~> 7.0.1.5.2.7.rc1)
6
6
  rails (~> 5.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (5.2.6)
12
- actionpack (= 5.2.6)
11
+ actioncable (5.2.7.1)
12
+ actionpack (= 5.2.7.1)
13
13
  nio4r (~> 2.0)
14
14
  websocket-driver (>= 0.6.1)
15
- actionmailer (5.2.6)
16
- actionpack (= 5.2.6)
17
- actionview (= 5.2.6)
18
- activejob (= 5.2.6)
15
+ actionmailer (5.2.7.1)
16
+ actionpack (= 5.2.7.1)
17
+ actionview (= 5.2.7.1)
18
+ activejob (= 5.2.7.1)
19
19
  mail (~> 2.5, >= 2.5.4)
20
20
  rails-dom-testing (~> 2.0)
21
- actionpack (5.2.6)
22
- actionview (= 5.2.6)
23
- activesupport (= 5.2.6)
21
+ actionpack (5.2.7.1)
22
+ actionview (= 5.2.7.1)
23
+ activesupport (= 5.2.7.1)
24
24
  rack (~> 2.0, >= 2.0.8)
25
25
  rack-test (>= 0.6.3)
26
26
  rails-dom-testing (~> 2.0)
27
27
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
- actionview (5.2.6)
29
- activesupport (= 5.2.6)
28
+ actionview (5.2.7.1)
29
+ activesupport (= 5.2.7.1)
30
30
  builder (~> 3.1)
31
31
  erubi (~> 1.4)
32
32
  rails-dom-testing (~> 2.0)
33
33
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
- activejob (5.2.6)
35
- activesupport (= 5.2.6)
34
+ activejob (5.2.7.1)
35
+ activesupport (= 5.2.7.1)
36
36
  globalid (>= 0.3.6)
37
- activemodel (5.2.6)
38
- activesupport (= 5.2.6)
39
- activerecord (5.2.6)
40
- activemodel (= 5.2.6)
41
- activesupport (= 5.2.6)
37
+ activemodel (5.2.7.1)
38
+ activesupport (= 5.2.7.1)
39
+ activerecord (5.2.7.1)
40
+ activemodel (= 5.2.7.1)
41
+ activesupport (= 5.2.7.1)
42
42
  arel (>= 9.0)
43
- activestorage (5.2.6)
44
- actionpack (= 5.2.6)
45
- activerecord (= 5.2.6)
43
+ activestorage (5.2.7.1)
44
+ actionpack (= 5.2.7.1)
45
+ activerecord (= 5.2.7.1)
46
46
  marcel (~> 1.0.0)
47
- activesupport (5.2.6)
47
+ activesupport (5.2.7.1)
48
48
  concurrent-ruby (~> 1.0, >= 1.0.2)
49
49
  i18n (>= 0.7, < 2)
50
50
  minitest (~> 5.1)
@@ -54,54 +54,50 @@ GEM
54
54
  builder (3.2.4)
55
55
  byebug (11.1.3)
56
56
  coderay (1.1.3)
57
- concurrent-ruby (1.1.8)
57
+ concurrent-ruby (1.1.10)
58
58
  crass (1.0.6)
59
59
  diff-lcs (1.4.4)
60
60
  erubi (1.10.0)
61
- faraday (1.0.1)
62
- multipart-post (>= 1.2, < 3)
63
- globalid (0.4.2)
64
- activesupport (>= 4.2.0)
61
+ faraday (2.2.0)
62
+ faraday-net_http (~> 2.0)
63
+ ruby2_keywords (>= 0.0.4)
64
+ faraday-net_http (2.0.2)
65
+ globalid (1.0.0)
66
+ activesupport (>= 5.0)
65
67
  helpful_configuration (0.1.0)
66
- i18n (1.8.10)
68
+ i18n (1.10.0)
67
69
  concurrent-ruby (~> 1.0)
68
- infopark_fiona_connector (7.0.1.5.2.3.rc6)
70
+ infopark_fiona_connector (7.0.1.5.2.7.rc1)
69
71
  activerecord (~> 5.0)
70
72
  helpful_configuration (~> 0.1.0)
71
- jquery-rails (~> 4.3)
72
73
  json (~> 2.3)
73
74
  maruku (~> 0.7)
74
75
  mime-types (~> 3.1)
75
- mysql_blob_streaming (~> 2.3)
76
+ mysql_blob_streaming (~> 2.5)
76
77
  rails (~> 5.0)
77
78
  rake (~> 12.3)
78
79
  rsolr (~> 2.1.0s)
79
- jquery-rails (4.4.0)
80
- rails-dom-testing (>= 1, < 3)
81
- railties (>= 4.2.0)
82
- thor (>= 0.14, < 2.0)
83
- json (2.3.1)
84
- loofah (2.9.1)
80
+ json (2.6.1)
81
+ loofah (2.17.0)
85
82
  crass (~> 1.0.2)
86
83
  nokogiri (>= 1.5.9)
87
84
  mail (2.7.1)
88
85
  mini_mime (>= 0.1.1)
89
- marcel (1.0.1)
86
+ marcel (1.0.2)
90
87
  maruku (0.7.3)
91
88
  method_source (1.0.0)
92
- mime-types (3.3.1)
89
+ mime-types (3.4.1)
93
90
  mime-types-data (~> 3.2015)
94
- mime-types-data (3.2020.0512)
95
- mini_mime (1.1.0)
96
- mini_portile2 (2.5.1)
97
- minitest (5.14.4)
98
- multipart-post (2.1.1)
99
- mysql2 (0.5.3)
100
- mysql_blob_streaming (2.3.0)
91
+ mime-types-data (3.2022.0105)
92
+ mini_mime (1.1.2)
93
+ mini_portile2 (2.8.0)
94
+ minitest (5.15.0)
95
+ mysql2 (0.5.4)
96
+ mysql_blob_streaming (2.5.0)
101
97
  mysql2 (>= 0.4.4, < 0.6.0)
102
- nio4r (2.5.7)
103
- nokogiri (1.11.5)
104
- mini_portile2 (~> 2.5.0)
98
+ nio4r (2.5.8)
99
+ nokogiri (1.13.5)
100
+ mini_portile2 (~> 2.8.0)
105
101
  racc (~> 1.4)
106
102
  parallel (1.19.2)
107
103
  parser (2.7.1.4)
@@ -112,31 +108,31 @@ GEM
112
108
  pry-byebug (3.9.0)
113
109
  byebug (~> 11.0)
114
110
  pry (~> 0.13.0)
115
- racc (1.5.2)
111
+ racc (1.6.0)
116
112
  rack (2.2.3)
117
113
  rack-test (1.1.0)
118
114
  rack (>= 1.0, < 3)
119
- rails (5.2.6)
120
- actioncable (= 5.2.6)
121
- actionmailer (= 5.2.6)
122
- actionpack (= 5.2.6)
123
- actionview (= 5.2.6)
124
- activejob (= 5.2.6)
125
- activemodel (= 5.2.6)
126
- activerecord (= 5.2.6)
127
- activestorage (= 5.2.6)
128
- activesupport (= 5.2.6)
115
+ rails (5.2.7.1)
116
+ actioncable (= 5.2.7.1)
117
+ actionmailer (= 5.2.7.1)
118
+ actionpack (= 5.2.7.1)
119
+ actionview (= 5.2.7.1)
120
+ activejob (= 5.2.7.1)
121
+ activemodel (= 5.2.7.1)
122
+ activerecord (= 5.2.7.1)
123
+ activestorage (= 5.2.7.1)
124
+ activesupport (= 5.2.7.1)
129
125
  bundler (>= 1.3.0)
130
- railties (= 5.2.6)
126
+ railties (= 5.2.7.1)
131
127
  sprockets-rails (>= 2.0.0)
132
128
  rails-dom-testing (2.0.3)
133
129
  activesupport (>= 4.2.0)
134
130
  nokogiri (>= 1.6)
135
- rails-html-sanitizer (1.3.0)
131
+ rails-html-sanitizer (1.4.2)
136
132
  loofah (~> 2.3)
137
- railties (5.2.6)
138
- actionpack (= 5.2.6)
139
- activesupport (= 5.2.6)
133
+ railties (5.2.7.1)
134
+ actionpack (= 5.2.7.1)
135
+ activesupport (= 5.2.7.1)
140
136
  method_source
141
137
  rake (>= 0.8.7)
142
138
  thor (>= 0.19.0, < 2.0)
@@ -180,20 +176,21 @@ GEM
180
176
  rubocop-rspec (1.42.0)
181
177
  rubocop (>= 0.87.0)
182
178
  ruby-progressbar (1.10.1)
183
- sprockets (3.7.2)
179
+ ruby2_keywords (0.0.5)
180
+ sprockets (4.0.3)
184
181
  concurrent-ruby (~> 1.0)
185
182
  rack (> 1, < 3)
186
- sprockets-rails (3.2.2)
187
- actionpack (>= 4.0)
188
- activesupport (>= 4.0)
183
+ sprockets-rails (3.4.2)
184
+ actionpack (>= 5.2)
185
+ activesupport (>= 5.2)
189
186
  sprockets (>= 3.0.0)
190
187
  sqlite3 (1.4.2)
191
- thor (1.1.0)
188
+ thor (1.2.1)
192
189
  thread_safe (0.3.6)
193
190
  tzinfo (1.2.9)
194
191
  thread_safe (~> 0.1)
195
192
  unicode-display_width (1.7.0)
196
- websocket-driver (0.7.3)
193
+ websocket-driver (0.7.5)
197
194
  websocket-extensions (>= 0.1.0)
198
195
  websocket-extensions (0.1.5)
199
196
 
data/Gemfile.rails50.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- infopark_component_cache (4.0.1)
5
- infopark_fiona_connector (~> 7.0.1.5.2.3.rc5)
4
+ infopark_component_cache (4.2.0)
5
+ infopark_fiona_connector (~> 7.0.1.5.2.7.rc1)
6
6
  rails (~> 5.0)
7
7
 
8
8
  GEM
@@ -54,29 +54,26 @@ GEM
54
54
  crass (1.0.6)
55
55
  diff-lcs (1.4.3)
56
56
  erubis (2.7.0)
57
- faraday (1.0.1)
58
- multipart-post (>= 1.2, < 3)
57
+ faraday (2.2.0)
58
+ faraday-net_http (~> 2.0)
59
+ ruby2_keywords (>= 0.0.4)
60
+ faraday-net_http (2.0.2)
59
61
  globalid (0.4.2)
60
62
  activesupport (>= 4.2.0)
61
63
  helpful_configuration (0.1.0)
62
64
  i18n (1.8.4)
63
65
  concurrent-ruby (~> 1.0)
64
- infopark_fiona_connector (7.0.1.5.2.3.rc6)
66
+ infopark_fiona_connector (7.0.1.5.2.7.rc1)
65
67
  activerecord (~> 5.0)
66
68
  helpful_configuration (~> 0.1.0)
67
- jquery-rails (~> 4.3)
68
69
  json (~> 2.3)
69
70
  maruku (~> 0.7)
70
71
  mime-types (~> 3.1)
71
- mysql_blob_streaming (~> 2.3)
72
+ mysql_blob_streaming (~> 2.5)
72
73
  rails (~> 5.0)
73
74
  rake (~> 12.3)
74
75
  rsolr (~> 2.1.0s)
75
- jquery-rails (4.4.0)
76
- rails-dom-testing (>= 1, < 3)
77
- railties (>= 4.2.0)
78
- thor (>= 0.14, < 2.0)
79
- json (2.3.1)
76
+ json (2.6.1)
80
77
  loofah (2.6.0)
81
78
  crass (~> 1.0.2)
82
79
  nokogiri (>= 1.5.9)
@@ -84,15 +81,14 @@ GEM
84
81
  mini_mime (>= 0.1.1)
85
82
  maruku (0.7.3)
86
83
  method_source (1.0.0)
87
- mime-types (3.3.1)
84
+ mime-types (3.4.1)
88
85
  mime-types-data (~> 3.2015)
89
- mime-types-data (3.2020.0512)
86
+ mime-types-data (3.2022.0105)
90
87
  mini_mime (1.0.2)
91
88
  mini_portile2 (2.4.0)
92
89
  minitest (5.14.1)
93
- multipart-post (2.1.1)
94
- mysql2 (0.5.3)
95
- mysql_blob_streaming (2.3.0)
90
+ mysql2 (0.5.4)
91
+ mysql_blob_streaming (2.5.0)
96
92
  mysql2 (>= 0.4.4, < 0.6.0)
97
93
  nio4r (2.5.2)
98
94
  nokogiri (1.10.10)
@@ -172,6 +168,7 @@ GEM
172
168
  rubocop-rspec (1.30.1)
173
169
  rubocop (>= 0.60.0)
174
170
  ruby-progressbar (1.10.1)
171
+ ruby2_keywords (0.0.5)
175
172
  sprockets (3.7.2)
176
173
  concurrent-ruby (~> 1.0)
177
174
  rack (> 1, < 3)
data/Gemfile.rails51.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- infopark_component_cache (4.0.1)
5
- infopark_fiona_connector (~> 7.0.1.5.2.3.rc5)
4
+ infopark_component_cache (4.2.0)
5
+ infopark_fiona_connector (~> 7.0.1.5.2.7.rc1)
6
6
  rails (~> 5.0)
7
7
 
8
8
  GEM
@@ -54,29 +54,26 @@ GEM
54
54
  crass (1.0.6)
55
55
  diff-lcs (1.4.4)
56
56
  erubi (1.9.0)
57
- faraday (1.0.1)
58
- multipart-post (>= 1.2, < 3)
57
+ faraday (2.2.0)
58
+ faraday-net_http (~> 2.0)
59
+ ruby2_keywords (>= 0.0.4)
60
+ faraday-net_http (2.0.2)
59
61
  globalid (0.4.2)
60
62
  activesupport (>= 4.2.0)
61
63
  helpful_configuration (0.1.0)
62
64
  i18n (1.8.4)
63
65
  concurrent-ruby (~> 1.0)
64
- infopark_fiona_connector (7.0.1.5.2.3.rc6)
66
+ infopark_fiona_connector (7.0.1.5.2.7.rc1)
65
67
  activerecord (~> 5.0)
66
68
  helpful_configuration (~> 0.1.0)
67
- jquery-rails (~> 4.3)
68
69
  json (~> 2.3)
69
70
  maruku (~> 0.7)
70
71
  mime-types (~> 3.1)
71
- mysql_blob_streaming (~> 2.3)
72
+ mysql_blob_streaming (~> 2.5)
72
73
  rails (~> 5.0)
73
74
  rake (~> 12.3)
74
75
  rsolr (~> 2.1.0s)
75
- jquery-rails (4.4.0)
76
- rails-dom-testing (>= 1, < 3)
77
- railties (>= 4.2.0)
78
- thor (>= 0.14, < 2.0)
79
- json (2.3.1)
76
+ json (2.6.1)
80
77
  loofah (2.6.0)
81
78
  crass (~> 1.0.2)
82
79
  nokogiri (>= 1.5.9)
@@ -84,15 +81,14 @@ GEM
84
81
  mini_mime (>= 0.1.1)
85
82
  maruku (0.7.3)
86
83
  method_source (1.0.0)
87
- mime-types (3.3.1)
84
+ mime-types (3.4.1)
88
85
  mime-types-data (~> 3.2015)
89
- mime-types-data (3.2020.0512)
86
+ mime-types-data (3.2022.0105)
90
87
  mini_mime (1.0.2)
91
88
  mini_portile2 (2.4.0)
92
89
  minitest (5.14.1)
93
- multipart-post (2.1.1)
94
- mysql2 (0.5.3)
95
- mysql_blob_streaming (2.3.0)
90
+ mysql2 (0.5.4)
91
+ mysql_blob_streaming (2.5.0)
96
92
  mysql2 (>= 0.4.4, < 0.6.0)
97
93
  nio4r (2.5.2)
98
94
  nokogiri (1.10.10)
@@ -172,6 +168,7 @@ GEM
172
168
  rubocop-rspec (1.42.0)
173
169
  rubocop (>= 0.87.0)
174
170
  ruby-progressbar (1.10.1)
171
+ ruby2_keywords (0.0.5)
175
172
  sprockets (3.7.2)
176
173
  concurrent-ruby (~> 1.0)
177
174
  rack (> 1, < 3)
@@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
19
19
 
20
20
  gem.add_dependency "rails", "~> 5.0"
21
21
 
22
- gem.add_dependency "infopark_fiona_connector", "~> 7.0.1.5.2.3.rc5"
22
+ gem.add_dependency "infopark_fiona_connector", "~> 7.0.1.5.2.7.rc1"
23
23
 
24
24
  gem.add_development_dependency "pry-byebug", "~> 3.9"
25
25
  gem.add_development_dependency "rspec-rails", "~> 3.5"
@@ -1,3 +1,3 @@
1
1
  module InfoparkComponentCache
2
- VERSION = "4.1.0".freeze
2
+ VERSION = "4.2.0".freeze
3
3
  end
File without changes
@@ -3,6 +3,7 @@ require File.expand_path("boot", __dir__)
3
3
  # Pick the frameworks you want:
4
4
  require "active_record/railtie"
5
5
  require "action_controller/railtie"
6
+ require "sprockets/railtie"
6
7
 
7
8
  Bundler.require(*Rails.groups)
8
9
  require "infopark_component_cache"
@@ -9,3 +9,4 @@ test:
9
9
 
10
10
  cms:
11
11
  <<: *dummy
12
+ database: db/cms.sqlite3
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: infopark_component_cache
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.0
4
+ version: 4.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomasz Przedmojski, sveninfo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-20 00:00:00.000000000 Z
11
+ date: 2022-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 7.0.1.5.2.3.rc5
33
+ version: 7.0.1.5.2.7.rc1
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 7.0.1.5.2.3.rc5
40
+ version: 7.0.1.5.2.7.rc1
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: pry-byebug
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -141,6 +141,7 @@ files:
141
141
  - ".rubocop_todo.yml"
142
142
  - ".ruby-version"
143
143
  - ".travis.yml"
144
+ - CHANGELOG.md
144
145
  - Gemfile
145
146
  - Gemfile.lock
146
147
  - Gemfile.rails50
@@ -177,6 +178,7 @@ files:
177
178
  - lib/infopark_component_cache/volatile_cache.rb
178
179
  - lib/infopark_component_cache/volatile_cache_storage.rb
179
180
  - spec/dummy/Rakefile
181
+ - spec/dummy/app/assets/config/manifest.js
180
182
  - spec/dummy/app/controllers/application_controller.rb
181
183
  - spec/dummy/app/models/obj.rb
182
184
  - spec/dummy/config.ru
@@ -190,6 +192,7 @@ files:
190
192
  - spec/dummy/config/initializers/session_store.rb
191
193
  - spec/dummy/config/initializers/wrap_parameters.rb
192
194
  - spec/dummy/config/routes.rb
195
+ - spec/dummy/db/cms.sqlite3
193
196
  - spec/dummy/db/development.sqlite3
194
197
  - spec/dummy/db/schema.rb
195
198
  - spec/dummy/log/.gitkeep
@@ -222,12 +225,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
222
225
  - !ruby/object:Gem::Version
223
226
  version: '0'
224
227
  requirements: []
225
- rubygems_version: 3.0.9
228
+ rubygems_version: 3.1.6
226
229
  signing_key:
227
230
  specification_version: 4
228
231
  summary: Fragment caching with automatic dependency resolution and cache invalidation.
229
232
  test_files:
230
233
  - spec/dummy/Rakefile
234
+ - spec/dummy/app/assets/config/manifest.js
231
235
  - spec/dummy/app/controllers/application_controller.rb
232
236
  - spec/dummy/app/models/obj.rb
233
237
  - spec/dummy/config.ru
@@ -241,6 +245,7 @@ test_files:
241
245
  - spec/dummy/config/initializers/session_store.rb
242
246
  - spec/dummy/config/initializers/wrap_parameters.rb
243
247
  - spec/dummy/config/routes.rb
248
+ - spec/dummy/db/cms.sqlite3
244
249
  - spec/dummy/db/development.sqlite3
245
250
  - spec/dummy/db/schema.rb
246
251
  - spec/dummy/log/.gitkeep