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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/trusty_cms.rb +1 -1
  3. data/package.json +2 -2
  4. metadata +33 -33
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 38fabf49ce5ba5526134087066b03104bffd2068b1cae9fff879905e67ce1185
4
- data.tar.gz: 8272cba43aef447d20d5e7320998c7f61a081cd2194f59d12419a8047f33f87d
3
+ metadata.gz: 0db12a9ef02b41ed7f72023d47359e2d09ba6ee251d6a6b2df8d128742ce17ad
4
+ data.tar.gz: b227c357bf7c52bd7c9bb4fa4dd369d039f0aa422e1bf1dcaac446a24ea151c7
5
5
  SHA512:
6
- metadata.gz: c907cb268f754852fa624b73be17dfb7d428b00aa9259b5557a3050ca7809ff618f37375b6876c085bc44b4ae6df981d84ae2943ba0d2b9e8a7f1fe33fb13620
7
- data.tar.gz: 9986b6a5c0873b5f6b51581be2028146e3c98a5f0994de24d90a607377bb68d99ff554e9b7dbbbc3e891baf5ddbe88e1aeda5e7aa8c33317e3c1b65f3c4b6d1d
6
+ metadata.gz: ea4ae2569c7703a5fadbe8da6b6dc94fe10f7e46cc52f7cfc51df874e164ff0916c78f3f0cc1c82c8175c2d6b4e71a650f8b4c2c5a86761e03d50ec40f6bbd38
7
+ data.tar.gz: 6bacfa11732c89241179a97accbb018f37a5d164ae86011ad4f7df4cf5e7d2be3328e57211f4cbb68dcdf49e23367b81a30bc06909cbf363f25c6ef889f0fa82
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.3'.freeze
5
+ VERSION = '5.3.1'.freeze
6
6
  end
7
7
  end
data/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "trusty-cms",
3
- "version": "3.1.6",
4
- "description": "TrustyCMS is a branch of Radiant CMS. Its goal is to pull the Radiant framework into Rails 5 with minimal changes to its infrastructure.",
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: '5.3'
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-01 00:00:00.000000000 Z
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/dummy/db/schema.rb
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/package.json
1177
+ - spec/dummy/db/schema.rb
1179
1178
  - spec/dummy/config.ru
1180
- - spec/dummy/config/environments/production.rb
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/environment.rb
1184
- - spec/dummy/config/secrets.yml
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/Rakefile
1200
- - spec/dummy/bin/bundle
1201
- - spec/dummy/bin/rake
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/support/custom_actions.rb
1218
- - spec/ci/database.mysql.yml
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