trusty-cms 7.0.14 → 7.0.16

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 618e9b238cacf51c8c18350b0c9be7cb0d4888bed01644f224d829dbadb2070f
4
- data.tar.gz: 4f31af9203e1131fb13c53758bd6fa8e10b9b747eba61539a5df17b7908ecca7
3
+ metadata.gz: a15c9c448d86d17d88425749417d4b9aa12f9c405814ffc4f9525f9de9256fb6
4
+ data.tar.gz: dc246259a17322e8cabcbaaf807a2c26062de7d675e4d703a5642b25cf3dace4
5
5
  SHA512:
6
- metadata.gz: 983189f270c8143c29187a46cc16f4d33d66ec2403fbd9c96f4c397e3b34f675460acbc08b2e5262b6434115678004b05e5e00fcca5785433675b175a44665c4
7
- data.tar.gz: 1346ccda7ce5fac525ac34837e5a28d7c3cc6bee479ff20c5d71b20edbd3bc1ff5f7ced3ab9ea3f86fc630bb37a8900a87f48a6b2fde057d8ffa7dfd55dfb14a
6
+ metadata.gz: 658090c49962053bf25862a04003d234b08baa448e7382d5d47da6854b679c50aff2cb2195004148d86bd7d30c904dfbb31560228189db42d6b3a366a5bb9a0a
7
+ data.tar.gz: 16f83675fb4c96f4b3cd74bd4a6671dde64190ac4547f46883cd4c0b149dde6e19f9bffb53fd274e23e8e4c8f2248c737ecc213992ba856302c8eb5f87255e92
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trusty-cms (7.0.14)
4
+ trusty-cms (7.0.16)
5
5
  RedCloth (= 4.3.3)
6
6
  activestorage-validator
7
7
  acts_as_list (>= 0.9.5, < 1.3.0)
@@ -251,7 +251,7 @@ Devise.setup do |config|
251
251
 
252
252
  # Set this configuration to false if you want /users/sign_out to sign out
253
253
  # only the current scope. By default, Devise signs out all scopes.
254
- # config.sign_out_all_scopes = true
254
+ config.sign_out_all_scopes = false
255
255
 
256
256
  # ==> Navigation configuration
257
257
  # Lists the formats that should be treated as navigational. Formats like
@@ -1,3 +1,3 @@
1
1
  module TrustyCms
2
- VERSION = '7.0.14'.freeze
2
+ VERSION = '7.0.16'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trusty-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.0.14
4
+ version: 7.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - TrustyCms CMS dev team