trusty-cms 5.3 → 5.3.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 +4 -4
- data/lib/trusty_cms.rb +1 -1
- data/package.json +2 -2
- metadata +33 -33
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0db12a9ef02b41ed7f72023d47359e2d09ba6ee251d6a6b2df8d128742ce17ad
|
|
4
|
+
data.tar.gz: b227c357bf7c52bd7c9bb4fa4dd369d039f0aa422e1bf1dcaac446a24ea151c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea4ae2569c7703a5fadbe8da6b6dc94fe10f7e46cc52f7cfc51df874e164ff0916c78f3f0cc1c82c8175c2d6b4e71a650f8b4c2c5a86761e03d50ec40f6bbd38
|
|
7
|
+
data.tar.gz: 6bacfa11732c89241179a97accbb018f37a5d164ae86011ad4f7df4cf5e7d2be3328e57211f4cbb68dcdf49e23367b81a30bc06909cbf363f25c6ef889f0fa82
|
data/lib/trusty_cms.rb
CHANGED
data/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "trusty-cms",
|
|
3
|
-
"version": "3.1
|
|
4
|
-
"description": "TrustyCMS is a branch of Radiant CMS. Its goal is to pull the Radiant framework into Rails
|
|
3
|
+
"version": "5.3.1",
|
|
4
|
+
"description": "TrustyCMS is a branch of Radiant CMS. Its goal is to pull the Radiant framework into Rails 6 with minimal changes to its infrastructure.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": "https://github.com/pgharts/trusty-cms.git",
|
|
7
7
|
"author": "Danielle Greaves <danigreaves@gmail.com>",
|
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: 5.3.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: 2022-06-
|
|
11
|
+
date: 2022-06-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activestorage-validator
|
|
@@ -1168,52 +1168,52 @@ signing_key:
|
|
|
1168
1168
|
specification_version: 4
|
|
1169
1169
|
summary: A no-fluff content management system designed for small teams.
|
|
1170
1170
|
test_files:
|
|
1171
|
-
- spec/
|
|
1172
|
-
- spec/dummy/yarn.lock
|
|
1173
|
-
- spec/dummy/public/422.html
|
|
1171
|
+
- spec/fixtures/users.yml
|
|
1174
1172
|
- spec/dummy/public/500.html
|
|
1173
|
+
- spec/dummy/public/422.html
|
|
1175
1174
|
- spec/dummy/public/404.html
|
|
1176
1175
|
- spec/dummy/public/favicon.ico
|
|
1177
1176
|
- spec/dummy/app/assets/config/manifest.js
|
|
1178
|
-
- spec/dummy/
|
|
1177
|
+
- spec/dummy/db/schema.rb
|
|
1179
1178
|
- spec/dummy/config.ru
|
|
1180
|
-
- spec/dummy/
|
|
1179
|
+
- spec/dummy/package.json
|
|
1180
|
+
- spec/dummy/bin/rake
|
|
1181
|
+
- spec/dummy/bin/rails
|
|
1182
|
+
- spec/dummy/bin/setup
|
|
1183
|
+
- spec/dummy/bin/bundle
|
|
1184
|
+
- spec/dummy/README.rdoc
|
|
1185
|
+
- spec/dummy/Rakefile
|
|
1186
|
+
- spec/dummy/config/application.rb
|
|
1187
|
+
- spec/dummy/config/routes.rb
|
|
1181
1188
|
- spec/dummy/config/environments/test.rb
|
|
1182
1189
|
- spec/dummy/config/environments/development.rb
|
|
1183
|
-
- spec/dummy/config/
|
|
1184
|
-
- spec/dummy/config/
|
|
1185
|
-
- spec/dummy/config/routes.rb
|
|
1186
|
-
- spec/dummy/config/application.rb
|
|
1187
|
-
- spec/dummy/config/initializers/backtrace_silencers.rb
|
|
1190
|
+
- spec/dummy/config/environments/production.rb
|
|
1191
|
+
- spec/dummy/config/initializers/assets.rb
|
|
1188
1192
|
- spec/dummy/config/initializers/mime_types.rb
|
|
1189
|
-
- spec/dummy/config/initializers/inflections.rb
|
|
1190
|
-
- spec/dummy/config/initializers/wrap_parameters.rb
|
|
1191
1193
|
- spec/dummy/config/initializers/cookies_serializer.rb
|
|
1194
|
+
- spec/dummy/config/initializers/filter_parameter_logging.rb
|
|
1192
1195
|
- spec/dummy/config/initializers/session_store.rb
|
|
1196
|
+
- spec/dummy/config/initializers/wrap_parameters.rb
|
|
1197
|
+
- spec/dummy/config/initializers/backtrace_silencers.rb
|
|
1198
|
+
- spec/dummy/config/initializers/inflections.rb
|
|
1193
1199
|
- spec/dummy/config/initializers/trusty_cms_config.rb
|
|
1194
|
-
- spec/dummy/config/initializers/filter_parameter_logging.rb
|
|
1195
|
-
- spec/dummy/config/initializers/assets.rb
|
|
1196
1200
|
- spec/dummy/config/locales/en.yml
|
|
1201
|
+
- spec/dummy/config/secrets.yml
|
|
1197
1202
|
- spec/dummy/config/database.yml
|
|
1203
|
+
- spec/dummy/config/environment.rb
|
|
1198
1204
|
- spec/dummy/config/boot.rb
|
|
1199
|
-
- spec/dummy/
|
|
1200
|
-
- spec/
|
|
1201
|
-
- spec/
|
|
1202
|
-
- spec/dummy/bin/rails
|
|
1203
|
-
- spec/dummy/bin/setup
|
|
1204
|
-
- spec/dummy/README.rdoc
|
|
1205
|
-
- spec/features/pages_spec.rb
|
|
1206
|
-
- spec/features/config_spec.rb
|
|
1207
|
-
- spec/features/layouts_spec.rb
|
|
1205
|
+
- spec/dummy/yarn.lock
|
|
1206
|
+
- spec/ci/database.mysql.yml
|
|
1207
|
+
- spec/support/custom_actions.rb
|
|
1208
1208
|
- spec/rails_helper.rb
|
|
1209
|
-
- spec/controllers/users_controller_spec.rb
|
|
1210
|
-
- spec/controllers/application_controller_spec.rb
|
|
1211
|
-
- spec/fixtures/users.yml
|
|
1212
|
-
- spec/models/layout_spec.rb
|
|
1213
|
-
- spec/factories/layout.rb
|
|
1214
1209
|
- spec/factories/user.rb
|
|
1215
|
-
- spec/factories/page.rb
|
|
1216
1210
|
- spec/factories/page_part.rb
|
|
1217
|
-
- spec/
|
|
1218
|
-
- spec/
|
|
1211
|
+
- spec/factories/layout.rb
|
|
1212
|
+
- spec/factories/page.rb
|
|
1213
|
+
- spec/controllers/users_controller_spec.rb
|
|
1214
|
+
- spec/controllers/application_controller_spec.rb
|
|
1219
1215
|
- spec/spec_helper.rb
|
|
1216
|
+
- spec/features/layouts_spec.rb
|
|
1217
|
+
- spec/features/pages_spec.rb
|
|
1218
|
+
- spec/features/config_spec.rb
|
|
1219
|
+
- spec/models/layout_spec.rb
|