trusty-cms 6.2.1 → 6.2.2.1

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: bc701ab13e1dfe0e97a430d54df2e91ea0b9be912fd22deb10a4c5390508d941
4
- data.tar.gz: 363c0ca66279a03051923a0fe03d0ae82a37dd472f132e972e2a80cc358c1c8c
3
+ metadata.gz: 71383e72f45672a6cf5bf9fb68301f9c0239a2ad40d7782a2e269724150b1e8a
4
+ data.tar.gz: bebc54966f5f3a0a431a1ac6585e4646c80fe0d319b33a8666e65a4781ede6a2
5
5
  SHA512:
6
- metadata.gz: 5097166a24eddf72936da93b4bc16a508eccc288e18454fac8c07bafebc497330d4e4bdc4d13c260a2b94867d5f05b6da5cdd5b8e1e8f2f4e0a57337ab05f4fb
7
- data.tar.gz: 362d5fd993f2373e9163250dfe2d03a072f773b1005453b2f3cef1c4a8d3acb90aa39af35645b1b4adfb38ddb783b8d3a01bf712aa6efcf915f7f68876607eef
6
+ metadata.gz: a616c07e4091859c3b62c7a3253862dcf4963bb48bb38552b0259e88e1cd2ae2e13256c6fbecee909c60989a194abfd0b6b2d4e3f715ead86f0764b37adf6e34
7
+ data.tar.gz: 33b03b3d3ce65928e841e4033e65bf521596b8b311f0336733b5bd8b0f4d1dad92fce0fd82e79225a3e0ba80cf373a6e5e56291793ea829138244ba1938d13db
data/Gemfile CHANGED
@@ -17,7 +17,7 @@ group :development, :test do
17
17
  gem 'database_cleaner'
18
18
  gem 'factory_bot_rails', '6.4.2'
19
19
  gem 'file_validators'
20
- gem 'launchy', '~> 3.0.1'
20
+ gem 'launchy', '~> 2.5.0'
21
21
  gem 'mysql2'
22
22
  gem 'poltergeist', '~> 1.18.1'
23
23
  gem 'pry-byebug'
data/Gemfile.lock CHANGED
@@ -1,10 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trusty-cms (6.2.1)
4
+ trusty-cms (6.2.2)
5
5
  RedCloth (= 4.3.3)
6
6
  activestorage-validator
7
- acts_as_list (>= 0.9.5, < 1.3.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)
@@ -20,7 +20,7 @@ PATH
20
20
  rack (>= 2.0.1, < 3.1.0)
21
21
  rack-cache (~> 1.7)
22
22
  radius (~> 0.7)
23
- rails (~> 6.1.7)
23
+ rails
24
24
  rake (< 14.0)
25
25
  ransack
26
26
  rdoc (>= 5.1, < 7.0)
@@ -35,124 +35,125 @@ GEM
35
35
  remote: https://rubygems.org/
36
36
  specs:
37
37
  RedCloth (4.3.3)
38
- actioncable (6.1.7.8)
39
- actionpack (= 6.1.7.8)
40
- activesupport (= 6.1.7.8)
38
+ actioncable (7.0.8.1)
39
+ actionpack (= 7.0.8.1)
40
+ activesupport (= 7.0.8.1)
41
41
  nio4r (~> 2.0)
42
42
  websocket-driver (>= 0.6.1)
43
- actionmailbox (6.1.7.8)
44
- actionpack (= 6.1.7.8)
45
- activejob (= 6.1.7.8)
46
- activerecord (= 6.1.7.8)
47
- activestorage (= 6.1.7.8)
48
- activesupport (= 6.1.7.8)
43
+ actionmailbox (7.0.8.1)
44
+ actionpack (= 7.0.8.1)
45
+ activejob (= 7.0.8.1)
46
+ activerecord (= 7.0.8.1)
47
+ activestorage (= 7.0.8.1)
48
+ activesupport (= 7.0.8.1)
49
49
  mail (>= 2.7.1)
50
- actionmailer (6.1.7.8)
51
- actionpack (= 6.1.7.8)
52
- actionview (= 6.1.7.8)
53
- activejob (= 6.1.7.8)
54
- activesupport (= 6.1.7.8)
50
+ net-imap
51
+ net-pop
52
+ net-smtp
53
+ actionmailer (7.0.8.1)
54
+ actionpack (= 7.0.8.1)
55
+ actionview (= 7.0.8.1)
56
+ activejob (= 7.0.8.1)
57
+ activesupport (= 7.0.8.1)
55
58
  mail (~> 2.5, >= 2.5.4)
59
+ net-imap
60
+ net-pop
61
+ net-smtp
56
62
  rails-dom-testing (~> 2.0)
57
- actionpack (6.1.7.8)
58
- actionview (= 6.1.7.8)
59
- activesupport (= 6.1.7.8)
60
- rack (~> 2.0, >= 2.0.9)
63
+ actionpack (7.0.8.1)
64
+ actionview (= 7.0.8.1)
65
+ activesupport (= 7.0.8.1)
66
+ rack (~> 2.0, >= 2.2.4)
61
67
  rack-test (>= 0.6.3)
62
68
  rails-dom-testing (~> 2.0)
63
69
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
64
- actiontext (6.1.7.8)
65
- actionpack (= 6.1.7.8)
66
- activerecord (= 6.1.7.8)
67
- activestorage (= 6.1.7.8)
68
- activesupport (= 6.1.7.8)
70
+ actiontext (7.0.8.1)
71
+ actionpack (= 7.0.8.1)
72
+ activerecord (= 7.0.8.1)
73
+ activestorage (= 7.0.8.1)
74
+ activesupport (= 7.0.8.1)
75
+ globalid (>= 0.6.0)
69
76
  nokogiri (>= 1.8.5)
70
- actionview (6.1.7.8)
71
- activesupport (= 6.1.7.8)
77
+ actionview (7.0.8.1)
78
+ activesupport (= 7.0.8.1)
72
79
  builder (~> 3.1)
73
80
  erubi (~> 1.4)
74
81
  rails-dom-testing (~> 2.0)
75
82
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
76
- activejob (6.1.7.8)
77
- activesupport (= 6.1.7.8)
83
+ activejob (7.0.8.1)
84
+ activesupport (= 7.0.8.1)
78
85
  globalid (>= 0.3.6)
79
- activemodel (6.1.7.8)
80
- activesupport (= 6.1.7.8)
81
- activerecord (6.1.7.8)
82
- activemodel (= 6.1.7.8)
83
- activesupport (= 6.1.7.8)
84
- activestorage (6.1.7.8)
85
- actionpack (= 6.1.7.8)
86
- activejob (= 6.1.7.8)
87
- activerecord (= 6.1.7.8)
88
- activesupport (= 6.1.7.8)
86
+ activemodel (7.0.8.1)
87
+ activesupport (= 7.0.8.1)
88
+ activerecord (7.0.8.1)
89
+ activemodel (= 7.0.8.1)
90
+ activesupport (= 7.0.8.1)
91
+ activestorage (7.0.8.1)
92
+ actionpack (= 7.0.8.1)
93
+ activejob (= 7.0.8.1)
94
+ activerecord (= 7.0.8.1)
95
+ activesupport (= 7.0.8.1)
89
96
  marcel (~> 1.0)
90
97
  mini_mime (>= 1.1.0)
91
98
  activestorage-validator (0.4.0)
92
99
  rails (>= 6.1.0)
93
- activesupport (6.1.7.8)
100
+ activesupport (7.0.8.1)
94
101
  concurrent-ruby (~> 1.0, >= 1.0.2)
95
102
  i18n (>= 1.6, < 2)
96
103
  minitest (>= 5.1)
97
104
  tzinfo (~> 2.0)
98
- zeitwerk (~> 2.3)
99
- acts_as_list (1.2.2)
100
- activerecord (>= 6.1)
101
- activesupport (>= 6.1)
105
+ acts_as_list (1.1.0)
106
+ activerecord (>= 4.2)
102
107
  acts_as_tree (2.9.1)
103
108
  activerecord (>= 3.0.0)
104
- addressable (2.8.7)
105
- public_suffix (>= 2.0.2, < 7.0)
106
- bcrypt (3.1.20)
107
- builder (3.3.0)
109
+ addressable (2.8.6)
110
+ public_suffix (>= 2.0.2, < 6.0)
111
+ bcrypt (3.1.19)
112
+ builder (3.2.4)
108
113
  byebug (11.1.3)
109
- capybara (3.40.0)
114
+ capybara (3.35.3)
110
115
  addressable
111
- matrix
112
116
  mini_mime (>= 0.1.3)
113
- nokogiri (~> 1.11)
117
+ nokogiri (~> 1.8)
114
118
  rack (>= 1.6.0)
115
119
  rack-test (>= 0.6.3)
116
120
  regexp_parser (>= 1.5, < 3.0)
117
121
  xpath (~> 3.2)
118
- childprocess (5.1.0)
119
- logger (~> 1.5)
120
122
  ckeditor (4.3.0)
121
123
  orm_adapter (~> 0.5.0)
122
124
  terrapin
123
- climate_control (1.2.0)
125
+ climate_control (0.2.0)
124
126
  cliver (0.3.2)
125
127
  coderay (1.1.3)
126
- concurrent-ruby (1.3.4)
128
+ concurrent-ruby (1.2.3)
127
129
  crass (1.0.6)
128
- css_parser (1.19.0)
130
+ css_parser (1.16.0)
129
131
  addressable
130
- csv (3.3.0)
131
132
  database_cleaner (2.0.2)
132
133
  database_cleaner-active_record (>= 2, < 3)
133
- database_cleaner-active_record (2.2.0)
134
+ database_cleaner-active_record (2.1.0)
134
135
  activerecord (>= 5.a)
135
136
  database_cleaner-core (~> 2.0.0)
136
137
  database_cleaner-core (2.0.1)
137
138
  date (3.3.4)
138
139
  delocalize (1.2.0)
139
140
  rails (>= 2)
140
- devise (4.9.4)
141
+ devise (4.9.3)
141
142
  bcrypt (~> 3.0)
142
143
  orm_adapter (~> 0.1)
143
144
  railties (>= 4.1.0)
144
145
  responders
145
146
  warden (~> 1.2.3)
146
147
  diff-lcs (1.5.1)
147
- docile (1.4.1)
148
- erubi (1.13.0)
148
+ docile (1.4.0)
149
+ erubi (1.12.0)
149
150
  execjs (2.9.1)
150
- factory_bot (6.5.0)
151
+ factory_bot (6.4.2)
151
152
  activesupport (>= 5.0.0)
152
153
  factory_bot_rails (6.4.2)
153
154
  factory_bot (~> 6.4)
154
155
  railties (>= 5.0.0)
155
- ffi (1.17.0-x86_64-darwin)
156
+ ffi (1.15.5)
156
157
  file_validators (3.0.0)
157
158
  activemodel (>= 3.2)
158
159
  mime-types (>= 1.0)
@@ -167,26 +168,24 @@ GEM
167
168
  haml (>= 4.0.6)
168
169
  railties (>= 5.1)
169
170
  highline (3.0.1)
170
- httparty (0.22.0)
171
- csv
171
+ httparty (0.21.0)
172
172
  mini_mime (>= 1.0.0)
173
173
  multi_xml (>= 0.5.2)
174
- i18n (1.14.6)
174
+ i18n (1.14.1)
175
175
  concurrent-ruby (~> 1.0)
176
- image_processing (1.13.0)
176
+ image_processing (1.12.2)
177
177
  mini_magick (>= 4.9.5, < 5)
178
178
  ruby-vips (>= 2.0.17, < 3)
179
- json (2.7.2)
179
+ json (2.6.3)
180
180
  kraken-io (0.1.3)
181
181
  activesupport
182
182
  httparty
183
183
  json
184
184
  multipart-post
185
- launchy (3.0.1)
185
+ launchy (2.5.2)
186
186
  addressable (~> 2.8)
187
- childprocess (~> 5.0)
188
- libv8-node (18.19.0.0-x86_64-darwin)
189
- logger (1.6.1)
187
+ libv8-node (18.16.0.0-x86_64-darwin)
188
+ libv8-node (18.16.0.0-x86_64-linux)
190
189
  loofah (2.22.0)
191
190
  crass (~> 1.0.2)
192
191
  nokogiri (>= 1.12.0)
@@ -196,30 +195,31 @@ GEM
196
195
  net-pop
197
196
  net-smtp
198
197
  marcel (1.0.4)
199
- matrix (0.4.2)
200
- method_source (1.1.0)
201
- mime-types (3.5.2)
198
+ method_source (1.0.0)
199
+ mime-types (3.4.1)
202
200
  mime-types-data (~> 3.2015)
203
- mime-types-data (3.2024.0903)
204
- mini_magick (4.13.2)
201
+ mime-types-data (3.2022.0105)
202
+ mini_magick (4.12.0)
205
203
  mini_mime (1.1.5)
206
- mini_racer (0.16.0)
207
- libv8-node (~> 18.19.0.0)
208
- minitest (5.25.1)
204
+ mini_racer (0.8.0)
205
+ libv8-node (~> 18.16.0.0)
206
+ minitest (5.22.2)
209
207
  multi_xml (0.6.0)
210
- multipart-post (2.4.1)
208
+ multipart-post (2.2.3)
211
209
  mysql2 (0.5.6)
212
- net-imap (0.4.16)
210
+ net-imap (0.4.10)
213
211
  date
214
212
  net-protocol
215
213
  net-pop (0.1.2)
216
214
  net-protocol
217
215
  net-protocol (0.2.2)
218
216
  timeout
219
- net-smtp (0.5.0)
217
+ net-smtp (0.4.0.1)
220
218
  net-protocol
221
- nio4r (2.7.3)
222
- nokogiri (1.16.7-x86_64-darwin)
219
+ nio4r (2.7.0)
220
+ nokogiri (1.16.2-x86_64-darwin)
221
+ racc (~> 1.4)
222
+ nokogiri (1.16.2-x86_64-linux)
223
223
  racc (~> 1.4)
224
224
  orm_adapter (0.5.0)
225
225
  poltergeist (1.18.1)
@@ -234,29 +234,28 @@ GEM
234
234
  pry (>= 0.13, < 0.15)
235
235
  psych (5.1.1.1)
236
236
  stringio
237
- public_suffix (6.0.1)
238
- racc (1.8.1)
239
- rack (2.2.9)
240
- rack-cache (1.17.0)
237
+ public_suffix (5.0.4)
238
+ racc (1.7.3)
239
+ rack (2.2.8.1)
240
+ rack-cache (1.14.0)
241
241
  rack (>= 0.4)
242
242
  rack-test (2.1.0)
243
243
  rack (>= 1.3)
244
244
  radius (0.7.5)
245
- rails (6.1.7.8)
246
- actioncable (= 6.1.7.8)
247
- actionmailbox (= 6.1.7.8)
248
- actionmailer (= 6.1.7.8)
249
- actionpack (= 6.1.7.8)
250
- actiontext (= 6.1.7.8)
251
- actionview (= 6.1.7.8)
252
- activejob (= 6.1.7.8)
253
- activemodel (= 6.1.7.8)
254
- activerecord (= 6.1.7.8)
255
- activestorage (= 6.1.7.8)
256
- activesupport (= 6.1.7.8)
245
+ rails (7.0.8.1)
246
+ actioncable (= 7.0.8.1)
247
+ actionmailbox (= 7.0.8.1)
248
+ actionmailer (= 7.0.8.1)
249
+ actionpack (= 7.0.8.1)
250
+ actiontext (= 7.0.8.1)
251
+ actionview (= 7.0.8.1)
252
+ activejob (= 7.0.8.1)
253
+ activemodel (= 7.0.8.1)
254
+ activerecord (= 7.0.8.1)
255
+ activestorage (= 7.0.8.1)
256
+ activesupport (= 7.0.8.1)
257
257
  bundler (>= 1.15.0)
258
- railties (= 6.1.7.8)
259
- sprockets-rails (>= 2.0.0)
258
+ railties (= 7.0.8.1)
260
259
  rails-dom-testing (2.2.0)
261
260
  activesupport (>= 5.0.0)
262
261
  minitest
@@ -266,49 +265,49 @@ GEM
266
265
  nokogiri (~> 1.14)
267
266
  rails-observers (0.1.5)
268
267
  activemodel (>= 4.0)
269
- railties (6.1.7.8)
270
- actionpack (= 6.1.7.8)
271
- activesupport (= 6.1.7.8)
268
+ railties (7.0.8.1)
269
+ actionpack (= 7.0.8.1)
270
+ activesupport (= 7.0.8.1)
272
271
  method_source
273
272
  rake (>= 12.2)
274
273
  thor (~> 1.0)
275
- rake (13.2.1)
276
- ransack (4.2.1)
274
+ zeitwerk (~> 2.5)
275
+ rake (13.1.0)
276
+ ransack (4.1.1)
277
277
  activerecord (>= 6.1.5)
278
278
  activesupport (>= 6.1.5)
279
279
  i18n
280
- rdoc (6.7.0)
280
+ rdoc (6.6.2)
281
281
  psych (>= 4.0.0)
282
- regexp_parser (2.9.2)
282
+ regexp_parser (2.1.1)
283
283
  responders (3.1.1)
284
284
  actionpack (>= 5.2)
285
285
  railties (>= 5.2)
286
286
  roadie (5.2.1)
287
287
  css_parser (~> 1.4)
288
288
  nokogiri (~> 1.15)
289
- roadie-rails (3.2.0)
289
+ roadie-rails (3.1.0)
290
290
  railties (>= 5.1, < 8.0)
291
291
  roadie (~> 5.0)
292
- rspec-core (3.13.1)
292
+ rspec-core (3.13.0)
293
293
  rspec-support (~> 3.13.0)
294
- rspec-expectations (3.13.3)
294
+ rspec-expectations (3.13.0)
295
295
  diff-lcs (>= 1.2.0, < 2.0)
296
296
  rspec-support (~> 3.13.0)
297
- rspec-mocks (3.13.1)
297
+ rspec-mocks (3.13.0)
298
298
  diff-lcs (>= 1.2.0, < 2.0)
299
299
  rspec-support (~> 3.13.0)
300
- rspec-rails (6.1.5)
300
+ rspec-rails (6.1.1)
301
301
  actionpack (>= 6.1)
302
302
  activesupport (>= 6.1)
303
303
  railties (>= 6.1)
304
- rspec-core (~> 3.13)
305
- rspec-expectations (~> 3.13)
306
- rspec-mocks (~> 3.13)
307
- rspec-support (~> 3.13)
304
+ rspec-core (~> 3.12)
305
+ rspec-expectations (~> 3.12)
306
+ rspec-mocks (~> 3.12)
307
+ rspec-support (~> 3.12)
308
308
  rspec-support (3.13.1)
309
- ruby-vips (2.2.2)
309
+ ruby-vips (2.1.4)
310
310
  ffi (~> 1.12)
311
- logger
312
311
  sass-rails (6.0.0)
313
312
  sassc-rails (~> 2.1, >= 2.1.1)
314
313
  sassc (2.4.0)
@@ -323,22 +322,22 @@ GEM
323
322
  docile (~> 1.1)
324
323
  simplecov-html (~> 0.11)
325
324
  simplecov_json_formatter (~> 0.1)
326
- simplecov-html (0.13.1)
325
+ simplecov-html (0.12.3)
327
326
  simplecov_json_formatter (0.1.4)
328
327
  sprockets (4.2.1)
329
328
  concurrent-ruby (~> 1.0)
330
329
  rack (>= 2.2.4, < 4)
331
- sprockets-rails (3.5.2)
332
- actionpack (>= 6.1)
333
- activesupport (>= 6.1)
330
+ sprockets-rails (3.4.2)
331
+ actionpack (>= 5.2)
332
+ activesupport (>= 5.2)
334
333
  sprockets (>= 3.0.0)
335
334
  stringex (2.8.6)
336
- stringio (3.1.1)
337
- temple (0.10.3)
338
- terrapin (1.0.1)
339
- climate_control
340
- thor (1.3.2)
341
- tilt (2.4.0)
335
+ stringio (3.1.0)
336
+ temple (0.10.0)
337
+ terrapin (0.6.0)
338
+ climate_control (>= 0.0.3, < 1.0)
339
+ thor (1.3.1)
340
+ tilt (2.1.0)
342
341
  timeout (0.4.1)
343
342
  trustygems (0.2.1)
344
343
  rake
@@ -351,13 +350,17 @@ GEM
351
350
  websocket-driver (0.7.6)
352
351
  websocket-extensions (>= 0.1.0)
353
352
  websocket-extensions (0.1.5)
354
- will_paginate (4.0.1)
353
+ will_paginate (4.0.0)
355
354
  xpath (3.2.0)
356
355
  nokogiri (~> 1.8)
357
- zeitwerk (2.6.18)
356
+ zeitwerk (2.6.13)
358
357
 
359
358
  PLATFORMS
359
+ x86_64-darwin-18
360
+ x86_64-darwin-20
360
361
  x86_64-darwin-21
362
+ x86_64-darwin-22
363
+ x86_64-linux
361
364
 
362
365
  DEPENDENCIES
363
366
  activestorage-validator
@@ -365,7 +368,7 @@ DEPENDENCIES
365
368
  database_cleaner
366
369
  factory_bot_rails (= 6.4.2)
367
370
  file_validators
368
- launchy (~> 3.0.1)
371
+ launchy (~> 2.5.0)
369
372
  mysql2
370
373
  poltergeist (~> 1.18.1)
371
374
  pry-byebug
@@ -1,7 +1,6 @@
1
1
  CKEDITOR.editorConfig = function (config) {
2
2
  config.allowedContent = true;
3
3
  config.removeFormatTags = "";
4
- config.fillEmptyBlocks = false;
5
4
  config.protectedSource.push(/<r:([\S]+).*<\/r:\1>/g);
6
5
  config.protectedSource.push(/<r:[^>/]*\/>/g);
7
6
  //let paste from word be available
@@ -45,14 +45,6 @@
45
45
  #assets_table.assets {
46
46
  overflow: auto;
47
47
  }
48
-
49
- .toolbar {
50
- .asset_search {
51
- #filesearchforminput {
52
- width: 55%;
53
- }
54
- }
55
- }
56
48
  }
57
49
 
58
50
  #upload_holders {
@@ -40,8 +40,8 @@ input[type="submit"], input[type="button"] {
40
40
  input[type="text"], input[type="search"], input[type="password"], input[type="email"] {
41
41
  border: 0.5px solid $gray;
42
42
  margin: 0.5em;
43
+ max-width: 75%;
43
44
  padding: 0.25em;
44
- width: 75%;
45
45
  }
46
46
 
47
47
  select {
@@ -15,8 +15,7 @@ module Admin::RegionsHelper
15
15
  raise e
16
16
  end
17
17
  end.join.html_safe
18
- # comment out all the html logging
19
- # Rails.logger.error(output)
18
+ Rails.logger.error(output)
20
19
  block_given? ? concat(output) : output
21
20
  end
22
21
 
@@ -1,5 +1,5 @@
1
1
  require 'simpleton'
2
- require 'ostruct'
2
+ require 'open_struct'
3
3
 
4
4
  module TrustyCms
5
5
  class AdminUI
@@ -1,4 +1,4 @@
1
- require 'ostruct'
1
+ require 'open_struct'
2
2
  module TrustyCms
3
3
  module ResourceResponses
4
4
  def self.extended(base)
@@ -1,4 +1,3 @@
1
1
  module TrustyCms
2
- VERSION = '6.2.1'.freeze
2
+ VERSION = '6.2.2.1'.freeze
3
3
  end
4
-
data/lib/trusty_cms.rb CHANGED
@@ -5,4 +5,3 @@ module TrustyCms
5
5
  end
6
6
 
7
7
  TRUSTY_CMS_ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..')) unless defined? TRUSTY_CMS_ROOT
8
-
data/trusty_cms.gemspec CHANGED
@@ -1,7 +1,8 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  # frozen_string_literal: true
3
3
 
4
- require File.expand_path(__FILE__ + '/../lib/trusty_cms/version.rb')
4
+ $:.push File.expand_path('lib', __dir__)
5
+ require_relative 'lib/trusty_cms/version'
5
6
  Gem::Specification.new do |s|
6
7
  s.required_ruby_version = '>= 3.0.5'
7
8
  s.name = 'trusty-cms'
@@ -26,7 +27,7 @@ a general purpose content management system--not merely a blogging engine.'
26
27
  s.license = 'MIT'
27
28
  s.test_files = Dir['spec/**/*']
28
29
  s.add_dependency 'activestorage-validator'
29
- s.add_dependency 'acts_as_list', '>= 0.9.5', '< 1.3.0'
30
+ s.add_dependency 'acts_as_list', '>= 0.9.5', '< 1.2.0'
30
31
  s.add_dependency 'acts_as_tree', '~> 2.9.1'
31
32
  s.add_dependency 'ckeditor', '>= 4.2.2', '< 4.4.0'
32
33
  s.add_dependency 'delocalize', '>= 0.2', '< 2.0'
@@ -42,7 +43,7 @@ a general purpose content management system--not merely a blogging engine.'
42
43
  s.add_dependency 'rack', '>= 2.0.1', '< 3.1.0'
43
44
  s.add_dependency 'rack-cache', '~> 1.7'
44
45
  s.add_dependency 'radius', '~> 0.7'
45
- s.add_dependency 'rails', '~> 6.1.7'
46
+ s.add_dependency 'rails'
46
47
  s.add_dependency 'rake', '< 14.0'
47
48
  s.add_dependency 'ransack'
48
49
  s.add_dependency 'rdoc', '>= 5.1', '< 7.0'
@@ -19,6 +19,7 @@ class MultiSiteExtension < TrustyCms::Extension
19
19
  # ActionController::Base.send :include, MultiSite::ApplicationControllerExtensions
20
20
  SiteController.send :include, MultiSite::SiteControllerExtensions
21
21
  Admin::ResourceController.send :include, MultiSite::ResourceControllerExtensions
22
+ Admin::PagesController.send :include, MultiSite::ResourceControllerExtensions
22
23
  Admin::PagesController.send :include, MultiSite::PagesControllerExtensions
23
24
  Admin::ResourceController.send :helper, MultiSite::SiteChooserHelper
24
25
  Admin::PagesController.send :helper, MultiSite::SiteChooserHelper
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: 6.2.1
4
+ version: 6.2.2.1
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: 2024-09-16 00:00:00.000000000 Z
11
+ date: 2024-03-07 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.3.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.3.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
@@ -288,16 +288,16 @@ dependencies:
288
288
  name: rails
289
289
  requirement: !ruby/object:Gem::Requirement
290
290
  requirements:
291
- - - "~>"
291
+ - - ">="
292
292
  - !ruby/object:Gem::Version
293
- version: 6.1.7
293
+ version: '0'
294
294
  type: :runtime
295
295
  prerelease: false
296
296
  version_requirements: !ruby/object:Gem::Requirement
297
297
  requirements:
298
- - - "~>"
298
+ - - ">="
299
299
  - !ruby/object:Gem::Version
300
- version: 6.1.7
300
+ version: '0'
301
301
  - !ruby/object:Gem::Dependency
302
302
  name: rake
303
303
  requirement: !ruby/object:Gem::Requirement
@@ -954,7 +954,7 @@ files:
954
954
  - lib/inheritable_class_attributes.rb
955
955
  - lib/login_system.rb
956
956
  - lib/method_observer.rb
957
- - lib/ostruct.rb
957
+ - lib/open_struct.rb
958
958
  - lib/simpleton.rb
959
959
  - lib/string_extensions/string_extensions.rb
960
960
  - lib/symbol_extensions/symbol_extensions.rb
File without changes