trusty-cms 7.0.38 → 7.0.39
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 +1 -1
- data/app/views/admin/changes/show.html.haml +2 -2
- data/app/views/admin/layouts/index.html.haml +2 -1
- data/app/views/admin/pages/index.html.haml +2 -1
- data/app/views/admin/pages/search.html.haml +2 -1
- data/app/views/admin/snippets/index.html.haml +2 -1
- data/config/application.rb +3 -2
- data/lib/trusty_cms/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e5bdddc2ede5bb07ee468212f116fbf5c6f37b0e7ec0c78b4d7f20a8b484cbd4
|
4
|
+
data.tar.gz: c420a5bcab50ef80184174aebcb84329d997870305286195b28497bd56e4c52a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dedfba1988b017e6d1c132ae101193da96df696033cc6f09c2fe994be25014b5adbb1d0c18af9690770590d9016a7ff200684813d3d8924abe0ff77a6d2cd218
|
7
|
+
data.tar.gz: 1f94424bbf66982d03ea9c2e74ee3d378c118cdf5b1a58bf49db971374798a56cea1395875b599374fc83fdebb537a38dd0c040d7b0b5342e6053ffd1368ab7c
|
data/Gemfile.lock
CHANGED
data/config/application.rb
CHANGED
@@ -11,12 +11,14 @@ require 'trustygems'
|
|
11
11
|
require 'devise'
|
12
12
|
|
13
13
|
if defined?(Bundler)
|
14
|
-
Bundler.require(*Rails.groups
|
14
|
+
Bundler.require(*Rails.groups)
|
15
15
|
end
|
16
16
|
|
17
17
|
module TrustyCms
|
18
18
|
class Application < Rails::Application
|
19
19
|
include TrustyCms::Initializer
|
20
|
+
config.load_defaults 7.2
|
21
|
+
|
20
22
|
Rails.autoloaders.log!
|
21
23
|
# Enable the asset pipeline
|
22
24
|
config.assets.enabled = true
|
@@ -48,7 +50,6 @@ module TrustyCms
|
|
48
50
|
allow_reload: false,
|
49
51
|
allow_revalidate: false
|
50
52
|
config.middleware.insert_before(Rack::ConditionalGet, Rack::Cache)
|
51
|
-
config.assets.enabled = true
|
52
53
|
|
53
54
|
config.filter_parameters += %i[password password_confirmation]
|
54
55
|
|
data/lib/trusty_cms/version.rb
CHANGED
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: 7.0.
|
4
|
+
version: 7.0.39
|
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: 2025-07-
|
11
|
+
date: 2025-07-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activestorage-validator
|