trusty-cms 6.2.2.1 → 7.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/Gemfile.lock +191 -136
- data/app/assets/javascripts/ckeditor/config.js +1 -0
- data/app/assets/stylesheets/admin/assets.scss +8 -0
- data/app/assets/stylesheets/admin/partials/_forms.scss +1 -1
- data/app/helpers/admin/regions_helper.rb +2 -1
- data/config/application.rb +6 -4
- data/lib/active_record_extensions/active_record_extensions.rb +0 -2
- data/lib/trusty_cms/admin_ui.rb +1 -1
- data/lib/trusty_cms/extension_loader.rb +0 -1
- data/lib/trusty_cms/initializer.rb +7 -15
- data/lib/trusty_cms/resource_responses.rb +1 -1
- data/lib/trusty_cms/version.rb +2 -1
- data/lib/trusty_cms.rb +1 -0
- data/spec/dummy/config/application.rb +4 -4
- data/spec/dummy/config/storage.yml +0 -0
- data/trusty_cms.gemspec +8 -5
- data/vendor/extensions/layouts-extension/layouts_extension.rb +3 -3
- data/vendor/extensions/multi-site-extension/lib/multi_site/scoped_validation.rb +25 -35
- data/vendor/extensions/multi-site-extension/multi_site_extension.rb +0 -2
- data/vendor/extensions/snippets-extension/snippets_extension.rb +1 -1
- data/yarn.lock +13 -13
- metadata +69 -11
- /data/lib/{open_struct.rb → ostruct.rb} +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b3802881abb33e2454e530e6b1aa7838cab378ba6ac81b1d31d4e297a9ae081
|
4
|
+
data.tar.gz: 3c72c52104564e1e710efcebbd613c4be325e449a2ac40a10dee6d0c6b80e5af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6126687648d0a06c411260365aff15bd8c20cbd3f33ff948bbd9deed7306dbd2b05d8b77c42c9b964d8319ff21001e94cd056790ceed4bdbef70ea4090b14fa
|
7
|
+
data.tar.gz: de66fd547414f87175a969b081b490af5c10966f37c4604cfb2aa84cfce70dffd3c11645231ba7bea7b68bfae53081e8206eaf605a48125e600c6d8142e445f8
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,26 +1,30 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
trusty-cms (
|
4
|
+
trusty-cms (7.0.0)
|
5
5
|
RedCloth (= 4.3.3)
|
6
6
|
activestorage-validator
|
7
|
-
acts_as_list (>= 0.9.5, < 1.
|
7
|
+
acts_as_list (>= 0.9.5, < 1.3.0)
|
8
8
|
acts_as_tree (~> 2.9.1)
|
9
|
+
base64
|
10
|
+
bigdecimal
|
9
11
|
ckeditor (>= 4.2.2, < 4.4.0)
|
10
12
|
delocalize (>= 0.2, < 2.0)
|
11
13
|
devise
|
14
|
+
drb
|
12
15
|
execjs (~> 2.7)
|
13
16
|
haml (>= 5.0, < 6.0)
|
14
17
|
haml-rails
|
15
|
-
highline (>= 1.7.8, < 3.
|
18
|
+
highline (>= 1.7.8, < 3.2.0)
|
16
19
|
image_processing
|
17
20
|
kraken-io
|
18
21
|
mini_racer
|
22
|
+
mutex_m
|
19
23
|
mysql2
|
20
24
|
rack (>= 2.0.1, < 3.1.0)
|
21
25
|
rack-cache (~> 1.7)
|
22
26
|
radius (~> 0.7)
|
23
|
-
rails
|
27
|
+
rails (~> 7.0.0)
|
24
28
|
rake (< 14.0)
|
25
29
|
ransack
|
26
30
|
rdoc (>= 5.1, < 7.0)
|
@@ -35,125 +39,142 @@ GEM
|
|
35
39
|
remote: https://rubygems.org/
|
36
40
|
specs:
|
37
41
|
RedCloth (4.3.3)
|
38
|
-
actioncable (7.0.8.
|
39
|
-
actionpack (= 7.0.8.
|
40
|
-
activesupport (= 7.0.8.
|
42
|
+
actioncable (7.0.8.4)
|
43
|
+
actionpack (= 7.0.8.4)
|
44
|
+
activesupport (= 7.0.8.4)
|
41
45
|
nio4r (~> 2.0)
|
42
46
|
websocket-driver (>= 0.6.1)
|
43
|
-
actionmailbox (7.0.8.
|
44
|
-
actionpack (= 7.0.8.
|
45
|
-
activejob (= 7.0.8.
|
46
|
-
activerecord (= 7.0.8.
|
47
|
-
activestorage (= 7.0.8.
|
48
|
-
activesupport (= 7.0.8.
|
47
|
+
actionmailbox (7.0.8.4)
|
48
|
+
actionpack (= 7.0.8.4)
|
49
|
+
activejob (= 7.0.8.4)
|
50
|
+
activerecord (= 7.0.8.4)
|
51
|
+
activestorage (= 7.0.8.4)
|
52
|
+
activesupport (= 7.0.8.4)
|
49
53
|
mail (>= 2.7.1)
|
50
54
|
net-imap
|
51
55
|
net-pop
|
52
56
|
net-smtp
|
53
|
-
actionmailer (7.0.8.
|
54
|
-
actionpack (= 7.0.8.
|
55
|
-
actionview (= 7.0.8.
|
56
|
-
activejob (= 7.0.8.
|
57
|
-
activesupport (= 7.0.8.
|
57
|
+
actionmailer (7.0.8.4)
|
58
|
+
actionpack (= 7.0.8.4)
|
59
|
+
actionview (= 7.0.8.4)
|
60
|
+
activejob (= 7.0.8.4)
|
61
|
+
activesupport (= 7.0.8.4)
|
58
62
|
mail (~> 2.5, >= 2.5.4)
|
59
63
|
net-imap
|
60
64
|
net-pop
|
61
65
|
net-smtp
|
62
66
|
rails-dom-testing (~> 2.0)
|
63
|
-
actionpack (7.0.8.
|
64
|
-
actionview (= 7.0.8.
|
65
|
-
activesupport (= 7.0.8.
|
67
|
+
actionpack (7.0.8.4)
|
68
|
+
actionview (= 7.0.8.4)
|
69
|
+
activesupport (= 7.0.8.4)
|
66
70
|
rack (~> 2.0, >= 2.2.4)
|
67
71
|
rack-test (>= 0.6.3)
|
68
72
|
rails-dom-testing (~> 2.0)
|
69
73
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
70
|
-
actiontext (7.0.8.
|
71
|
-
actionpack (= 7.0.8.
|
72
|
-
activerecord (= 7.0.8.
|
73
|
-
activestorage (= 7.0.8.
|
74
|
-
activesupport (= 7.0.8.
|
74
|
+
actiontext (7.0.8.4)
|
75
|
+
actionpack (= 7.0.8.4)
|
76
|
+
activerecord (= 7.0.8.4)
|
77
|
+
activestorage (= 7.0.8.4)
|
78
|
+
activesupport (= 7.0.8.4)
|
75
79
|
globalid (>= 0.6.0)
|
76
80
|
nokogiri (>= 1.8.5)
|
77
|
-
actionview (7.0.8.
|
78
|
-
activesupport (= 7.0.8.
|
81
|
+
actionview (7.0.8.4)
|
82
|
+
activesupport (= 7.0.8.4)
|
79
83
|
builder (~> 3.1)
|
80
84
|
erubi (~> 1.4)
|
81
85
|
rails-dom-testing (~> 2.0)
|
82
86
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
83
|
-
activejob (7.0.8.
|
84
|
-
activesupport (= 7.0.8.
|
87
|
+
activejob (7.0.8.4)
|
88
|
+
activesupport (= 7.0.8.4)
|
85
89
|
globalid (>= 0.3.6)
|
86
|
-
activemodel (7.0.8.
|
87
|
-
activesupport (= 7.0.8.
|
88
|
-
activerecord (7.0.8.
|
89
|
-
activemodel (= 7.0.8.
|
90
|
-
activesupport (= 7.0.8.
|
91
|
-
activestorage (7.0.8.
|
92
|
-
actionpack (= 7.0.8.
|
93
|
-
activejob (= 7.0.8.
|
94
|
-
activerecord (= 7.0.8.
|
95
|
-
activesupport (= 7.0.8.
|
90
|
+
activemodel (7.0.8.4)
|
91
|
+
activesupport (= 7.0.8.4)
|
92
|
+
activerecord (7.0.8.4)
|
93
|
+
activemodel (= 7.0.8.4)
|
94
|
+
activesupport (= 7.0.8.4)
|
95
|
+
activestorage (7.0.8.4)
|
96
|
+
actionpack (= 7.0.8.4)
|
97
|
+
activejob (= 7.0.8.4)
|
98
|
+
activerecord (= 7.0.8.4)
|
99
|
+
activesupport (= 7.0.8.4)
|
96
100
|
marcel (~> 1.0)
|
97
101
|
mini_mime (>= 1.1.0)
|
98
102
|
activestorage-validator (0.4.0)
|
99
103
|
rails (>= 6.1.0)
|
100
|
-
activesupport (7.0.8.
|
104
|
+
activesupport (7.0.8.4)
|
101
105
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
102
106
|
i18n (>= 1.6, < 2)
|
103
107
|
minitest (>= 5.1)
|
104
108
|
tzinfo (~> 2.0)
|
105
|
-
acts_as_list (1.
|
106
|
-
activerecord (>=
|
109
|
+
acts_as_list (1.2.2)
|
110
|
+
activerecord (>= 6.1)
|
111
|
+
activesupport (>= 6.1)
|
107
112
|
acts_as_tree (2.9.1)
|
108
113
|
activerecord (>= 3.0.0)
|
109
|
-
addressable (2.8.
|
110
|
-
public_suffix (>= 2.0.2, <
|
111
|
-
|
112
|
-
|
114
|
+
addressable (2.8.7)
|
115
|
+
public_suffix (>= 2.0.2, < 7.0)
|
116
|
+
base64 (0.2.0)
|
117
|
+
bcrypt (3.1.20)
|
118
|
+
bigdecimal (3.1.8)
|
119
|
+
builder (3.3.0)
|
113
120
|
byebug (11.1.3)
|
114
|
-
capybara (3.
|
121
|
+
capybara (3.40.0)
|
115
122
|
addressable
|
123
|
+
matrix
|
116
124
|
mini_mime (>= 0.1.3)
|
117
|
-
nokogiri (~> 1.
|
125
|
+
nokogiri (~> 1.11)
|
118
126
|
rack (>= 1.6.0)
|
119
127
|
rack-test (>= 0.6.3)
|
120
128
|
regexp_parser (>= 1.5, < 3.0)
|
121
129
|
xpath (~> 3.2)
|
130
|
+
childprocess (5.1.0)
|
131
|
+
logger (~> 1.5)
|
122
132
|
ckeditor (4.3.0)
|
123
133
|
orm_adapter (~> 0.5.0)
|
124
134
|
terrapin
|
125
|
-
climate_control (
|
135
|
+
climate_control (1.2.0)
|
126
136
|
cliver (0.3.2)
|
127
137
|
coderay (1.1.3)
|
128
|
-
concurrent-ruby (1.
|
138
|
+
concurrent-ruby (1.3.4)
|
129
139
|
crass (1.0.6)
|
130
|
-
css_parser (1.
|
140
|
+
css_parser (1.19.0)
|
131
141
|
addressable
|
142
|
+
csv (3.3.0)
|
132
143
|
database_cleaner (2.0.2)
|
133
144
|
database_cleaner-active_record (>= 2, < 3)
|
134
|
-
database_cleaner-active_record (2.
|
145
|
+
database_cleaner-active_record (2.2.0)
|
135
146
|
activerecord (>= 5.a)
|
136
147
|
database_cleaner-core (~> 2.0.0)
|
137
148
|
database_cleaner-core (2.0.1)
|
138
149
|
date (3.3.4)
|
139
150
|
delocalize (1.2.0)
|
140
151
|
rails (>= 2)
|
141
|
-
devise (4.9.
|
152
|
+
devise (4.9.4)
|
142
153
|
bcrypt (~> 3.0)
|
143
154
|
orm_adapter (~> 0.1)
|
144
155
|
railties (>= 4.1.0)
|
145
156
|
responders
|
146
157
|
warden (~> 1.2.3)
|
147
158
|
diff-lcs (1.5.1)
|
148
|
-
docile (1.4.
|
149
|
-
|
159
|
+
docile (1.4.1)
|
160
|
+
drb (2.2.1)
|
161
|
+
erubi (1.13.0)
|
150
162
|
execjs (2.9.1)
|
151
|
-
factory_bot (6.
|
163
|
+
factory_bot (6.5.0)
|
152
164
|
activesupport (>= 5.0.0)
|
153
165
|
factory_bot_rails (6.4.2)
|
154
166
|
factory_bot (~> 6.4)
|
155
167
|
railties (>= 5.0.0)
|
156
|
-
ffi (1.
|
168
|
+
ffi (1.17.0-aarch64-linux-gnu)
|
169
|
+
ffi (1.17.0-aarch64-linux-musl)
|
170
|
+
ffi (1.17.0-arm-linux-gnu)
|
171
|
+
ffi (1.17.0-arm-linux-musl)
|
172
|
+
ffi (1.17.0-arm64-darwin)
|
173
|
+
ffi (1.17.0-x86-linux-gnu)
|
174
|
+
ffi (1.17.0-x86-linux-musl)
|
175
|
+
ffi (1.17.0-x86_64-darwin)
|
176
|
+
ffi (1.17.0-x86_64-linux-gnu)
|
177
|
+
ffi (1.17.0-x86_64-linux-musl)
|
157
178
|
file_validators (3.0.0)
|
158
179
|
activemodel (>= 3.2)
|
159
180
|
mime-types (>= 1.0)
|
@@ -167,25 +188,35 @@ GEM
|
|
167
188
|
activesupport (>= 5.1)
|
168
189
|
haml (>= 4.0.6)
|
169
190
|
railties (>= 5.1)
|
170
|
-
highline (3.
|
171
|
-
|
191
|
+
highline (3.1.1)
|
192
|
+
reline
|
193
|
+
httparty (0.22.0)
|
194
|
+
csv
|
172
195
|
mini_mime (>= 1.0.0)
|
173
196
|
multi_xml (>= 0.5.2)
|
174
|
-
i18n (1.14.
|
197
|
+
i18n (1.14.6)
|
175
198
|
concurrent-ruby (~> 1.0)
|
176
|
-
image_processing (1.
|
199
|
+
image_processing (1.13.0)
|
177
200
|
mini_magick (>= 4.9.5, < 5)
|
178
201
|
ruby-vips (>= 2.0.17, < 3)
|
179
|
-
|
202
|
+
io-console (0.7.2)
|
203
|
+
json (2.7.2)
|
180
204
|
kraken-io (0.1.3)
|
181
205
|
activesupport
|
182
206
|
httparty
|
183
207
|
json
|
184
208
|
multipart-post
|
185
|
-
launchy (
|
209
|
+
launchy (3.0.1)
|
186
210
|
addressable (~> 2.8)
|
187
|
-
|
188
|
-
libv8-node (18.
|
211
|
+
childprocess (~> 5.0)
|
212
|
+
libv8-node (18.19.0.0)
|
213
|
+
libv8-node (18.19.0.0-aarch64-linux)
|
214
|
+
libv8-node (18.19.0.0-aarch64-linux-musl)
|
215
|
+
libv8-node (18.19.0.0-arm64-darwin)
|
216
|
+
libv8-node (18.19.0.0-x86_64-darwin)
|
217
|
+
libv8-node (18.19.0.0-x86_64-linux)
|
218
|
+
libv8-node (18.19.0.0-x86_64-linux-musl)
|
219
|
+
logger (1.6.1)
|
189
220
|
loofah (2.22.0)
|
190
221
|
crass (~> 1.0.2)
|
191
222
|
nokogiri (>= 1.12.0)
|
@@ -195,31 +226,43 @@ GEM
|
|
195
226
|
net-pop
|
196
227
|
net-smtp
|
197
228
|
marcel (1.0.4)
|
198
|
-
|
199
|
-
|
229
|
+
matrix (0.4.2)
|
230
|
+
method_source (1.1.0)
|
231
|
+
mime-types (3.6.0)
|
232
|
+
logger
|
200
233
|
mime-types-data (~> 3.2015)
|
201
|
-
mime-types-data (3.
|
202
|
-
mini_magick (4.
|
234
|
+
mime-types-data (3.2024.1001)
|
235
|
+
mini_magick (4.13.2)
|
203
236
|
mini_mime (1.1.5)
|
204
|
-
mini_racer (0.
|
205
|
-
libv8-node (~> 18.
|
206
|
-
minitest (5.
|
207
|
-
multi_xml (0.
|
208
|
-
|
237
|
+
mini_racer (0.16.0)
|
238
|
+
libv8-node (~> 18.19.0.0)
|
239
|
+
minitest (5.25.1)
|
240
|
+
multi_xml (0.7.1)
|
241
|
+
bigdecimal (~> 3.1)
|
242
|
+
multipart-post (2.4.1)
|
243
|
+
mutex_m (0.2.0)
|
209
244
|
mysql2 (0.5.6)
|
210
|
-
net-imap (0.4.
|
245
|
+
net-imap (0.4.16)
|
211
246
|
date
|
212
247
|
net-protocol
|
213
248
|
net-pop (0.1.2)
|
214
249
|
net-protocol
|
215
250
|
net-protocol (0.2.2)
|
216
251
|
timeout
|
217
|
-
net-smtp (0.
|
252
|
+
net-smtp (0.5.0)
|
218
253
|
net-protocol
|
219
|
-
nio4r (2.7.
|
220
|
-
nokogiri (1.16.
|
254
|
+
nio4r (2.7.3)
|
255
|
+
nokogiri (1.16.7-aarch64-linux)
|
256
|
+
racc (~> 1.4)
|
257
|
+
nokogiri (1.16.7-arm-linux)
|
258
|
+
racc (~> 1.4)
|
259
|
+
nokogiri (1.16.7-arm64-darwin)
|
260
|
+
racc (~> 1.4)
|
261
|
+
nokogiri (1.16.7-x86-linux)
|
262
|
+
racc (~> 1.4)
|
263
|
+
nokogiri (1.16.7-x86_64-darwin)
|
221
264
|
racc (~> 1.4)
|
222
|
-
nokogiri (1.16.
|
265
|
+
nokogiri (1.16.7-x86_64-linux)
|
223
266
|
racc (~> 1.4)
|
224
267
|
orm_adapter (0.5.0)
|
225
268
|
poltergeist (1.18.1)
|
@@ -234,28 +277,28 @@ GEM
|
|
234
277
|
pry (>= 0.13, < 0.15)
|
235
278
|
psych (5.1.1.1)
|
236
279
|
stringio
|
237
|
-
public_suffix (
|
238
|
-
racc (1.
|
239
|
-
rack (2.2.
|
240
|
-
rack-cache (1.
|
280
|
+
public_suffix (6.0.1)
|
281
|
+
racc (1.8.1)
|
282
|
+
rack (2.2.9)
|
283
|
+
rack-cache (1.17.0)
|
241
284
|
rack (>= 0.4)
|
242
285
|
rack-test (2.1.0)
|
243
286
|
rack (>= 1.3)
|
244
287
|
radius (0.7.5)
|
245
|
-
rails (7.0.8.
|
246
|
-
actioncable (= 7.0.8.
|
247
|
-
actionmailbox (= 7.0.8.
|
248
|
-
actionmailer (= 7.0.8.
|
249
|
-
actionpack (= 7.0.8.
|
250
|
-
actiontext (= 7.0.8.
|
251
|
-
actionview (= 7.0.8.
|
252
|
-
activejob (= 7.0.8.
|
253
|
-
activemodel (= 7.0.8.
|
254
|
-
activerecord (= 7.0.8.
|
255
|
-
activestorage (= 7.0.8.
|
256
|
-
activesupport (= 7.0.8.
|
288
|
+
rails (7.0.8.4)
|
289
|
+
actioncable (= 7.0.8.4)
|
290
|
+
actionmailbox (= 7.0.8.4)
|
291
|
+
actionmailer (= 7.0.8.4)
|
292
|
+
actionpack (= 7.0.8.4)
|
293
|
+
actiontext (= 7.0.8.4)
|
294
|
+
actionview (= 7.0.8.4)
|
295
|
+
activejob (= 7.0.8.4)
|
296
|
+
activemodel (= 7.0.8.4)
|
297
|
+
activerecord (= 7.0.8.4)
|
298
|
+
activestorage (= 7.0.8.4)
|
299
|
+
activesupport (= 7.0.8.4)
|
257
300
|
bundler (>= 1.15.0)
|
258
|
-
railties (= 7.0.8.
|
301
|
+
railties (= 7.0.8.4)
|
259
302
|
rails-dom-testing (2.2.0)
|
260
303
|
activesupport (>= 5.0.0)
|
261
304
|
minitest
|
@@ -265,49 +308,52 @@ GEM
|
|
265
308
|
nokogiri (~> 1.14)
|
266
309
|
rails-observers (0.1.5)
|
267
310
|
activemodel (>= 4.0)
|
268
|
-
railties (7.0.8.
|
269
|
-
actionpack (= 7.0.8.
|
270
|
-
activesupport (= 7.0.8.
|
311
|
+
railties (7.0.8.4)
|
312
|
+
actionpack (= 7.0.8.4)
|
313
|
+
activesupport (= 7.0.8.4)
|
271
314
|
method_source
|
272
315
|
rake (>= 12.2)
|
273
316
|
thor (~> 1.0)
|
274
317
|
zeitwerk (~> 2.5)
|
275
|
-
rake (13.1
|
276
|
-
ransack (4.
|
318
|
+
rake (13.2.1)
|
319
|
+
ransack (4.2.1)
|
277
320
|
activerecord (>= 6.1.5)
|
278
321
|
activesupport (>= 6.1.5)
|
279
322
|
i18n
|
280
|
-
rdoc (6.
|
323
|
+
rdoc (6.7.0)
|
281
324
|
psych (>= 4.0.0)
|
282
|
-
regexp_parser (2.
|
325
|
+
regexp_parser (2.9.2)
|
326
|
+
reline (0.5.10)
|
327
|
+
io-console (~> 0.5)
|
283
328
|
responders (3.1.1)
|
284
329
|
actionpack (>= 5.2)
|
285
330
|
railties (>= 5.2)
|
286
331
|
roadie (5.2.1)
|
287
332
|
css_parser (~> 1.4)
|
288
333
|
nokogiri (~> 1.15)
|
289
|
-
roadie-rails (3.
|
334
|
+
roadie-rails (3.2.0)
|
290
335
|
railties (>= 5.1, < 8.0)
|
291
336
|
roadie (~> 5.0)
|
292
|
-
rspec-core (3.13.
|
337
|
+
rspec-core (3.13.1)
|
293
338
|
rspec-support (~> 3.13.0)
|
294
|
-
rspec-expectations (3.13.
|
339
|
+
rspec-expectations (3.13.3)
|
295
340
|
diff-lcs (>= 1.2.0, < 2.0)
|
296
341
|
rspec-support (~> 3.13.0)
|
297
|
-
rspec-mocks (3.13.
|
342
|
+
rspec-mocks (3.13.2)
|
298
343
|
diff-lcs (>= 1.2.0, < 2.0)
|
299
344
|
rspec-support (~> 3.13.0)
|
300
|
-
rspec-rails (
|
301
|
-
actionpack (>=
|
302
|
-
activesupport (>=
|
303
|
-
railties (>=
|
304
|
-
rspec-core (~> 3.
|
305
|
-
rspec-expectations (~> 3.
|
306
|
-
rspec-mocks (~> 3.
|
307
|
-
rspec-support (~> 3.
|
345
|
+
rspec-rails (7.0.1)
|
346
|
+
actionpack (>= 7.0)
|
347
|
+
activesupport (>= 7.0)
|
348
|
+
railties (>= 7.0)
|
349
|
+
rspec-core (~> 3.13)
|
350
|
+
rspec-expectations (~> 3.13)
|
351
|
+
rspec-mocks (~> 3.13)
|
352
|
+
rspec-support (~> 3.13)
|
308
353
|
rspec-support (3.13.1)
|
309
|
-
ruby-vips (2.
|
354
|
+
ruby-vips (2.2.2)
|
310
355
|
ffi (~> 1.12)
|
356
|
+
logger
|
311
357
|
sass-rails (6.0.0)
|
312
358
|
sassc-rails (~> 2.1, >= 2.1.1)
|
313
359
|
sassc (2.4.0)
|
@@ -322,45 +368,54 @@ GEM
|
|
322
368
|
docile (~> 1.1)
|
323
369
|
simplecov-html (~> 0.11)
|
324
370
|
simplecov_json_formatter (~> 0.1)
|
325
|
-
simplecov-html (0.
|
371
|
+
simplecov-html (0.13.1)
|
326
372
|
simplecov_json_formatter (0.1.4)
|
327
373
|
sprockets (4.2.1)
|
328
374
|
concurrent-ruby (~> 1.0)
|
329
375
|
rack (>= 2.2.4, < 4)
|
330
|
-
sprockets-rails (3.
|
331
|
-
actionpack (>=
|
332
|
-
activesupport (>=
|
376
|
+
sprockets-rails (3.5.2)
|
377
|
+
actionpack (>= 6.1)
|
378
|
+
activesupport (>= 6.1)
|
333
379
|
sprockets (>= 3.0.0)
|
334
380
|
stringex (2.8.6)
|
335
|
-
stringio (3.1.
|
336
|
-
temple (0.10.
|
337
|
-
terrapin (0.
|
338
|
-
climate_control
|
339
|
-
thor (1.3.
|
340
|
-
tilt (2.
|
381
|
+
stringio (3.1.1)
|
382
|
+
temple (0.10.3)
|
383
|
+
terrapin (1.0.1)
|
384
|
+
climate_control
|
385
|
+
thor (1.3.2)
|
386
|
+
tilt (2.4.0)
|
341
387
|
timeout (0.4.1)
|
342
388
|
trustygems (0.2.1)
|
343
389
|
rake
|
344
390
|
tzinfo (2.0.6)
|
345
391
|
concurrent-ruby (~> 1.0)
|
346
|
-
uglifier (4.2.
|
392
|
+
uglifier (4.2.1)
|
347
393
|
execjs (>= 0.3.0, < 3)
|
348
394
|
warden (1.2.9)
|
349
395
|
rack (>= 2.0.9)
|
350
396
|
websocket-driver (0.7.6)
|
351
397
|
websocket-extensions (>= 0.1.0)
|
352
398
|
websocket-extensions (0.1.5)
|
353
|
-
will_paginate (4.0.
|
399
|
+
will_paginate (4.0.1)
|
354
400
|
xpath (3.2.0)
|
355
401
|
nokogiri (~> 1.8)
|
356
|
-
zeitwerk (2.6.
|
402
|
+
zeitwerk (2.6.18)
|
357
403
|
|
358
404
|
PLATFORMS
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
405
|
+
aarch64-linux
|
406
|
+
aarch64-linux-gnu
|
407
|
+
aarch64-linux-musl
|
408
|
+
arm-linux
|
409
|
+
arm-linux-gnu
|
410
|
+
arm-linux-musl
|
411
|
+
arm64-darwin
|
412
|
+
x86-linux
|
413
|
+
x86-linux-gnu
|
414
|
+
x86-linux-musl
|
415
|
+
x86_64-darwin
|
363
416
|
x86_64-linux
|
417
|
+
x86_64-linux-gnu
|
418
|
+
x86_64-linux-musl
|
364
419
|
|
365
420
|
DEPENDENCIES
|
366
421
|
activestorage-validator
|
@@ -368,7 +423,7 @@ DEPENDENCIES
|
|
368
423
|
database_cleaner
|
369
424
|
factory_bot_rails (= 6.4.2)
|
370
425
|
file_validators
|
371
|
-
launchy (~>
|
426
|
+
launchy (~> 3.0.1)
|
372
427
|
mysql2
|
373
428
|
poltergeist (~> 1.18.1)
|
374
429
|
pry-byebug
|
@@ -381,4 +436,4 @@ DEPENDENCIES
|
|
381
436
|
trustygems (~> 0.2.0)
|
382
437
|
|
383
438
|
BUNDLED WITH
|
384
|
-
2.5.
|
439
|
+
2.5.21
|
@@ -1,6 +1,7 @@
|
|
1
1
|
CKEDITOR.editorConfig = function (config) {
|
2
2
|
config.allowedContent = true;
|
3
3
|
config.removeFormatTags = "";
|
4
|
+
config.fillEmptyBlocks = false;
|
4
5
|
config.protectedSource.push(/<r:([\S]+).*<\/r:\1>/g);
|
5
6
|
config.protectedSource.push(/<r:[^>/]*\/>/g);
|
6
7
|
//let paste from word be available
|
@@ -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%;
|
44
43
|
padding: 0.25em;
|
44
|
+
width: 75%;
|
45
45
|
}
|
46
46
|
|
47
47
|
select {
|
data/config/application.rb
CHANGED
@@ -67,7 +67,7 @@ module TrustyCms
|
|
67
67
|
|
68
68
|
# Make Active Record use UTC-base instead of local time
|
69
69
|
config.time_zone = 'UTC'
|
70
|
-
|
70
|
+
config.legacy_connection_handling = false
|
71
71
|
# Set the default field error proc
|
72
72
|
config.action_view.field_error_proc = Proc.new do |html, instance|
|
73
73
|
if html !~ /label/
|
@@ -76,9 +76,11 @@ module TrustyCms
|
|
76
76
|
html
|
77
77
|
end
|
78
78
|
end
|
79
|
-
|
80
|
-
|
81
|
-
|
79
|
+
|
80
|
+
config.to_prepare do
|
81
|
+
extension_loader.deactivate_extensions
|
82
|
+
extension_loader.load_extensions
|
83
|
+
extension_loader.load_extension_initializers
|
82
84
|
|
83
85
|
extension_loader.activate_extensions # also calls initialize_views
|
84
86
|
# config.add_controller_paths(extension_loader.paths(:controller))
|
data/lib/trusty_cms/admin_ui.rb
CHANGED
@@ -65,7 +65,6 @@ module TrustyCms
|
|
65
65
|
#
|
66
66
|
def load_extensions
|
67
67
|
configuration = TrustyCms::Application.config
|
68
|
-
@observer ||= DependenciesObserver.new(configuration).observe(::ActiveSupport::Dependencies)
|
69
68
|
self.extensions = configuration.enabled_extensions.map { |ext| load_extension(ext) }.compact
|
70
69
|
end
|
71
70
|
|
@@ -9,15 +9,6 @@ require 'trusty_cms/extension_loader'
|
|
9
9
|
require 'string_extensions/string_extensions'
|
10
10
|
require 'trusty_cms/engine'
|
11
11
|
|
12
|
-
# This is a wild and probably terrible hack built to initialize extension engines.
|
13
|
-
# I have no idea what the repercussions will be. Revisit later.
|
14
|
-
Gem.loaded_specs.each_with_object([]) do |(gemname, gemspec), _found|
|
15
|
-
if gemname =~ /trusty-.*-extension$/
|
16
|
-
ep = TrustyCms::ExtensionLoader.record_path(gemspec.full_gem_path, gemname)
|
17
|
-
require "#{ep.name}/engine"
|
18
|
-
end
|
19
|
-
end
|
20
|
-
|
21
12
|
module TrustyCms
|
22
13
|
module Initializer
|
23
14
|
# Rails::Initializer is essentially a list of startup steps and we extend it here by:
|
@@ -65,12 +56,13 @@ module TrustyCms
|
|
65
56
|
|
66
57
|
# Extends the Rails initializer to add plugin paths in extensions
|
67
58
|
# and makes extension load paths reloadable (eg in development mode)
|
68
|
-
#
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
59
|
+
# ActiveSupport::Dependencies has been deprecated. We imported all the gems a long
|
60
|
+
# time ago. This is a relic of the past. We should remove it and any references to plugins/gems in the future.
|
61
|
+
# def add_plugin_load_paths
|
62
|
+
# configuration.add_plugin_paths(extension_loader.paths(:plugin))
|
63
|
+
# super
|
64
|
+
# ActiveSupport::Dependencies.autoload_once_paths -= extension_loader.paths(:load)
|
65
|
+
# end
|
74
66
|
|
75
67
|
# Overrides the standard gem-loader to use Bundler instead of config.gem. This is the method normally monkey-patched
|
76
68
|
# into Rails::Initializer from boot.rb if you follow the instructions at http://gembundler.com/rails23.html
|
data/lib/trusty_cms/version.rb
CHANGED
data/lib/trusty_cms.rb
CHANGED
@@ -24,7 +24,7 @@ end
|
|
24
24
|
module TrustyCms
|
25
25
|
class Application < Rails::Application
|
26
26
|
include TrustyCms::Initializer
|
27
|
-
|
27
|
+
config.legacy_connection_handling = false
|
28
28
|
config.autoload_paths += %W(#{TRUSTY_CMS_ROOT}/lib)
|
29
29
|
config.autoload_paths += %W(#{config.root}/lib)
|
30
30
|
config.autoload_paths += %W(#{config.root}/app/helpers)
|
@@ -110,7 +110,6 @@ module TrustyCms
|
|
110
110
|
|
111
111
|
# Make Active Record use UTC-base instead of local time
|
112
112
|
config.time_zone = 'UTC'
|
113
|
-
|
114
113
|
# Set the default field error proc
|
115
114
|
config.action_view.field_error_proc = Proc.new do |html, instance|
|
116
115
|
if html !~ /label/
|
@@ -120,7 +119,8 @@ module TrustyCms
|
|
120
119
|
end
|
121
120
|
end
|
122
121
|
|
123
|
-
config.
|
122
|
+
config.to_prepare do
|
123
|
+
extension_loader.deactivate_extensions
|
124
124
|
extension_loader.load_extensions
|
125
125
|
extension_loader.load_extension_initializers
|
126
126
|
|
@@ -139,4 +139,4 @@ module TrustyCms
|
|
139
139
|
|
140
140
|
end
|
141
141
|
end
|
142
|
-
end
|
142
|
+
end
|
File without changes
|
data/trusty_cms.gemspec
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
3
|
|
4
|
-
|
5
|
-
require_relative 'lib/trusty_cms/version'
|
4
|
+
require File.expand_path(__FILE__ + '/../lib/trusty_cms/version.rb')
|
6
5
|
Gem::Specification.new do |s|
|
7
6
|
s.required_ruby_version = '>= 3.0.5'
|
8
7
|
s.name = 'trusty-cms'
|
@@ -27,23 +26,27 @@ a general purpose content management system--not merely a blogging engine.'
|
|
27
26
|
s.license = 'MIT'
|
28
27
|
s.test_files = Dir['spec/**/*']
|
29
28
|
s.add_dependency 'activestorage-validator'
|
30
|
-
s.add_dependency 'acts_as_list', '>= 0.9.5', '< 1.
|
29
|
+
s.add_dependency 'acts_as_list', '>= 0.9.5', '< 1.3.0'
|
31
30
|
s.add_dependency 'acts_as_tree', '~> 2.9.1'
|
31
|
+
s.add_dependency 'base64'
|
32
|
+
s.add_dependency 'bigdecimal'
|
32
33
|
s.add_dependency 'ckeditor', '>= 4.2.2', '< 4.4.0'
|
33
34
|
s.add_dependency 'delocalize', '>= 0.2', '< 2.0'
|
34
35
|
s.add_dependency 'devise'
|
36
|
+
s.add_dependency 'drb'
|
35
37
|
s.add_dependency 'execjs', '~> 2.7'
|
36
38
|
s.add_dependency 'haml', '>= 5.0', '< 6.0'
|
37
39
|
s.add_dependency 'haml-rails'
|
38
|
-
s.add_dependency 'highline', '>= 1.7.8', '< 3.
|
40
|
+
s.add_dependency 'highline', '>= 1.7.8', '< 3.2.0'
|
39
41
|
s.add_dependency 'image_processing'
|
40
42
|
s.add_dependency 'kraken-io'
|
41
43
|
s.add_dependency 'mini_racer'
|
44
|
+
s.add_dependency 'mutex_m'
|
42
45
|
s.add_dependency 'mysql2'
|
43
46
|
s.add_dependency 'rack', '>= 2.0.1', '< 3.1.0'
|
44
47
|
s.add_dependency 'rack-cache', '~> 1.7'
|
45
48
|
s.add_dependency 'radius', '~> 0.7'
|
46
|
-
s.add_dependency 'rails'
|
49
|
+
s.add_dependency 'rails', '~> 7.0.0'
|
47
50
|
s.add_dependency 'rake', '< 14.0'
|
48
51
|
s.add_dependency 'ransack'
|
49
52
|
s.add_dependency 'rdoc', '>= 5.1', '< 7.0'
|
@@ -8,11 +8,11 @@ class LayoutsExtension < TrustyCms::Extension
|
|
8
8
|
ActionView::Base.send :include, ShareLayouts::Helpers::ActionView
|
9
9
|
|
10
10
|
# Nested Layouts
|
11
|
-
Page.send
|
11
|
+
Page.send :include, NestedLayouts::Tags::Core
|
12
12
|
|
13
13
|
# HAML Layouts
|
14
|
-
Layout.send
|
15
|
-
Page.send
|
14
|
+
Layout.send :include, HamlLayouts::Models::Layout
|
15
|
+
Page.send :include, HamlLayouts::Models::Page
|
16
16
|
HamlFilter
|
17
17
|
end
|
18
18
|
|
@@ -1,43 +1,33 @@
|
|
1
1
|
module MultiSite::ScopedValidation
|
2
|
+
# scoping validations to the site should be very simple
|
3
|
+
# all you would normally need is something like this:
|
4
|
+
#
|
5
|
+
# validates_uniqueness_of :email, :scope => :site_id
|
6
|
+
#
|
7
|
+
# but if you want to scope core trusty classes, you have a problem:
|
8
|
+
# their uniqueness validations have already been declared
|
9
|
+
# The only answer is to reach right back and change the validates_uniqueness_of method
|
10
|
+
# and to make it more awkward, that has to happen so early that we can't reflect on the site association.
|
11
|
+
# Hence the check for a site_id column. It's a hack, but a fairly harmless one.
|
2
12
|
|
3
|
-
def
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
# validates_uniqueness_of :email, :scope => :site_id
|
10
|
-
#
|
11
|
-
# but if you want to scope core trusty classes, you have a problem:
|
12
|
-
# their uniqueness validations have already been declared
|
13
|
-
# The only answer is to reach right back and change the validates_uniqueness_of method
|
14
|
-
# and to make it more awkward, that has to happen so early that we can't reflect on the site association.
|
15
|
-
# Hence the check for a site_id column. It's a hack, but a fairly harmless one.
|
16
|
-
|
17
|
-
def validates_uniqueness_of_with_site(*attr)
|
18
|
-
if database_exists?
|
19
|
-
if table_exists? && column_names.include?('site_id')
|
20
|
-
configuration = attr.extract_options!
|
21
|
-
configuration[:scope] ||= :site_id
|
22
|
-
attr.push(configuration)
|
23
|
-
end
|
24
|
-
validates_uniqueness_of_without_site(*attr)
|
25
|
-
end
|
26
|
-
end
|
27
|
-
|
28
|
-
alias_method :validates_uniqueness_of_without_site, :validates_uniqueness_of
|
29
|
-
alias_method :validates_uniqueness_of, :validates_uniqueness_of_with_site
|
30
|
-
|
31
|
-
def database_exists?
|
32
|
-
ActiveRecord::Base.connection
|
33
|
-
rescue ActiveRecord::NoDatabaseError
|
34
|
-
false
|
35
|
-
else
|
36
|
-
true
|
13
|
+
def validates_uniqueness_of(*attr)
|
14
|
+
if database_exists?
|
15
|
+
if table_exists? && column_names.include?('site_id')
|
16
|
+
configuration = attr.extract_options!
|
17
|
+
configuration[:scope] ||= :site_id
|
18
|
+
attr.push(configuration)
|
37
19
|
end
|
20
|
+
super(*attr)
|
38
21
|
end
|
22
|
+
end
|
39
23
|
|
24
|
+
def database_exists?
|
25
|
+
ActiveRecord::Base.connection
|
26
|
+
rescue ActiveRecord::NoDatabaseError
|
27
|
+
false
|
28
|
+
else
|
29
|
+
true
|
40
30
|
end
|
41
31
|
end
|
42
32
|
|
43
|
-
ActiveRecord::Validations::ClassMethods.
|
33
|
+
ActiveRecord::Validations::ClassMethods.prepend MultiSite::ScopedValidation
|
@@ -6,7 +6,6 @@ class MultiSiteExtension < TrustyCms::Extension
|
|
6
6
|
url "http://trustarts.org/"
|
7
7
|
|
8
8
|
def activate
|
9
|
-
|
10
9
|
# Model extensions
|
11
10
|
ActiveRecord::Base.send :include, MultiSite::ScopedModel
|
12
11
|
Page.send :include, MultiSite::PageExtensions
|
@@ -19,7 +18,6 @@ class MultiSiteExtension < TrustyCms::Extension
|
|
19
18
|
# ActionController::Base.send :include, MultiSite::ApplicationControllerExtensions
|
20
19
|
SiteController.send :include, MultiSite::SiteControllerExtensions
|
21
20
|
Admin::ResourceController.send :include, MultiSite::ResourceControllerExtensions
|
22
|
-
Admin::PagesController.send :include, MultiSite::ResourceControllerExtensions
|
23
21
|
Admin::PagesController.send :include, MultiSite::PagesControllerExtensions
|
24
22
|
Admin::ResourceController.send :helper, MultiSite::SiteChooserHelper
|
25
23
|
Admin::PagesController.send :helper, MultiSite::SiteChooserHelper
|
@@ -34,7 +34,7 @@ class SnippetsExtension < TrustyCms::Extension
|
|
34
34
|
end
|
35
35
|
end
|
36
36
|
|
37
|
-
admin.snippet
|
37
|
+
admin.snippet ||= TrustyCms::AdminUI.load_default_snippet_regions
|
38
38
|
|
39
39
|
tab 'Design' do
|
40
40
|
add_item "Snippets", "/admin/snippets"
|
data/yarn.lock
CHANGED
@@ -427,12 +427,12 @@ brace-expansion@^1.1.7:
|
|
427
427
|
balanced-match "^1.0.0"
|
428
428
|
concat-map "0.0.1"
|
429
429
|
|
430
|
-
braces@^3.0.
|
431
|
-
version "3.0.
|
432
|
-
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.
|
433
|
-
integrity sha512-
|
430
|
+
braces@^3.0.3:
|
431
|
+
version "3.0.3"
|
432
|
+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
|
433
|
+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
|
434
434
|
dependencies:
|
435
|
-
fill-range "^7.
|
435
|
+
fill-range "^7.1.1"
|
436
436
|
|
437
437
|
browserslist@^4.12.0, browserslist@^4.21.9:
|
438
438
|
version "4.21.10"
|
@@ -701,10 +701,10 @@ file-entry-cache@^6.0.1:
|
|
701
701
|
dependencies:
|
702
702
|
flat-cache "^3.0.4"
|
703
703
|
|
704
|
-
fill-range@^7.
|
705
|
-
version "7.
|
706
|
-
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.
|
707
|
-
integrity sha512-
|
704
|
+
fill-range@^7.1.1:
|
705
|
+
version "7.1.1"
|
706
|
+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
|
707
|
+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
|
708
708
|
dependencies:
|
709
709
|
to-regex-range "^5.0.1"
|
710
710
|
|
@@ -1225,11 +1225,11 @@ micromark@~2.11.0:
|
|
1225
1225
|
parse-entities "^2.0.0"
|
1226
1226
|
|
1227
1227
|
micromatch@^4.0.4:
|
1228
|
-
version "4.0.
|
1229
|
-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.
|
1230
|
-
integrity sha512-
|
1228
|
+
version "4.0.8"
|
1229
|
+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
|
1230
|
+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
|
1231
1231
|
dependencies:
|
1232
|
-
braces "^3.0.
|
1232
|
+
braces "^3.0.3"
|
1233
1233
|
picomatch "^2.3.1"
|
1234
1234
|
|
1235
1235
|
min-indent@^1.0.0:
|
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:
|
4
|
+
version: 7.0.0
|
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-
|
11
|
+
date: 2024-10-11 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.
|
36
|
+
version: 1.3.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.
|
46
|
+
version: 1.3.0
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: acts_as_tree
|
49
49
|
requirement: !ruby/object:Gem::Requirement
|
@@ -58,6 +58,34 @@ dependencies:
|
|
58
58
|
- - "~>"
|
59
59
|
- !ruby/object:Gem::Version
|
60
60
|
version: 2.9.1
|
61
|
+
- !ruby/object:Gem::Dependency
|
62
|
+
name: base64
|
63
|
+
requirement: !ruby/object:Gem::Requirement
|
64
|
+
requirements:
|
65
|
+
- - ">="
|
66
|
+
- !ruby/object:Gem::Version
|
67
|
+
version: '0'
|
68
|
+
type: :runtime
|
69
|
+
prerelease: false
|
70
|
+
version_requirements: !ruby/object:Gem::Requirement
|
71
|
+
requirements:
|
72
|
+
- - ">="
|
73
|
+
- !ruby/object:Gem::Version
|
74
|
+
version: '0'
|
75
|
+
- !ruby/object:Gem::Dependency
|
76
|
+
name: bigdecimal
|
77
|
+
requirement: !ruby/object:Gem::Requirement
|
78
|
+
requirements:
|
79
|
+
- - ">="
|
80
|
+
- !ruby/object:Gem::Version
|
81
|
+
version: '0'
|
82
|
+
type: :runtime
|
83
|
+
prerelease: false
|
84
|
+
version_requirements: !ruby/object:Gem::Requirement
|
85
|
+
requirements:
|
86
|
+
- - ">="
|
87
|
+
- !ruby/object:Gem::Version
|
88
|
+
version: '0'
|
61
89
|
- !ruby/object:Gem::Dependency
|
62
90
|
name: ckeditor
|
63
91
|
requirement: !ruby/object:Gem::Requirement
|
@@ -112,6 +140,20 @@ dependencies:
|
|
112
140
|
- - ">="
|
113
141
|
- !ruby/object:Gem::Version
|
114
142
|
version: '0'
|
143
|
+
- !ruby/object:Gem::Dependency
|
144
|
+
name: drb
|
145
|
+
requirement: !ruby/object:Gem::Requirement
|
146
|
+
requirements:
|
147
|
+
- - ">="
|
148
|
+
- !ruby/object:Gem::Version
|
149
|
+
version: '0'
|
150
|
+
type: :runtime
|
151
|
+
prerelease: false
|
152
|
+
version_requirements: !ruby/object:Gem::Requirement
|
153
|
+
requirements:
|
154
|
+
- - ">="
|
155
|
+
- !ruby/object:Gem::Version
|
156
|
+
version: '0'
|
115
157
|
- !ruby/object:Gem::Dependency
|
116
158
|
name: execjs
|
117
159
|
requirement: !ruby/object:Gem::Requirement
|
@@ -169,7 +211,7 @@ dependencies:
|
|
169
211
|
version: 1.7.8
|
170
212
|
- - "<"
|
171
213
|
- !ruby/object:Gem::Version
|
172
|
-
version: 3.
|
214
|
+
version: 3.2.0
|
173
215
|
type: :runtime
|
174
216
|
prerelease: false
|
175
217
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -179,7 +221,7 @@ dependencies:
|
|
179
221
|
version: 1.7.8
|
180
222
|
- - "<"
|
181
223
|
- !ruby/object:Gem::Version
|
182
|
-
version: 3.
|
224
|
+
version: 3.2.0
|
183
225
|
- !ruby/object:Gem::Dependency
|
184
226
|
name: image_processing
|
185
227
|
requirement: !ruby/object:Gem::Requirement
|
@@ -222,6 +264,20 @@ dependencies:
|
|
222
264
|
- - ">="
|
223
265
|
- !ruby/object:Gem::Version
|
224
266
|
version: '0'
|
267
|
+
- !ruby/object:Gem::Dependency
|
268
|
+
name: mutex_m
|
269
|
+
requirement: !ruby/object:Gem::Requirement
|
270
|
+
requirements:
|
271
|
+
- - ">="
|
272
|
+
- !ruby/object:Gem::Version
|
273
|
+
version: '0'
|
274
|
+
type: :runtime
|
275
|
+
prerelease: false
|
276
|
+
version_requirements: !ruby/object:Gem::Requirement
|
277
|
+
requirements:
|
278
|
+
- - ">="
|
279
|
+
- !ruby/object:Gem::Version
|
280
|
+
version: '0'
|
225
281
|
- !ruby/object:Gem::Dependency
|
226
282
|
name: mysql2
|
227
283
|
requirement: !ruby/object:Gem::Requirement
|
@@ -288,16 +344,16 @@ dependencies:
|
|
288
344
|
name: rails
|
289
345
|
requirement: !ruby/object:Gem::Requirement
|
290
346
|
requirements:
|
291
|
-
- - "
|
347
|
+
- - "~>"
|
292
348
|
- !ruby/object:Gem::Version
|
293
|
-
version:
|
349
|
+
version: 7.0.0
|
294
350
|
type: :runtime
|
295
351
|
prerelease: false
|
296
352
|
version_requirements: !ruby/object:Gem::Requirement
|
297
353
|
requirements:
|
298
|
-
- - "
|
354
|
+
- - "~>"
|
299
355
|
- !ruby/object:Gem::Version
|
300
|
-
version:
|
356
|
+
version: 7.0.0
|
301
357
|
- !ruby/object:Gem::Dependency
|
302
358
|
name: rake
|
303
359
|
requirement: !ruby/object:Gem::Requirement
|
@@ -954,7 +1010,7 @@ files:
|
|
954
1010
|
- lib/inheritable_class_attributes.rb
|
955
1011
|
- lib/login_system.rb
|
956
1012
|
- lib/method_observer.rb
|
957
|
-
- lib/
|
1013
|
+
- lib/ostruct.rb
|
958
1014
|
- lib/simpleton.rb
|
959
1015
|
- lib/string_extensions/string_extensions.rb
|
960
1016
|
- lib/symbol_extensions/symbol_extensions.rb
|
@@ -1030,6 +1086,7 @@ files:
|
|
1030
1086
|
- spec/dummy/config/locales/en.yml
|
1031
1087
|
- spec/dummy/config/routes.rb
|
1032
1088
|
- spec/dummy/config/secrets.yml
|
1089
|
+
- spec/dummy/config/storage.yml
|
1033
1090
|
- spec/dummy/db/schema.rb
|
1034
1091
|
- spec/dummy/package.json
|
1035
1092
|
- spec/dummy/public/404.html
|
@@ -1179,6 +1236,7 @@ test_files:
|
|
1179
1236
|
- spec/dummy/config/locales/en.yml
|
1180
1237
|
- spec/dummy/config/routes.rb
|
1181
1238
|
- spec/dummy/config/secrets.yml
|
1239
|
+
- spec/dummy/config/storage.yml
|
1182
1240
|
- spec/dummy/config.ru
|
1183
1241
|
- spec/dummy/db/schema.rb
|
1184
1242
|
- spec/dummy/package.json
|
File without changes
|