camaleon_cms 2.4.5.2 → 2.4.5.3

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
  SHA1:
3
- metadata.gz: bae6a1664516d32407adf0eaf0e3dfd429373592
4
- data.tar.gz: ed92a67c425fb5388354f1886a5ab9fdfcaad92a
3
+ metadata.gz: 16e04fe84f1f83c8718973b60dc9d41e00ddd564
4
+ data.tar.gz: b30a00ab33ee54988b1a8a6aa8e15ff32c002228
5
5
  SHA512:
6
- metadata.gz: c70de9d40fbdf31c47eacd42b76c66e907d1a478aa2ac5d41ec53bcc94b4cea30e6d6024aa29854a073c1dab218708849f6b0dc5995fa9ab315c6becab990348
7
- data.tar.gz: 446f6d88e6fb65d1c348ae2ca634bc6ed8332d7645a1a32b7ab673ca4e11aa39e4cd4d2ad2878253241d554feb93ace5706bfa71afe81cc3c56566843bda253c
6
+ metadata.gz: 740d0b6a600b7f6223889f2e9698e586267eb0a9c3533d016f8c02a633a41615ce9a68c2b5dbbfdcf224b2582302ecd84d6d4019303179bb3a7e810e75ec966a
7
+ data.tar.gz: f304e9ee98e5d0c433fe94b2d98d5196d3b7b2475b2bd40ce07a63ba8631d56a151f62d912cd71382bf2745b6bea3bfaa241d27bdafd1fba0e04ab7e63e815be
@@ -28,7 +28,7 @@ class CamaleonCms::CamaleonController < ApplicationController
28
28
  # For APIs, you may want to use :null_session instead.
29
29
  # Skip forgery check on .js files located in /assets/ to avoid CORS errors
30
30
  # caused by requests for non-existent files.
31
- protect_from_forgery with: :exception, unless: -> { request.fullpath.match? /\A\/assets\/.*\.js\z/ }
31
+ protect_from_forgery with: :exception, unless: -> { request.fullpath.match(/\A\/assets\/.*\.js\z/) }
32
32
  layout Proc.new { |controller| controller.request.xhr? ? false : 'default' }
33
33
  helper_method :current_user
34
34
 
@@ -1,3 +1,3 @@
1
1
  module CamaleonCms
2
- VERSION = '2.4.5.2'
2
+ VERSION = '2.4.5.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: camaleon_cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.5.2
4
+ version: 2.4.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Owen Peredo Diaz