trusty-cms 4.1.6 → 4.1.7
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 +4 -4
- data/Gemfile.lock +58 -58
- data/lib/trusty_cms.rb +1 -1
- data/trusty_cms.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e29d48797a2ac796ef2edb6132dce1ed131a95e919c6891fe96503ee1bc31db2
|
|
4
|
+
data.tar.gz: f053a6ceee5fd51ceec134637048934483a6f57bc05a780f566c5e3d165ee23e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b6b21c62226d75802e094eff236a6eb9a43ebc5e80537f4ebaddfd277584f1f325862a2c6f93af1e289fd8fb777565a4df08c90967484405b7a63722727a7e86
|
|
7
|
+
data.tar.gz: 9f6c8344f8401cbe4bffb30d64404e97d5e8fb55b1cc5e635b1f8e7fca8eae3c7dcfcaa3b2c03b3c2363df7e11390154d0b99431293166fcb606ef9d14043654
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
trusty-cms (4.1.
|
|
4
|
+
trusty-cms (4.1.7)
|
|
5
5
|
RedCloth (= 4.3.2)
|
|
6
6
|
acts_as_list (>= 0.9.5, < 1.1.0)
|
|
7
7
|
acts_as_tree (>= 2.6.1, < 2.9.0)
|
|
@@ -34,56 +34,56 @@ GEM
|
|
|
34
34
|
remote: https://rubygems.org/
|
|
35
35
|
specs:
|
|
36
36
|
RedCloth (4.3.2)
|
|
37
|
-
actioncable (6.0.3.
|
|
38
|
-
actionpack (= 6.0.3.
|
|
37
|
+
actioncable (6.0.3.4)
|
|
38
|
+
actionpack (= 6.0.3.4)
|
|
39
39
|
nio4r (~> 2.0)
|
|
40
40
|
websocket-driver (>= 0.6.1)
|
|
41
|
-
actionmailbox (6.0.3.
|
|
42
|
-
actionpack (= 6.0.3.
|
|
43
|
-
activejob (= 6.0.3.
|
|
44
|
-
activerecord (= 6.0.3.
|
|
45
|
-
activestorage (= 6.0.3.
|
|
46
|
-
activesupport (= 6.0.3.
|
|
41
|
+
actionmailbox (6.0.3.4)
|
|
42
|
+
actionpack (= 6.0.3.4)
|
|
43
|
+
activejob (= 6.0.3.4)
|
|
44
|
+
activerecord (= 6.0.3.4)
|
|
45
|
+
activestorage (= 6.0.3.4)
|
|
46
|
+
activesupport (= 6.0.3.4)
|
|
47
47
|
mail (>= 2.7.1)
|
|
48
|
-
actionmailer (6.0.3.
|
|
49
|
-
actionpack (= 6.0.3.
|
|
50
|
-
actionview (= 6.0.3.
|
|
51
|
-
activejob (= 6.0.3.
|
|
48
|
+
actionmailer (6.0.3.4)
|
|
49
|
+
actionpack (= 6.0.3.4)
|
|
50
|
+
actionview (= 6.0.3.4)
|
|
51
|
+
activejob (= 6.0.3.4)
|
|
52
52
|
mail (~> 2.5, >= 2.5.4)
|
|
53
53
|
rails-dom-testing (~> 2.0)
|
|
54
|
-
actionpack (6.0.3.
|
|
55
|
-
actionview (= 6.0.3.
|
|
56
|
-
activesupport (= 6.0.3.
|
|
54
|
+
actionpack (6.0.3.4)
|
|
55
|
+
actionview (= 6.0.3.4)
|
|
56
|
+
activesupport (= 6.0.3.4)
|
|
57
57
|
rack (~> 2.0, >= 2.0.8)
|
|
58
58
|
rack-test (>= 0.6.3)
|
|
59
59
|
rails-dom-testing (~> 2.0)
|
|
60
60
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
|
61
|
-
actiontext (6.0.3.
|
|
62
|
-
actionpack (= 6.0.3.
|
|
63
|
-
activerecord (= 6.0.3.
|
|
64
|
-
activestorage (= 6.0.3.
|
|
65
|
-
activesupport (= 6.0.3.
|
|
61
|
+
actiontext (6.0.3.4)
|
|
62
|
+
actionpack (= 6.0.3.4)
|
|
63
|
+
activerecord (= 6.0.3.4)
|
|
64
|
+
activestorage (= 6.0.3.4)
|
|
65
|
+
activesupport (= 6.0.3.4)
|
|
66
66
|
nokogiri (>= 1.8.5)
|
|
67
|
-
actionview (6.0.3.
|
|
68
|
-
activesupport (= 6.0.3.
|
|
67
|
+
actionview (6.0.3.4)
|
|
68
|
+
activesupport (= 6.0.3.4)
|
|
69
69
|
builder (~> 3.1)
|
|
70
70
|
erubi (~> 1.4)
|
|
71
71
|
rails-dom-testing (~> 2.0)
|
|
72
72
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
|
73
|
-
activejob (6.0.3.
|
|
74
|
-
activesupport (= 6.0.3.
|
|
73
|
+
activejob (6.0.3.4)
|
|
74
|
+
activesupport (= 6.0.3.4)
|
|
75
75
|
globalid (>= 0.3.6)
|
|
76
|
-
activemodel (6.0.3.
|
|
77
|
-
activesupport (= 6.0.3.
|
|
78
|
-
activerecord (6.0.3.
|
|
79
|
-
activemodel (= 6.0.3.
|
|
80
|
-
activesupport (= 6.0.3.
|
|
81
|
-
activestorage (6.0.3.
|
|
82
|
-
actionpack (= 6.0.3.
|
|
83
|
-
activejob (= 6.0.3.
|
|
84
|
-
activerecord (= 6.0.3.
|
|
76
|
+
activemodel (6.0.3.4)
|
|
77
|
+
activesupport (= 6.0.3.4)
|
|
78
|
+
activerecord (6.0.3.4)
|
|
79
|
+
activemodel (= 6.0.3.4)
|
|
80
|
+
activesupport (= 6.0.3.4)
|
|
81
|
+
activestorage (6.0.3.4)
|
|
82
|
+
actionpack (= 6.0.3.4)
|
|
83
|
+
activejob (= 6.0.3.4)
|
|
84
|
+
activerecord (= 6.0.3.4)
|
|
85
85
|
marcel (~> 0.3.1)
|
|
86
|
-
activesupport (6.0.3.
|
|
86
|
+
activesupport (6.0.3.4)
|
|
87
87
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
88
88
|
i18n (>= 0.7, < 2)
|
|
89
89
|
minitest (~> 5.1)
|
|
@@ -121,7 +121,7 @@ GEM
|
|
|
121
121
|
database_cleaner (1.8.5)
|
|
122
122
|
delocalize (1.2.0)
|
|
123
123
|
rails (>= 2)
|
|
124
|
-
devise (4.7.
|
|
124
|
+
devise (4.7.3)
|
|
125
125
|
bcrypt (~> 3.0)
|
|
126
126
|
orm_adapter (~> 0.1)
|
|
127
127
|
railties (>= 4.1.0)
|
|
@@ -140,7 +140,7 @@ GEM
|
|
|
140
140
|
ffi (1.13.1)
|
|
141
141
|
globalid (0.4.2)
|
|
142
142
|
activesupport (>= 4.2.0)
|
|
143
|
-
haml (5.
|
|
143
|
+
haml (5.2.0)
|
|
144
144
|
temple (>= 0.8.0)
|
|
145
145
|
tilt
|
|
146
146
|
haml-rails (1.0.0)
|
|
@@ -189,7 +189,7 @@ GEM
|
|
|
189
189
|
multi_xml (0.6.0)
|
|
190
190
|
multipart-post (2.1.1)
|
|
191
191
|
mysql2 (0.5.3)
|
|
192
|
-
nio4r (2.5.
|
|
192
|
+
nio4r (2.5.4)
|
|
193
193
|
nokogiri (1.10.10)
|
|
194
194
|
mini_portile2 (~> 2.4.0)
|
|
195
195
|
orm_adapter (0.5.0)
|
|
@@ -211,25 +211,25 @@ GEM
|
|
|
211
211
|
pry (~> 0.13.0)
|
|
212
212
|
public_suffix (4.0.6)
|
|
213
213
|
rack (2.2.3)
|
|
214
|
-
rack-cache (1.12.
|
|
214
|
+
rack-cache (1.12.1)
|
|
215
215
|
rack (>= 0.4)
|
|
216
216
|
rack-test (1.1.0)
|
|
217
217
|
rack (>= 1.0, < 3)
|
|
218
218
|
radius (0.7.5)
|
|
219
|
-
rails (6.0.3.
|
|
220
|
-
actioncable (= 6.0.3.
|
|
221
|
-
actionmailbox (= 6.0.3.
|
|
222
|
-
actionmailer (= 6.0.3.
|
|
223
|
-
actionpack (= 6.0.3.
|
|
224
|
-
actiontext (= 6.0.3.
|
|
225
|
-
actionview (= 6.0.3.
|
|
226
|
-
activejob (= 6.0.3.
|
|
227
|
-
activemodel (= 6.0.3.
|
|
228
|
-
activerecord (= 6.0.3.
|
|
229
|
-
activestorage (= 6.0.3.
|
|
230
|
-
activesupport (= 6.0.3.
|
|
219
|
+
rails (6.0.3.4)
|
|
220
|
+
actioncable (= 6.0.3.4)
|
|
221
|
+
actionmailbox (= 6.0.3.4)
|
|
222
|
+
actionmailer (= 6.0.3.4)
|
|
223
|
+
actionpack (= 6.0.3.4)
|
|
224
|
+
actiontext (= 6.0.3.4)
|
|
225
|
+
actionview (= 6.0.3.4)
|
|
226
|
+
activejob (= 6.0.3.4)
|
|
227
|
+
activemodel (= 6.0.3.4)
|
|
228
|
+
activerecord (= 6.0.3.4)
|
|
229
|
+
activestorage (= 6.0.3.4)
|
|
230
|
+
activesupport (= 6.0.3.4)
|
|
231
231
|
bundler (>= 1.3.0)
|
|
232
|
-
railties (= 6.0.3.
|
|
232
|
+
railties (= 6.0.3.4)
|
|
233
233
|
sprockets-rails (>= 2.0.0)
|
|
234
234
|
rails-dom-testing (2.0.3)
|
|
235
235
|
activesupport (>= 4.2.0)
|
|
@@ -238,9 +238,9 @@ GEM
|
|
|
238
238
|
loofah (~> 2.3)
|
|
239
239
|
rails-observers (0.1.5)
|
|
240
240
|
activemodel (>= 4.0)
|
|
241
|
-
railties (6.0.3.
|
|
242
|
-
actionpack (= 6.0.3.
|
|
243
|
-
activesupport (= 6.0.3.
|
|
241
|
+
railties (6.0.3.4)
|
|
242
|
+
actionpack (= 6.0.3.4)
|
|
243
|
+
activesupport (= 6.0.3.4)
|
|
244
244
|
method_source
|
|
245
245
|
rake (>= 0.8.7)
|
|
246
246
|
thor (>= 0.20.3, < 2.0)
|
|
@@ -284,10 +284,10 @@ GEM
|
|
|
284
284
|
sprockets-rails
|
|
285
285
|
tilt
|
|
286
286
|
sexp_processor (4.15.1)
|
|
287
|
-
simplecov (0.19.
|
|
287
|
+
simplecov (0.19.1)
|
|
288
288
|
docile (~> 1.1)
|
|
289
289
|
simplecov-html (~> 0.11)
|
|
290
|
-
simplecov-html (0.12.
|
|
290
|
+
simplecov-html (0.12.3)
|
|
291
291
|
sprockets (4.0.2)
|
|
292
292
|
concurrent-ruby (~> 1.0)
|
|
293
293
|
rack (> 1, < 3)
|
|
@@ -317,7 +317,7 @@ GEM
|
|
|
317
317
|
will_paginate (3.3.0)
|
|
318
318
|
xpath (3.2.0)
|
|
319
319
|
nokogiri (~> 1.8)
|
|
320
|
-
zeitwerk (2.4.
|
|
320
|
+
zeitwerk (2.4.1)
|
|
321
321
|
|
|
322
322
|
PLATFORMS
|
|
323
323
|
ruby
|
data/lib/trusty_cms.rb
CHANGED
data/trusty_cms.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
|
|
|
11
11
|
s.description = 'TrustyCms is a simple and powerful publishing system designed for small teams.
|
|
12
12
|
It is built with Rails and is similar to Textpattern or MovableType, but is
|
|
13
13
|
a general purpose content managment system--not merely a blogging engine.'
|
|
14
|
-
s.email = '
|
|
14
|
+
s.email = 'webteam@trustarts.org'
|
|
15
15
|
s.executables = ['trusty_cms']
|
|
16
16
|
s.extra_rdoc_files = ['README.md', 'INSTALL.md', 'LICENSE.md']
|
|
17
17
|
s.files = Dir['**/*', '.gitignore', 'public/.htaccess', 'log/.keep', 'vendor/extensions/.keep']
|
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.1.
|
|
4
|
+
version: 4.1.7
|
|
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: 2020-
|
|
11
|
+
date: 2020-11-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: acts_as_list
|
|
@@ -458,7 +458,7 @@ description: |-
|
|
|
458
458
|
TrustyCms is a simple and powerful publishing system designed for small teams.
|
|
459
459
|
It is built with Rails and is similar to Textpattern or MovableType, but is
|
|
460
460
|
a general purpose content managment system--not merely a blogging engine.
|
|
461
|
-
email:
|
|
461
|
+
email: webteam@trustarts.org
|
|
462
462
|
executables:
|
|
463
463
|
- trusty_cms
|
|
464
464
|
extensions: []
|