brightcontent-core 2.4.2 → 2.4.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 74e600656fa9472a82ca984f73defa7337373297
4
- data.tar.gz: 9c9a0c71e2792edfdc0ac392f09294b2affadd18
3
+ metadata.gz: c8acdd49c21679b899f1c8ee2359f9fb86936ac0
4
+ data.tar.gz: 4b6e049150634a10758714f7d263d4f7349e07a0
5
5
  SHA512:
6
- metadata.gz: 6bd0ef7ab8661589ec2033f0ce212692dc52d8b3406fb7a95860944c982ebf1603d2cff050e9e08f1bcf581d30eec95762d5ced83e3127fc29eb61b839eafeed
7
- data.tar.gz: 03881fba2b52ea83522da6235847a4e6c385fe63faa00a6c7a53c46f8312f57803cec3585d3901439c91232c9e00943fe00bc3fd046476f5692032b86e76163b
6
+ metadata.gz: b6005aa4c644aa33ec2ef64b1293d7abc9f0e0fba42e1238774f636e1a343c17bf9e5dc9c7c2d13d727036532caa3a2dfd5592c7c093fb8d0b192ec2d9bd9770
7
+ data.tar.gz: 0fc25f1c9a94782e831a5094e3b708be1ec705eedcf25076371c203eb7ac1d9d27634e2f524e14589c43abdb4f25157ca3cfad848842f4b1bd12a3a8938c3e16
@@ -1,8 +1,8 @@
1
1
  module Brightcontent
2
2
  class ApplicationController < ActionController::Base
3
3
  add_flash_types :success, :info, :warning, :danger
4
- before_filter :authorize
5
- before_filter :set_locale
4
+ before_action :authorize
5
+ before_action :set_locale
6
6
  helper TranslationHelper
7
7
  protect_from_forgery
8
8
 
@@ -2,7 +2,7 @@ require_dependency "brightcontent/application_controller"
2
2
 
3
3
  module Brightcontent
4
4
  class SessionsController < ApplicationController
5
- skip_before_filter :authorize
5
+ skip_before_action :authorize
6
6
 
7
7
  def new
8
8
  redirect_to root_url if current_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brightcontent-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.2
4
+ version: 2.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Developers at Brightin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-22 00:00:00.000000000 Z
11
+ date: 2016-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails