camaleon_cms 2.4.6.1 → 2.4.6.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of camaleon_cms might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 24c5f118ae57ea50c796dff33ae27d088c3accb3f091172e5f76bfcd922f817d
4
- data.tar.gz: 1c8b6a8ec1d537e38b39ca4b1118520f5cfc46e4ffe58d314c7acc471d5dce85
3
+ metadata.gz: a667cbd7afc7303a7ffb87dee9762223d22e2736c4a831c09664a16225f1c237
4
+ data.tar.gz: aeb9ba5b893218383606ac1c803e5aba2b1cdafaa18bc1c602c212d4f3ca291d
5
5
  SHA512:
6
- metadata.gz: 4429dbf4e9864a600e5d8d5bb7156f98fe17f0550f18fd8049adf4fdf805f45e80e37ad0373095c9efa313895c3ef704602b5fd313229f93d26bc92d8e45fd94
7
- data.tar.gz: fb6556dd7b1f6d0d18582a3e30c06d86c23f3cb328c83d3c7551b75cf06dbf8ce629b77677d0db94d69ede1b87f133e682c4f7cfdd84773b970a15948e9b3d7f
6
+ metadata.gz: 263fb238bd0a5e90fe39cda19d62f1df4818f5854431746c8a4497bd9f0a388473a79f71a7fb3422575e7886a9a2e23cda0380943de0e915be5b87b2fd7c36db
7
+ data.tar.gz: a694689511fea82e7b8651c5693f46a43bfc91aae4c96c6aab2f9db753f7654ce6d36e614c97c42d7707e733a0a0b73c763a54fd26455fe05235543278ce6485
@@ -21,9 +21,9 @@ class CamaleonCms::CamaleonController < ApplicationController
21
21
 
22
22
  PluginRoutes.all_helpers.each{|h| include h.constantize }
23
23
 
24
- before_action :cama_site_check_existence, except: [:render_error, :captcha]
25
- before_action :cama_before_actions, except: [:render_error, :captcha]
26
- after_action :cama_after_actions, except: [:render_error, :captcha]
24
+ before_action :cama_site_check_existence, except: [:captcha]
25
+ before_action :cama_before_actions, except: [:captcha]
26
+ after_action :cama_after_actions, except: [:captcha]
27
27
  # Prevent CSRF attacks by raising an exception.
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
@@ -1,3 +1,3 @@
1
1
  module CamaleonCms
2
- VERSION = '2.4.6.1'
2
+ VERSION = '2.4.6.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: camaleon_cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.6.1
4
+ version: 2.4.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Owen Peredo Diaz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-16 00:00:00.000000000 Z
11
+ date: 2019-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bcrypt