glebtv-ckeditor 4.5.10.2 → 4.5.10.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: d03c2e2c7f96737cad68a285e1f784078c30f5fc
4
- data.tar.gz: 01caec07d8f358f80cacb4b59c84bd4b535de061
3
+ metadata.gz: 96a497354f4051ac40c539977ae4e9cbba18696b
4
+ data.tar.gz: 72f9293153bf4144dba173b16d8ecd3552d1f775
5
5
  SHA512:
6
- metadata.gz: dbd6dd35ea3b3414de47799990a8a2e3ab6e77637f3ff53053f562287ca6fa08d8658b14c64fbdeba8fb60b69613dd9f48af31e651454bb808e18fb9c7b80044
7
- data.tar.gz: 8a025d64952c1253662424990fc33f3eb0607739b104bdf718b34e5afdbcf3c0d8ab4d204a14e8e9512e216d5ac70d1198cae096eee161bdaa62fb8b6a06a1c4
6
+ metadata.gz: 67933727a02fa87e776acc5e818d58d79984976a8be21ca2bf018bec96cd31b2aba318e4f9cc0769b6c395d80fed5553e2a0c1049ca5c59a1f4828312f476ac4
7
+ data.tar.gz: d6da378864d7c878a91ed75e8245a968a027b8b465fb93d79594b5887feff839366fd42b3a6266ad81b1a6124dbd530581a57ea2d12405da2f17f69a61514838
@@ -1,9 +1,9 @@
1
1
  class Ckeditor::ApplicationController < Ckeditor.parent_controller.constantize
2
2
  layout 'ckeditor/application'
3
3
 
4
- before_filter :find_asset, :only => [:destroy]
5
- before_filter :ckeditor_authorize!
6
- before_filter :authorize_resource
4
+ before_action :find_asset, :only => [:destroy]
5
+ before_action :ckeditor_authorize!
6
+ before_action :authorize_resource
7
7
 
8
8
  protected
9
9
 
@@ -1,5 +1,5 @@
1
1
  class Ckeditor::AttachmentFilesController < Ckeditor::ApplicationController
2
- skip_before_filter :verify_authenticity_token, only: :create
2
+ skip_before_action :verify_authenticity_token, only: :create
3
3
 
4
4
  def index
5
5
  @attachments = Ckeditor.attachment_file_adapter.find_all(ckeditor_attachment_files_scope)
@@ -1,5 +1,5 @@
1
1
  class Ckeditor::PicturesController < Ckeditor::ApplicationController
2
- skip_before_filter :verify_authenticity_token, only: :create
2
+ skip_before_action :verify_authenticity_token, only: :create
3
3
 
4
4
  def index
5
5
  @pictures = Ckeditor.picture_adapter.find_all(ckeditor_pictures_scope)
@@ -1,6 +1,6 @@
1
1
  module Ckeditor
2
2
  module Version
3
- GEM = "4.5.10.2".freeze
3
+ GEM = "4.5.10.3".freeze
4
4
  EDITOR = "4.5.10".freeze
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glebtv-ckeditor
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.5.10.2
4
+ version: 4.5.10.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - glebtv
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-08-18 00:00:00.000000000 Z
12
+ date: 2016-08-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cocaine