trusty-cms 5.5.6 → 5.5.8

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: 8a0b63218f1b13cd9e62d0e9dd511832ce0b183b12dce7f448ae930a8f85aa37
4
- data.tar.gz: 33a0c7bd22e54fb7d1b67faf6055fef788a1b99094b02a91898737f4012c05d1
3
+ metadata.gz: 2f153cb16e77134be24802048d7ba184050c14a3d71e9d76ccc1499e1ee3d9ff
4
+ data.tar.gz: e2cf2d5ebd9a4f0a5b09298e2d07e90711167fa4f193855e7d00acd87627ef4b
5
5
  SHA512:
6
- metadata.gz: 626ce80ae15fe6a50ec19ea7f4e05897383ad8d3f2718bd97ffebc3ced51164d458d04ba857ce2a1b1e21e447c2ab270355f8e515e9586507222c11c82480803
7
- data.tar.gz: 987ec216728bfa971e3fedca17b9672db471ff324472dfac87f1eb84ff27abe60ef2875f4123dde74f1c5ee586aa2bfdf0a50a8513d023b4cc842001117619a3
6
+ metadata.gz: a678af78e72cdcc397b26d946800ed3c23063d65a5aae6fbf02003b1a4014c1947fedd2b503dcceb466dd003bca27e42fe0203d4bbcfece95c4ac74f376eff2e
7
+ data.tar.gz: 3081cee243cc7c6cd1cb17fea14b5540b9236d873f31353a8d9ca7225d7296e79e129355abdb77027f667623da3f04eff0ffcef3f85eeb51aa759b5f9165de51
data/Gemfile CHANGED
@@ -21,7 +21,7 @@ group :development, :test do
21
21
  gem 'mysql2'
22
22
  gem 'poltergeist', '~> 1.18.1'
23
23
  gem 'pry-byebug'
24
- gem 'psych', '5.0.2'
24
+ gem 'psych', '5.1.0'
25
25
  gem 'rails-observers'
26
26
  gem 'rspec-rails'
27
27
  gem 'simplecov'
data/Gemfile.lock CHANGED
@@ -1,17 +1,17 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trusty-cms (5.5.6)
4
+ trusty-cms (5.5.8)
5
5
  RedCloth (= 4.3.2)
6
6
  activestorage-validator
7
- acts_as_list (>= 0.9.5, < 1.1.0)
7
+ acts_as_list (>= 0.9.5, < 1.2.0)
8
8
  acts_as_tree (~> 2.9.1)
9
9
  ckeditor (>= 4.2.2, < 4.4.0)
10
10
  delocalize (>= 0.2, < 2.0)
11
11
  devise
12
12
  execjs (~> 2.7)
13
- haml (~> 5.2.2)
14
- haml-rails (~> 2.0)
13
+ haml
14
+ haml-rails
15
15
  highline (>= 1.7.8, < 2.2.0)
16
16
  image_processing
17
17
  kraken-io
@@ -35,68 +35,68 @@ GEM
35
35
  remote: https://rubygems.org/
36
36
  specs:
37
37
  RedCloth (4.3.2)
38
- actioncable (6.1.7.1)
39
- actionpack (= 6.1.7.1)
40
- activesupport (= 6.1.7.1)
38
+ actioncable (6.1.7.3)
39
+ actionpack (= 6.1.7.3)
40
+ activesupport (= 6.1.7.3)
41
41
  nio4r (~> 2.0)
42
42
  websocket-driver (>= 0.6.1)
43
- actionmailbox (6.1.7.1)
44
- actionpack (= 6.1.7.1)
45
- activejob (= 6.1.7.1)
46
- activerecord (= 6.1.7.1)
47
- activestorage (= 6.1.7.1)
48
- activesupport (= 6.1.7.1)
43
+ actionmailbox (6.1.7.3)
44
+ actionpack (= 6.1.7.3)
45
+ activejob (= 6.1.7.3)
46
+ activerecord (= 6.1.7.3)
47
+ activestorage (= 6.1.7.3)
48
+ activesupport (= 6.1.7.3)
49
49
  mail (>= 2.7.1)
50
- actionmailer (6.1.7.1)
51
- actionpack (= 6.1.7.1)
52
- actionview (= 6.1.7.1)
53
- activejob (= 6.1.7.1)
54
- activesupport (= 6.1.7.1)
50
+ actionmailer (6.1.7.3)
51
+ actionpack (= 6.1.7.3)
52
+ actionview (= 6.1.7.3)
53
+ activejob (= 6.1.7.3)
54
+ activesupport (= 6.1.7.3)
55
55
  mail (~> 2.5, >= 2.5.4)
56
56
  rails-dom-testing (~> 2.0)
57
- actionpack (6.1.7.1)
58
- actionview (= 6.1.7.1)
59
- activesupport (= 6.1.7.1)
57
+ actionpack (6.1.7.3)
58
+ actionview (= 6.1.7.3)
59
+ activesupport (= 6.1.7.3)
60
60
  rack (~> 2.0, >= 2.0.9)
61
61
  rack-test (>= 0.6.3)
62
62
  rails-dom-testing (~> 2.0)
63
63
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
64
- actiontext (6.1.7.1)
65
- actionpack (= 6.1.7.1)
66
- activerecord (= 6.1.7.1)
67
- activestorage (= 6.1.7.1)
68
- activesupport (= 6.1.7.1)
64
+ actiontext (6.1.7.3)
65
+ actionpack (= 6.1.7.3)
66
+ activerecord (= 6.1.7.3)
67
+ activestorage (= 6.1.7.3)
68
+ activesupport (= 6.1.7.3)
69
69
  nokogiri (>= 1.8.5)
70
- actionview (6.1.7.1)
71
- activesupport (= 6.1.7.1)
70
+ actionview (6.1.7.3)
71
+ activesupport (= 6.1.7.3)
72
72
  builder (~> 3.1)
73
73
  erubi (~> 1.4)
74
74
  rails-dom-testing (~> 2.0)
75
75
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
76
- activejob (6.1.7.1)
77
- activesupport (= 6.1.7.1)
76
+ activejob (6.1.7.3)
77
+ activesupport (= 6.1.7.3)
78
78
  globalid (>= 0.3.6)
79
- activemodel (6.1.7.1)
80
- activesupport (= 6.1.7.1)
81
- activerecord (6.1.7.1)
82
- activemodel (= 6.1.7.1)
83
- activesupport (= 6.1.7.1)
84
- activestorage (6.1.7.1)
85
- actionpack (= 6.1.7.1)
86
- activejob (= 6.1.7.1)
87
- activerecord (= 6.1.7.1)
88
- activesupport (= 6.1.7.1)
79
+ activemodel (6.1.7.3)
80
+ activesupport (= 6.1.7.3)
81
+ activerecord (6.1.7.3)
82
+ activemodel (= 6.1.7.3)
83
+ activesupport (= 6.1.7.3)
84
+ activestorage (6.1.7.3)
85
+ actionpack (= 6.1.7.3)
86
+ activejob (= 6.1.7.3)
87
+ activerecord (= 6.1.7.3)
88
+ activesupport (= 6.1.7.3)
89
89
  marcel (~> 1.0)
90
90
  mini_mime (>= 1.1.0)
91
91
  activestorage-validator (0.2.2)
92
92
  rails (>= 6.0.4.1)
93
- activesupport (6.1.7.1)
93
+ activesupport (6.1.7.3)
94
94
  concurrent-ruby (~> 1.0, >= 1.0.2)
95
95
  i18n (>= 1.6, < 2)
96
96
  minitest (>= 5.1)
97
97
  tzinfo (~> 2.0)
98
98
  zeitwerk (~> 2.3)
99
- acts_as_list (1.0.4)
99
+ acts_as_list (1.1.0)
100
100
  activerecord (>= 4.2)
101
101
  acts_as_tree (2.9.1)
102
102
  activerecord (>= 3.0.0)
@@ -119,9 +119,9 @@ GEM
119
119
  climate_control (0.2.0)
120
120
  cliver (0.3.2)
121
121
  coderay (1.1.3)
122
- concurrent-ruby (1.1.10)
122
+ concurrent-ruby (1.2.2)
123
123
  crass (1.0.6)
124
- css_parser (1.14.0)
124
+ css_parser (1.12.0)
125
125
  addressable
126
126
  database_cleaner (2.0.1)
127
127
  database_cleaner-active_record (~> 2.0.0)
@@ -131,15 +131,16 @@ GEM
131
131
  database_cleaner-core (2.0.1)
132
132
  delocalize (1.2.0)
133
133
  rails (>= 2)
134
- devise (4.8.1)
134
+ devise (4.9.0)
135
135
  bcrypt (~> 3.0)
136
136
  orm_adapter (~> 0.1)
137
137
  railties (>= 4.1.0)
138
138
  responders
139
139
  warden (~> 1.2.3)
140
140
  diff-lcs (1.5.0)
141
+ digest (3.1.1)
141
142
  docile (1.4.0)
142
- erubi (1.11.0)
143
+ erubi (1.12.0)
143
144
  execjs (2.8.1)
144
145
  factory_bot (6.2.1)
145
146
  activesupport (>= 5.0.0)
@@ -150,10 +151,11 @@ GEM
150
151
  file_validators (3.0.0)
151
152
  activemodel (>= 3.2)
152
153
  mime-types (>= 1.0)
153
- globalid (1.0.1)
154
+ globalid (1.1.0)
154
155
  activesupport (>= 5.0)
155
- haml (5.2.2)
156
- temple (>= 0.8.0)
156
+ haml (6.1.1)
157
+ temple (>= 0.8.2)
158
+ thor
157
159
  tilt
158
160
  haml-rails (2.1.0)
159
161
  actionpack (>= 5.1)
@@ -178,11 +180,15 @@ GEM
178
180
  launchy (2.5.2)
179
181
  addressable (~> 2.8)
180
182
  libv8-node (16.10.0.0-x86_64-darwin)
183
+ libv8-node (16.10.0.0-x86_64-linux)
181
184
  loofah (2.19.1)
182
185
  crass (~> 1.0.2)
183
186
  nokogiri (>= 1.5.9)
184
- mail (2.7.1)
187
+ mail (2.8.1)
185
188
  mini_mime (>= 0.1.1)
189
+ net-imap
190
+ net-pop
191
+ net-smtp
186
192
  marcel (1.0.2)
187
193
  method_source (1.0.0)
188
194
  mime-types (3.4.1)
@@ -190,16 +196,26 @@ GEM
190
196
  mime-types-data (3.2022.0105)
191
197
  mini_magick (4.12.0)
192
198
  mini_mime (1.1.2)
193
- mini_portile2 (2.6.1)
194
199
  mini_racer (0.6.3)
195
200
  libv8-node (~> 16.10.0.0)
196
- minitest (5.15.0)
201
+ minitest (5.18.0)
197
202
  multi_xml (0.6.0)
198
203
  multipart-post (2.2.3)
199
- mysql2 (0.5.4)
204
+ mysql2 (0.5.5)
205
+ net-imap (0.2.3)
206
+ digest
207
+ net-protocol
208
+ strscan
209
+ net-pop (0.1.2)
210
+ net-protocol
211
+ net-protocol (0.1.3)
212
+ timeout
213
+ net-smtp (0.3.3)
214
+ net-protocol
200
215
  nio4r (2.5.8)
201
- nokogiri (1.12.5)
202
- mini_portile2 (~> 2.6.1)
216
+ nokogiri (1.14.2-x86_64-darwin)
217
+ racc (~> 1.4)
218
+ nokogiri (1.14.2-x86_64-linux)
203
219
  racc (~> 1.4)
204
220
  orm_adapter (0.5.0)
205
221
  poltergeist (1.18.1)
@@ -212,41 +228,41 @@ GEM
212
228
  pry-byebug (3.9.0)
213
229
  byebug (~> 11.0)
214
230
  pry (~> 0.13.0)
215
- psych (5.0.2)
231
+ psych (5.1.0)
216
232
  stringio
217
233
  public_suffix (4.0.7)
218
234
  racc (1.6.2)
219
- rack (2.2.6.2)
235
+ rack (2.2.6.4)
220
236
  rack-cache (1.13.0)
221
237
  rack (>= 0.4)
222
- rack-test (2.0.2)
238
+ rack-test (2.1.0)
223
239
  rack (>= 1.3)
224
240
  radius (0.7.5)
225
- rails (6.1.7.1)
226
- actioncable (= 6.1.7.1)
227
- actionmailbox (= 6.1.7.1)
228
- actionmailer (= 6.1.7.1)
229
- actionpack (= 6.1.7.1)
230
- actiontext (= 6.1.7.1)
231
- actionview (= 6.1.7.1)
232
- activejob (= 6.1.7.1)
233
- activemodel (= 6.1.7.1)
234
- activerecord (= 6.1.7.1)
235
- activestorage (= 6.1.7.1)
236
- activesupport (= 6.1.7.1)
241
+ rails (6.1.7.3)
242
+ actioncable (= 6.1.7.3)
243
+ actionmailbox (= 6.1.7.3)
244
+ actionmailer (= 6.1.7.3)
245
+ actionpack (= 6.1.7.3)
246
+ actiontext (= 6.1.7.3)
247
+ actionview (= 6.1.7.3)
248
+ activejob (= 6.1.7.3)
249
+ activemodel (= 6.1.7.3)
250
+ activerecord (= 6.1.7.3)
251
+ activestorage (= 6.1.7.3)
252
+ activesupport (= 6.1.7.3)
237
253
  bundler (>= 1.15.0)
238
- railties (= 6.1.7.1)
254
+ railties (= 6.1.7.3)
239
255
  sprockets-rails (>= 2.0.0)
240
256
  rails-dom-testing (2.0.3)
241
257
  activesupport (>= 4.2.0)
242
258
  nokogiri (>= 1.6)
243
- rails-html-sanitizer (1.4.4)
259
+ rails-html-sanitizer (1.5.0)
244
260
  loofah (~> 2.19, >= 2.19.1)
245
261
  rails-observers (0.1.5)
246
262
  activemodel (>= 4.0)
247
- railties (6.1.7.1)
248
- actionpack (= 6.1.7.1)
249
- activesupport (= 6.1.7.1)
263
+ railties (6.1.7.3)
264
+ actionpack (= 6.1.7.3)
265
+ activesupport (= 6.1.7.3)
250
266
  method_source
251
267
  rake (>= 12.2)
252
268
  thor (~> 1.0)
@@ -254,18 +270,18 @@ GEM
254
270
  rdoc (6.5.0)
255
271
  psych (>= 4.0.0)
256
272
  regexp_parser (2.1.1)
257
- responders (3.0.1)
258
- actionpack (>= 5.0)
259
- railties (>= 5.0)
260
- roadie (5.1.0)
273
+ responders (3.1.0)
274
+ actionpack (>= 5.2)
275
+ railties (>= 5.2)
276
+ roadie (4.0.0)
261
277
  css_parser (~> 1.4)
262
278
  nokogiri (~> 1.8)
263
- roadie-rails (3.0.0)
279
+ roadie-rails (2.3.0)
264
280
  railties (>= 5.1, < 7.1)
265
- roadie (~> 5.0)
281
+ roadie (>= 3.1, < 5.0)
266
282
  rspec-core (3.12.0)
267
283
  rspec-support (~> 3.12.0)
268
- rspec-expectations (3.12.1)
284
+ rspec-expectations (3.12.2)
269
285
  diff-lcs (>= 1.2.0, < 2.0)
270
286
  rspec-support (~> 3.12.0)
271
287
  rspec-mocks (3.12.1)
@@ -306,15 +322,17 @@ GEM
306
322
  activesupport (>= 5.2)
307
323
  sprockets (>= 3.0.0)
308
324
  stringex (2.8.5)
309
- stringio (3.0.4)
310
- temple (0.9.1)
325
+ stringio (3.0.5)
326
+ strscan (3.0.6)
327
+ temple (0.10.0)
311
328
  terrapin (0.6.0)
312
329
  climate_control (>= 0.0.3, < 1.0)
313
330
  thor (1.2.1)
314
- tilt (2.0.11)
331
+ tilt (2.1.0)
332
+ timeout (0.3.2)
315
333
  trustygems (0.2.1)
316
334
  rake
317
- tzinfo (2.0.5)
335
+ tzinfo (2.0.6)
318
336
  concurrent-ruby (~> 1.0)
319
337
  uglifier (4.2.0)
320
338
  execjs (>= 0.3.0, < 3)
@@ -327,7 +345,7 @@ GEM
327
345
  will_paginate (3.3.1)
328
346
  xpath (3.2.0)
329
347
  nokogiri (~> 1.8)
330
- zeitwerk (2.6.6)
348
+ zeitwerk (2.6.7)
331
349
 
332
350
  PLATFORMS
333
351
  x86_64-darwin-18
@@ -346,7 +364,7 @@ DEPENDENCIES
346
364
  mysql2
347
365
  poltergeist (~> 1.18.1)
348
366
  pry-byebug
349
- psych (= 5.0.2)
367
+ psych (= 5.1.0)
350
368
  rails-observers
351
369
  rspec-rails
352
370
  simplecov
@@ -174,7 +174,7 @@ div.popup {
174
174
  margin: 0;
175
175
  margin-bottom: 0.5em;
176
176
  }
177
-
177
+
178
178
  acronym {
179
179
  border-bottom: 1px dotted silver;
180
180
  }
@@ -12,6 +12,4 @@
12
12
  %script
13
13
  Asset.MakeDroppables();
14
14
  Asset.MakeDraggables();
15
- Event.addBehavior({ '.asset a' : Asset.DisableLinks, 'a.add_asset' : Asset.AddToPage });
16
-
17
-
15
+ Event.addBehavior({ '.asset a' : Asset.DisableLinks, 'a.add_asset' : Asset.AddToPage });
@@ -8,5 +8,4 @@
8
8
  = show_config 'assets.insertion_size'
9
9
  - %w{image video pdf}.each do |type|
10
10
  %p.ruled
11
- = show_config "assets.create_#{type}_thumbnails?"
12
-
11
+ = show_config "assets.create_#{type}_thumbnails?"
@@ -5,7 +5,4 @@
5
5
  - else
6
6
  %li
7
7
  %p.note
8
- = t('clipped_extension.empty_bucket')
9
-
10
-
11
-
8
+ = t('clipped_extension.empty_bucket')
@@ -1,5 +1,5 @@
1
1
  <!DOCTYPE html>
2
- %html{html_attrs}
2
+ %html{ :xmlns => "http://www.w3.org/1999/xhtml", "xml:lang" => "en", :lang => "en", :class => "tablesaw-enhanced fontawesome-i2svg-active fontawesome-i2svg-complete" }
3
3
  %head
4
4
  %meta{"http-equiv"=>"Content-type", :content=>"text/html;charset=utf-8"}
5
5
  %meta{name: "viewport", content: "width=device-width"}
@@ -63,7 +63,7 @@
63
63
  .error
64
64
  %p= flash[:error]
65
65
  .content
66
- = find_and_preserve(yield)
66
+ = yield
67
67
 
68
68
  #popups
69
69
  = yield :popups
data/lib/trusty_cms.rb CHANGED
@@ -2,6 +2,6 @@ TRUSTY_CMS_ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..')) unle
2
2
 
3
3
  unless defined? TrustyCms::VERSION
4
4
  module TrustyCms
5
- VERSION = '5.5.6'.freeze
5
+ VERSION = '5.5.8'.freeze
6
6
  end
7
7
  end
data/trusty_cms.gemspec CHANGED
@@ -25,14 +25,14 @@ a general purpose content management system--not merely a blogging engine.'
25
25
  s.license = 'MIT'
26
26
  s.test_files = Dir['spec/**/*']
27
27
  s.add_dependency 'activestorage-validator'
28
- s.add_dependency 'acts_as_list', '>= 0.9.5', '< 1.1.0'
28
+ s.add_dependency 'acts_as_list', '>= 0.9.5', '< 1.2.0'
29
29
  s.add_dependency 'acts_as_tree', '~> 2.9.1'
30
30
  s.add_dependency 'ckeditor', '>= 4.2.2', '< 4.4.0'
31
31
  s.add_dependency 'delocalize', '>= 0.2', '< 2.0'
32
32
  s.add_dependency 'devise'
33
33
  s.add_dependency 'execjs', '~> 2.7'
34
- s.add_dependency 'haml', '~> 5.2.2'
35
- s.add_dependency 'haml-rails', '~> 2.0'
34
+ s.add_dependency 'haml'
35
+ s.add_dependency 'haml-rails'
36
36
  s.add_dependency 'highline', '>= 1.7.8', '< 2.2.0'
37
37
  s.add_dependency 'image_processing'
38
38
  s.add_dependency 'kraken-io'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trusty-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.5.6
4
+ version: 5.5.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - TrustyCms CMS dev team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-19 00:00:00.000000000 Z
11
+ date: 2023-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activestorage-validator
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: 0.9.5
34
34
  - - "<"
35
35
  - !ruby/object:Gem::Version
36
- version: 1.1.0
36
+ version: 1.2.0
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: 0.9.5
44
44
  - - "<"
45
45
  - !ruby/object:Gem::Version
46
- version: 1.1.0
46
+ version: 1.2.0
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: acts_as_tree
49
49
  requirement: !ruby/object:Gem::Requirement
@@ -130,30 +130,30 @@ dependencies:
130
130
  name: haml
131
131
  requirement: !ruby/object:Gem::Requirement
132
132
  requirements:
133
- - - "~>"
133
+ - - ">="
134
134
  - !ruby/object:Gem::Version
135
- version: 5.2.2
135
+ version: '0'
136
136
  type: :runtime
137
137
  prerelease: false
138
138
  version_requirements: !ruby/object:Gem::Requirement
139
139
  requirements:
140
- - - "~>"
140
+ - - ">="
141
141
  - !ruby/object:Gem::Version
142
- version: 5.2.2
142
+ version: '0'
143
143
  - !ruby/object:Gem::Dependency
144
144
  name: haml-rails
145
145
  requirement: !ruby/object:Gem::Requirement
146
146
  requirements:
147
- - - "~>"
147
+ - - ">="
148
148
  - !ruby/object:Gem::Version
149
- version: '2.0'
149
+ version: '0'
150
150
  type: :runtime
151
151
  prerelease: false
152
152
  version_requirements: !ruby/object:Gem::Requirement
153
153
  requirements:
154
- - - "~>"
154
+ - - ">="
155
155
  - !ruby/object:Gem::Version
156
- version: '2.0'
156
+ version: '0'
157
157
  - !ruby/object:Gem::Dependency
158
158
  name: highline
159
159
  requirement: !ruby/object:Gem::Requirement
@@ -1139,52 +1139,52 @@ signing_key:
1139
1139
  specification_version: 4
1140
1140
  summary: A no-fluff content management system designed for small teams.
1141
1141
  test_files:
1142
- - spec/features/config_spec.rb
1143
- - spec/features/pages_spec.rb
1144
- - spec/features/layouts_spec.rb
1145
- - spec/dummy/config/environments/development.rb
1146
- - spec/dummy/config/environments/production.rb
1147
- - spec/dummy/config/environments/test.rb
1148
- - spec/dummy/config/secrets.yml
1149
- - spec/dummy/config/initializers/trusty_cms_config.rb
1150
- - spec/dummy/config/initializers/filter_parameter_logging.rb
1151
- - spec/dummy/config/initializers/wrap_parameters.rb
1152
- - spec/dummy/config/initializers/assets.rb
1153
- - spec/dummy/config/initializers/session_store.rb
1154
- - spec/dummy/config/initializers/mime_types.rb
1155
- - spec/dummy/config/initializers/cookies_serializer.rb
1156
- - spec/dummy/config/initializers/inflections.rb
1157
- - spec/dummy/config/initializers/backtrace_silencers.rb
1158
- - spec/dummy/config/boot.rb
1159
- - spec/dummy/config/application.rb
1160
- - spec/dummy/config/database.yml
1161
- - spec/dummy/config/environment.rb
1162
- - spec/dummy/config/locales/en.yml
1163
- - spec/dummy/config/routes.rb
1164
- - spec/dummy/Rakefile
1142
+ - spec/rails_helper.rb
1143
+ - spec/models/layout_spec.rb
1144
+ - spec/controllers/application_controller_spec.rb
1145
+ - spec/controllers/users_controller_spec.rb
1146
+ - spec/spec_helper.rb
1147
+ - spec/fixtures/users.yml
1148
+ - spec/support/custom_actions.rb
1165
1149
  - spec/dummy/config.ru
1150
+ - spec/dummy/Rakefile
1166
1151
  - spec/dummy/app/assets/config/manifest.js
1167
- - spec/dummy/yarn.lock
1168
1152
  - spec/dummy/db/schema.rb
1169
- - spec/dummy/README.rdoc
1170
1153
  - spec/dummy/public/422.html
1171
- - spec/dummy/public/favicon.ico
1172
1154
  - spec/dummy/public/404.html
1173
1155
  - spec/dummy/public/500.html
1174
- - spec/dummy/package.json
1175
- - spec/dummy/bin/rake
1156
+ - spec/dummy/public/favicon.ico
1157
+ - spec/dummy/README.rdoc
1158
+ - spec/dummy/yarn.lock
1176
1159
  - spec/dummy/bin/setup
1177
- - spec/dummy/bin/rails
1160
+ - spec/dummy/bin/rake
1178
1161
  - spec/dummy/bin/bundle
1179
- - spec/models/layout_spec.rb
1180
- - spec/controllers/users_controller_spec.rb
1181
- - spec/controllers/application_controller_spec.rb
1182
- - spec/rails_helper.rb
1183
- - spec/spec_helper.rb
1162
+ - spec/dummy/bin/rails
1163
+ - spec/dummy/config/boot.rb
1164
+ - spec/dummy/config/locales/en.yml
1165
+ - spec/dummy/config/database.yml
1166
+ - spec/dummy/config/secrets.yml
1167
+ - spec/dummy/config/environment.rb
1168
+ - spec/dummy/config/initializers/filter_parameter_logging.rb
1169
+ - spec/dummy/config/initializers/wrap_parameters.rb
1170
+ - spec/dummy/config/initializers/backtrace_silencers.rb
1171
+ - spec/dummy/config/initializers/trusty_cms_config.rb
1172
+ - spec/dummy/config/initializers/inflections.rb
1173
+ - spec/dummy/config/initializers/session_store.rb
1174
+ - spec/dummy/config/initializers/assets.rb
1175
+ - spec/dummy/config/initializers/cookies_serializer.rb
1176
+ - spec/dummy/config/initializers/mime_types.rb
1177
+ - spec/dummy/config/routes.rb
1178
+ - spec/dummy/config/application.rb
1179
+ - spec/dummy/config/environments/development.rb
1180
+ - spec/dummy/config/environments/test.rb
1181
+ - spec/dummy/config/environments/production.rb
1182
+ - spec/dummy/package.json
1184
1183
  - spec/ci/database.mysql.yml
1185
- - spec/support/custom_actions.rb
1186
- - spec/fixtures/users.yml
1187
- - spec/factories/page.rb
1184
+ - spec/features/layouts_spec.rb
1185
+ - spec/features/config_spec.rb
1186
+ - spec/features/pages_spec.rb
1188
1187
  - spec/factories/page_part.rb
1189
1188
  - spec/factories/layout.rb
1189
+ - spec/factories/page.rb
1190
1190
  - spec/factories/user.rb